<?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: layer 4 acl's for guest vlan in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024210#M11804</link>
    <description>Can you paste a copy of the ACL you tried using?</description>
    <pubDate>Thu, 21 Jun 2007 08:13:32 GMT</pubDate>
    <dc:creator>Matt Hobbs</dc:creator>
    <dc:date>2007-06-21T08:13:32Z</dc:date>
    <item>
      <title>layer 4 acl's for guest vlan</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024209#M11803</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i want to restrict the traffic between our guest-vlan and server-vlan. in the server-vlan are dhcp-, dns- and proxy-server. &lt;BR /&gt;&lt;BR /&gt;guests: vlan 11 (192.168.11.0)&lt;BR /&gt;server: vlan 100 (192.168.100.0)&lt;BR /&gt;dns/dhcp: 192.168.100.111&lt;BR /&gt;proxy: 192.168.100.99:8080&lt;BR /&gt;&lt;BR /&gt;i want to allow only dhcp/dns/proxy-traffic. &lt;BR /&gt;&lt;BR /&gt;i've wrote a outbound acl for vlan 11...but it doesnt work properly.&lt;BR /&gt;&lt;BR /&gt;any ideas or config examples?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 21 Jun 2007 06:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024209#M11803</guid>
      <dc:creator>Sven Bergmann</dc:creator>
      <dc:date>2007-06-21T06:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: layer 4 acl's for guest vlan</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024210#M11804</link>
      <description>Can you paste a copy of the ACL you tried using?</description>
      <pubDate>Thu, 21 Jun 2007 08:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024210#M11804</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-06-21T08:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: layer 4 acl's for guest vlan</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024211#M11805</link>
      <description>On the GuestVLAN interface, apply the inbound ACL like this:&lt;BR /&gt;&lt;BR /&gt;ip access-group Guests_in in&lt;BR /&gt;&lt;BR /&gt;Inbound ACL should be:&lt;BR /&gt;&lt;BR /&gt;ip access-list extended Guests_in&lt;BR /&gt; remark *** To allow traffic to proxy:&lt;BR /&gt; permit tcp 192.168.11.0 0.0.0.255 host 192.168.100.99 eq 8080&lt;BR /&gt; remark *** To allow DNS querries:&lt;BR /&gt; permit udp 192.168.11.0 0.0.0.255 host 192.168.100.111 eq domain&lt;BR /&gt; remark *** To allow IP aquisition:&lt;BR /&gt; permit udp any any eq bootps&lt;BR /&gt;&lt;BR /&gt;To the same GuestVLAN interface, apply the outbound ACL like this:&lt;BR /&gt;&lt;BR /&gt;ip access-group Guests_out out&lt;BR /&gt;&lt;BR /&gt;Outbound ACL should be:&lt;BR /&gt; ip access-list extended Guests_out&lt;BR /&gt; remark *** To allow traffic from proxy:&lt;BR /&gt; permit ip host 192.168.100.99 192.168.11.0 0.0.0.255 &lt;BR /&gt; remark *** To allow DNS and DHCP responses:&lt;BR /&gt; permit ip host 192.168.100.111 any&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Comments:&lt;BR /&gt;1. I use something like that on a Cisco device, but good routers should allow you something similar, probabilly with slightly different sintax&lt;BR /&gt;2. The inbound ACL is more granular, and therefore stricter than the looser outbound ACL.&lt;BR /&gt;3. The order of the statements in the ACLs take into account traffic quantities: proxy traffic will be biggest, then DNS querries/answers and some light DHPC requests/responses&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jun 2007 00:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024211#M11805</guid>
      <dc:creator>OLARU Dan</dc:creator>
      <dc:date>2007-06-22T00:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: layer 4 acl's for guest vlan</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024212#M11806</link>
      <description>@OLARU Dan&lt;BR /&gt;&lt;BR /&gt;it looks good...i will try it next week.&lt;BR /&gt;&lt;BR /&gt;i think my basically failure was to misunterstand the meaning of inbound/outbound. (i thougt that outbound traffic is traffic that leaves the vlan)</description>
      <pubDate>Sat, 23 Jun 2007 01:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024212#M11806</guid>
      <dc:creator>Sven Bergmann</dc:creator>
      <dc:date>2007-06-23T01:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: layer 4 acl's for guest vlan</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024213#M11807</link>
      <description>inbound/outbound is defined with respect to the router:&lt;BR /&gt;&lt;BR /&gt;1. inbound: traffic that enters the router interface from the outside&lt;BR /&gt;2. outbound: traffic that gets out of the router interface</description>
      <pubDate>Mon, 25 Jun 2007 01:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/layer-4-acl-s-for-guest-vlan/m-p/4024213#M11807</guid>
      <dc:creator>OLARU Dan</dc:creator>
      <dc:date>2007-06-25T01:39:10Z</dc:date>
    </item>
  </channel>
</rss>

