<?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: multiple/same networks in different VLANs in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537408#M110356</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Does this setup actually work on a per-VLAN basis??&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nope, my setup doesnt work... i tried many options, nothing worked.&lt;/P&gt;
&lt;P&gt;my goal: devs enters a specific route (route add 172.0.0.0/16 GW 192.168.70.6 for VLAN 902). after deleting this route on the client he should be able to enter a new route for vlan 906 eg with GW 70.22.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;setup with VR's: when im right the 3220 can handle "only" 10 VR, so this doesnt work for us...&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 09:22:52 GMT</pubDate>
    <dc:creator>MEckardt</dc:creator>
    <dc:date>2023-04-03T09:22:52Z</dc:date>
    <item>
      <title>multiple/same networks in different VLANs</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537387#M110348</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;i dont know how to handle this scenario (or where my setup/my thinking is wrong...):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have several VLAN's (901-920) and in every VLAN we have the &lt;STRONG&gt;SAME&lt;/STRONG&gt; Network-Adresses (Customer-Machines/SPS 172.0.0.0/16).&lt;/P&gt;
&lt;P&gt;My Plan was to add a Gateway for every single VLAN and than NAT/Routing. At this Time our Devs can only connect "directly"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg:&lt;/P&gt;
&lt;P&gt;GW 2 192.168.70.6/30&amp;nbsp; - VLAN 902 - NAT Rule 902 (from 70.6 to 172.27.250.250/16)&lt;/P&gt;
&lt;P&gt;GW 3 192.168.70.10/30&amp;nbsp; - VLAN 903 - NAT Rule 903 (from 70.10 to 172.27.250.250/16)&lt;/P&gt;
&lt;P&gt;GW 4 192.168.70.14/30&amp;nbsp; - VLAN 904 - NAT Rule 904 (from 70.14 to 172.27.250.250/16)&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you give me some hints for getting this setup work or isnt that possible ?&lt;/P&gt;
&lt;P&gt;I would like for the devs to move away from "I connect directly to the vlan with a 172 address" and towards routing via paloalto...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ty for tips !!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 06:11:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537387#M110348</guid>
      <dc:creator>MEckardt</dc:creator>
      <dc:date>2023-04-03T06:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: multiple/same networks in different VLANs</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537404#M110355</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;All of VLANs share the same /16 IP address space, but you have configured the VLAN interface as a /30. The interface will not ARP for addresses outside of its /30 . Does this setup actually work on a per-VLAN basis??&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon reading the question I was going to point out that you can't create multiple VLAN interfaces which exist within the same /16 subnet. You could share the same /16 allocation and carve it (multiple /21's) up between the interfaces, but this would require the connected hosts to have their netmasks and gateway address configured. But would allow the host to share the same classful /16 address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other solution is to use multiple virtual routers (VRs), as this will allow you to have identical IP interfaces on the device. You would need to configure unique loopback interface within each VR and advertise that /32 address between the VRs. Then configure source NAT for the /16 hiding it behind the local /32. The only problem with this solution is the platform limitation for the number of configurable VRs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 08:50:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537404#M110355</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-04-03T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple/same networks in different VLANs</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537408#M110356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Does this setup actually work on a per-VLAN basis??&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nope, my setup doesnt work... i tried many options, nothing worked.&lt;/P&gt;
&lt;P&gt;my goal: devs enters a specific route (route add 172.0.0.0/16 GW 192.168.70.6 for VLAN 902). after deleting this route on the client he should be able to enter a new route for vlan 906 eg with GW 70.22.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;setup with VR's: when im right the 3220 can handle "only" 10 VR, so this doesnt work for us...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:22:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537408#M110356</guid>
      <dc:creator>MEckardt</dc:creator>
      <dc:date>2023-04-03T09:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple/same networks in different VLANs</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537417#M110359</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;For that desired setup to work, each IP interface must have a /16 netmask, but that is not possible when they share the same routing table.&lt;/P&gt;
&lt;P&gt;Also, how would a local host simultaneously communicate with hosts on-link and in another VLAN which shares the same /16 subnet. The best you could hope for is to configure a 1:1 static NAT where let say:&lt;/P&gt;
&lt;P&gt;VLAN901 172.27.0.0/16 is NAT'd using a source pool of 172.60.0.0/16&lt;/P&gt;
&lt;P&gt;VLAN901 172.27.0.0/16 is NAT'd using a source pool of 172.61.0.0/16&lt;/P&gt;
&lt;P&gt;..etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would then advertise the NAT pools between the VRs, but again as you point out, you only have 10 VRs to use. Can you get hold of another PA and perhaps route these NAT pools between them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:16:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537417#M110359</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-04-03T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiple/same networks in different VLANs</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537423#M110361</link>
      <description>&lt;P&gt;Thanks for trying to help, it seems with my current setup/hardware its not possible.. and no, i dont have another PA, i might be cheaper and perhaps easier when we install a static hardware device (little Cisco 8Port Managed Switch) with NAT/routing in each VLAN (different WAN-IPs to internal network), hope this could do the job too...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ty Seb !&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 10:58:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/multiple-same-networks-in-different-vlans/m-p/537423#M110361</guid>
      <dc:creator>MEckardt</dc:creator>
      <dc:date>2023-04-03T10:58:36Z</dc:date>
    </item>
  </channel>
</rss>

