<?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 guest access vlan in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740049#M495455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, thats right, if your internal LAn and the guest vlan both are behind the inside interface of the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can only use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.0 10.1.1.0 norand nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 9.9.9.1 is mapped to 10.1.1.1&lt;/P&gt;&lt;P&gt;9.9.9.2 --&amp;gt; 10.1.1.2&lt;/P&gt;&lt;P&gt;9.9.9.3 ---&amp;gt; 10.1.1.3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;9.9.9.255 -----&amp;gt; 10.1.1.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only then you can use it, otherwise you need to add those static statements for each server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 18:02:34 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-10-19T18:02:34Z</dc:date>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740044#M495443</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to implement a guest vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;users in this vlan would only have access to internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created the acl, the user use an external dns, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everything is working fine except for one thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have server in our LAN wich are published on the internet they have a static rule in the pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;machine in the guest vlan are unable to access those server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found this article wich seems to be the same problem but with a sonic wall firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.fuzeqna.com/sonicwallkb/consumer/kbdetail.asp?kbid=8612&amp;amp;formaction=faqalert" target="_blank"&gt;http://www.fuzeqna.com/sonicwallkb/consumer/kbdetail.asp?kbid=8612&amp;amp;formaction=faqalert&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i have not found something smilar for cisco pix, we use version 8.0.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:38:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740044#M495443</guid>
      <dc:creator>Sylvain Deschenes</dc:creator>
      <dc:date>2019-03-11T21:38:53Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740045#M495446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say you have a nat for your server in the internal lan as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 1.1.1.1 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where 1.1.1.1 ---&amp;gt; public ip&lt;/P&gt;&lt;P&gt;10.1.1.1 ------&amp;gt; private ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For guest lan you would need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,guest_lan) 1.1.1.1 10.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and an access-list on the guest lan interface as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list guest_to_inside extended permit tcp any host 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group guest_to_inside in interface guest_lan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it would work after this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 17:32:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740045#M495446</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-17T17:32:29Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740046#M495448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for exemple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my internal network is 10.0.0.0/8, my guest vlan is in this range however its default gateway is a layer 3 switch wich have an acl that deny it from accessing 10.0.0.0/8 and use external dns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;soo lets say i have a web server in my internal network:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.1.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its public ip is 9.9.9.9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 9.9.9.9 10.1.1.100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my guest vlan is 10.99.99.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use external dns, soo when it try to access the web server it ask for 9.9.9.9 and is unable to connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat 5 (inside) 10.99.99.0 255.255.255.0&lt;/P&gt;&lt;P&gt;and this line on the inside acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;permit ip 10.99.99.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that for my pix the inside interface is the whole 10.0.0.0/8 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 19:22:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740046#M495448</guid>
      <dc:creator>Sylvain Deschenes</dc:creator>
      <dc:date>2011-10-17T19:22:36Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740047#M495451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the guest vlan is behind the same interface as the server, then you would need to do u-turning on the ASA, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 9.9.9.9 10.1.1.100 norand nailed&lt;/P&gt;&lt;P&gt;same-securirt-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;nat (inside) 5 10.99.99.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (inside) 5 interface&lt;/P&gt;&lt;P&gt;sysopt noproxyarp inside&lt;/P&gt;&lt;P&gt;route inside 10.1.1.100 255.255.255.255 &lt;GATEWAY ip="" of="" asa=""&gt;&lt;/GATEWAY&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it shoudl work after it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you face any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 19:33:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740047#M495451</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-17T19:33:38Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740048#M495453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i understand right, if i have multiple web server in my internal network and they are nated to public ip, i would have to add this for my guest vlan to see them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all server in 10.1.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;server a: 10.1.1.100&amp;nbsp;&amp;nbsp;&amp;nbsp; public : 9.9.9.9&lt;/P&gt;&lt;P&gt;server b: 10.1.1.101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public:9.9.9.10&lt;/P&gt;&lt;P&gt;server c: 10.1.1.102&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public: 9.9.9.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.9 10.1.1.100 norand nailed&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.10 10.1.1.101 norand nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.11 10.1.1.102 norand nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;or this command would be working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.0 10.1.1.0 norand nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;or i have to put a static for each of my web server i want my guest vlan to have access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 21:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740048#M495453</guid>
      <dc:creator>Sylvain Deschenes</dc:creator>
      <dc:date>2011-10-18T21:02:34Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740049#M495455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, thats right, if your internal LAn and the guest vlan both are behind the inside interface of the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can only use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;static (inside,inside) 9.9.9.0 10.1.1.0 norand nailed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 9.9.9.1 is mapped to 10.1.1.1&lt;/P&gt;&lt;P&gt;9.9.9.2 --&amp;gt; 10.1.1.2&lt;/P&gt;&lt;P&gt;9.9.9.3 ---&amp;gt; 10.1.1.3&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;9.9.9.255 -----&amp;gt; 10.1.1.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only then you can use it, otherwise you need to add those static statements for each server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 18:02:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740049#M495455</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-19T18:02:34Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740050#M495457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thank you that answer my question&amp;nbsp; I will see how i can do it since my septup would not allow me to do it with one line i will have to put a static for each one of my server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:13:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740050#M495457</guid>
      <dc:creator>Sylvain Deschenes</dc:creator>
      <dc:date>2011-10-20T14:13:03Z</dc:date>
    </item>
    <item>
      <title>guest access vlan</title>
      <link>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740051#M495458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, let me know if you run into any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:18:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/guest-access-vlan/m-p/1740051#M495458</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-10-20T14:18:33Z</dc:date>
    </item>
  </channel>
</rss>

