<?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: ACL on G2 to only allow one IP address to connect in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75613#M19306</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;entry IPCameraACL_deny{&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 10.10.10.52/32 ;&lt;BR /&gt;} then {&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure to also allow the other way round (from 10.10.10.52/32 to 10.10.10.104/32) with another entry&amp;nbsp;before the deny entry.. The Switch isn’t a stateful inspection firewall.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 01:35:42 GMT</pubDate>
    <dc:creator>Stefan_K_</dc:creator>
    <dc:date>2020-12-03T01:35:42Z</dc:date>
    <item>
      <title>ACL on G2 to only allow one IP address to connect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75612#M19305</link>
      <description>&lt;P&gt;I need to restrict access to my IP cameras from&amp;nbsp;one IP which is 10.10.10.104/24&lt;/P&gt;&lt;P&gt;I have 8 IP cameras and I’m just trying to get this working with one for now.I have the following to allow it and that obviously works, but I cant figure out the else if/else syntax. I’d like to just have the below and add else { deny;} but it doesn't work. Thoughts?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;entry IPCameraACL{&lt;BR /&gt;if match all {&lt;BR /&gt;source-address 10.10.10.104/32 ;&lt;BR /&gt;destination-address 10.10.10.52/32 ;&lt;BR /&gt;} then {&lt;BR /&gt;permit ;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 01:31:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75612#M19305</guid>
      <dc:creator>dj_mcadams</dc:creator>
      <dc:date>2020-12-03T01:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: ACL on G2 to only allow one IP address to connect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75613#M19306</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;entry IPCameraACL_deny{&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 10.10.10.52/32 ;&lt;BR /&gt;} then {&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure to also allow the other way round (from 10.10.10.52/32 to 10.10.10.104/32) with another entry&amp;nbsp;before the deny entry.. The Switch isn’t a stateful inspection firewall.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 01:35:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75613#M19306</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2020-12-03T01:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACL on G2 to only allow one IP address to connect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75614#M19307</link>
      <description>&lt;P&gt;Thank you! What if I have multiple destination IPs? Do I have to drop the match all? Or do anything else? I only want 10.10.10.104/32 to be able to connect to these IPs and no other source IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;entry IPCameraACL_deny{&lt;BR /&gt;if match all {&lt;BR /&gt;destination-address 10.10.10.52/32 ;&lt;/P&gt;&lt;P&gt;destination-address 10.10.10.53/32 ;&lt;/P&gt;&lt;P&gt;destination-address 10.10.10.54/32 ;&lt;/P&gt;&lt;P&gt;destination-address 10.10.10.55/32 ;&lt;BR /&gt;} then {&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 01:38:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75614#M19307</guid>
      <dc:creator>dj_mcadams</dc:creator>
      <dc:date>2020-12-03T01:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: ACL on G2 to only allow one IP address to connect</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75615#M19308</link>
      <description>&lt;P&gt;I got this working using the following. The server is 10.10.16.104/32 and the network I wanted to lockdown is 10.10.10.0/24 so only the server can access this network:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;entry IPCameraACL_Allow&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if match all&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;source-address 10.10.16.104/32 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;destination-address 10.10.10.0/24 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;then&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;permit;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;entry IPCameraACL_Deny&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if match all&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;destination-address 10.10.10.0/24 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;then&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;deny;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 03:18:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-on-g2-to-only-allow-one-ip-address-to-connect/m-p/75615#M19308</guid>
      <dc:creator>dj_mcadams</dc:creator>
      <dc:date>2020-12-03T03:18:28Z</dc:date>
    </item>
  </channel>
</rss>

