<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TAP:Specifying external interface in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152746#M50484</link>
    <description>&lt;P&gt;It's a home lab without a managed switch. It just seemed easiest to keep everything virtual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a netgear managed switch in the toolbag I can wire into the mix, it just seemed like added hassle. (and it's backplane aggregate bandwidth is lower than what the cable modem can deliver.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I see your point, and it would avoid the PAN entirely. I just figured it had the functionality native, and ESXi had the ability to receive it, I could tap the traffic virtually, rather than in discrete hardware.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Apr 2017 17:24:22 GMT</pubDate>
    <dc:creator>Sniglet999</dc:creator>
    <dc:date>2017-04-16T17:24:22Z</dc:date>
    <item>
      <title>TAP:Specifying external interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152673#M50467</link>
      <description>&lt;P&gt;I'm working on a home lab, have an ESXi server with some UTM VMs running and I'd like to give them something interesting to look at.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the online documentation (both in support and this:&amp;nbsp;&lt;A title="this" href="https://live.paloaltonetworks.com/t5/Configuration-Articles/How-to-Configure-a-Palo-Alto-Networks-Device-for-Tap-Mode/ta-p/59438" target="_self"&gt;https://live.paloaltonetworks.com/t5/Configuration-Articles/How-to-Configure-a-Palo-Alto-Networks-Device-for-Tap-Mode/ta-p/59438&lt;/A&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to get anything other than internal traffic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The wild external traffic is on eth1, and the GUI for&amp;nbsp;&lt;SPAN&gt;7.1.4-h2 doesn't have anything that says 'tap this interface'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What am I missing?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 12:08:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152673#M50467</guid>
      <dc:creator>Sniglet999</dc:creator>
      <dc:date>2017-04-14T12:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: TAP:Specifying external interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152684#M50468</link>
      <description>&lt;P&gt;I'm a little confused on why you are tyring to setup a tap interface on a VM? Generally when you setup a TAP interface you would setup a SPAN port on the switch and then plug that into your actual TAP interface. Then you would create a security policy that just accepts and logs. I'm not sure if what you are trying to do is actually going to function as you think, but I have never had much need for a TAP interface so I could easily be wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 13:25:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152684#M50468</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-04-14T13:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: TAP:Specifying external interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152746#M50484</link>
      <description>&lt;P&gt;It's a home lab without a managed switch. It just seemed easiest to keep everything virtual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a netgear managed switch in the toolbag I can wire into the mix, it just seemed like added hassle. (and it's backplane aggregate bandwidth is lower than what the cable modem can deliver.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I see your point, and it would avoid the PAN entirely. I just figured it had the functionality native, and ESXi had the ability to receive it, I could tap the traffic virtually, rather than in discrete hardware.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 17:24:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/152746#M50484</guid>
      <dc:creator>Sniglet999</dc:creator>
      <dc:date>2017-04-16T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: TAP:Specifying external interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/153026#M50546</link>
      <description>&lt;P&gt;'tap' is an interface operational mode, creating a promiscuous interface that receives packets in a listening-only mode, any redirection toward this interface needs to be achieved via an external mechanism, like a SPAN port on a switch&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you don't want to interrupt your ongoing traffic, you'll need to create an additional interface, set it to tap mode, create zones and zone-to-zone security policy (allow policy), then add, on the esxi, the new interface to the same vswitch as your external interface, and set it to promiscuous mode&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:19:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/153026#M50546</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2017-04-18T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: TAP:Specifying external interface</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/153302#M50630</link>
      <description>&lt;P&gt;I ended up just throwing my switch upstream of the firewall and spanned ports from it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 01:23:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/tap-specifying-external-interface/m-p/153302#M50630</guid>
      <dc:creator>Sniglet999</dc:creator>
      <dc:date>2017-04-20T01:23:14Z</dc:date>
    </item>
  </channel>
</rss>

