<?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: Basic ACL Help with EOS on a SSA 150 in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57714#M1127</link>
    <description>thx .. meanwhile i have read something bout the difference between IN and OUTBOUND ... Access Lists .. i have a lapse of thought about this ... perhaps i will find a doc .. that descibes this absolutely clear</description>
    <pubDate>Mon, 22 Jun 2015 23:38:00 GMT</pubDate>
    <dc:creator>info_systemhaus</dc:creator>
    <dc:date>2015-06-22T23:38:00Z</dc:date>
    <item>
      <title>Basic ACL Help with EOS on a SSA 150</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57712#M1125</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
due to a Company policy i have to use a SSA 150 as a central Routing Switching System with NAT &amp;amp; Basic Firewall.&lt;BR /&gt;
&lt;BR /&gt;
I have created Static &amp;amp; Dynamic Nat Rules and all works fine .. now i have to secure the Server vlan with an ACL.&lt;BR /&gt;
&lt;BR /&gt;
I ́m not so familiar with ACL and perhaps you can help me with an example :&lt;BR /&gt;
&lt;BR /&gt;
Konfig :&lt;BR /&gt;
&lt;BR /&gt;
Internal Network :  5 VLANS with 172.16.X.0 /24&lt;BR /&gt;
&lt;BR /&gt;
Public Network : 195.37.81 /24  (Example ) &lt;BR /&gt;
&lt;BR /&gt;
VLAN 30 for the Server : 172.16.199.0/24&lt;BR /&gt;
&lt;BR /&gt;
I Need a ACL for the VLAN 30  with contain the following : &lt;BR /&gt;
&lt;BR /&gt;
- Rule 1   :  everybody from internal Network can Access all from VLAN 30 &lt;BR /&gt;
&lt;BR /&gt;
Permit ip 172.16.0.0 0.0.255.255 any    ( correct ? ) &lt;BR /&gt;
&lt;BR /&gt;
Rule 3    : all other Public IP ́s can Access the VLAN 30 ( Static NAT Rules ) &lt;BR /&gt;
&lt;BR /&gt;
Permit ip 195.37.81.0 0.255.255.255 any&lt;BR /&gt;
&lt;BR /&gt;
- Rule 3  all from outside the world can Access the Webserver on Port 80 on Host 172.16.99.150&lt;BR /&gt;
&lt;BR /&gt;
??????&lt;BR /&gt;
&lt;BR /&gt;
- Rule 4 only Host 80.150.248.88 (Example) can acccess the Port: 3389 on Host 172.16.99.150&lt;BR /&gt;
&lt;BR /&gt;
?????&lt;BR /&gt;
&lt;BR /&gt;
of course i need a bunch of Rules like 3 or 4 .. but with one example from you .. i would complete this ...&lt;BR /&gt;
&lt;BR /&gt;
Many THX for Help &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2015 17:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57712#M1125</guid>
      <dc:creator>info_systemhaus</dc:creator>
      <dc:date>2015-06-22T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Basic ACL Help with EOS on a SSA 150</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57713#M1126</link>
      <description>Assuming the ACL is outbound on vlan 30 than the first rules are correct.&lt;BR /&gt;
&lt;BR /&gt;
To permit all host  on port 80 to one server&lt;BR /&gt;
permit tcp   any  host  172.16.99.150 eq 80&lt;BR /&gt;
&lt;BR /&gt;
For sprcific host &lt;BR /&gt;
permit tcp  Host 80.150.248.88   Host 172.16.99.150 eq 3389 &lt;BR /&gt;
&lt;BR /&gt;
????&lt;BR /&gt;
Use the folowing article for  guidance.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-ACL-to-permit-through-two-hosts-on-different-subnets-on-S-Series/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-ACL-to-permit-through-two...&lt;/A&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-ACL-to-permit-through-two-hosts-on-different-subnets-on-S-Series/?q=how+to+configure+acl+on+s-series&amp;amp;#38;l=en_US&amp;amp;#38;fs=Search&amp;amp;#38;pn=1" target="_blank" rel="nofollow noreferrer noopener"&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2015 19:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57713#M1126</guid>
      <dc:creator>Luke_French</dc:creator>
      <dc:date>2015-06-22T19:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Basic ACL Help with EOS on a SSA 150</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57714#M1127</link>
      <description>thx .. meanwhile i have read something bout the difference between IN and OUTBOUND ... Access Lists .. i have a lapse of thought about this ... perhaps i will find a doc .. that descibes this absolutely clear</description>
      <pubDate>Mon, 22 Jun 2015 23:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/basic-acl-help-with-eos-on-a-ssa-150/m-p/57714#M1127</guid>
      <dc:creator>info_systemhaus</dc:creator>
      <dc:date>2015-06-22T23:38:00Z</dc:date>
    </item>
  </channel>
</rss>

