Unsolved
This post is more than 5 years old
1 Rookie
•
13 Posts
0
2944
December 31st, 2004 21:00
3324 ACL Issues
Hello everyone, I am trying to get a PC 3324 put into production (well actually it is already there) and I am trying to tighten some security with the unit using the IP based ACLs; however, I seem to be not correctly handling the configuration.
I will post what I am trying to accomplish in english then the commands used to accomplish this along with other actions, this will only be for 1 port (server) as I'm sure its the same mistake on all, or something very similar.
Allow any from server1
Allow any from server2
Deny anything else
permit any [server1 ip] 0.0.0.0 [dest ip] 0.0.0.0
permit any [server2 ip] 0.0.0.0 [dest ip] 0.0.0.0
deny any any [dest ip] 0.0.0.0
then I go into the web admin apply it to the correct switch port, and verify that it was applied, and all looks good.
Now I get on my laptop (ip != server1 or server2) and I can establish a telnet session to the dest. ip.
Any ideas?
0 events found
No Events found!


DELL-Randy
132 Posts
0
January 4th, 2005 11:00
Where are you applying the ACL? The rules will only be applicabe to ingress traffic. If this ACL is bound to the interface that the laptop is connected to (physical or virtual), then your configuration should perform as expected.
lucasnodine
1 Rookie
•
13 Posts
0
January 4th, 2005 14:00
I apply the ACL to the port where the [dest ip] server is attached. (Laptop and server are both attached to the 3324)
Message Edited by lucasnodine on 01-04-2005 10:30 AM
Message Edited by lucasnodine on 01-04-2005 10:31 AM
lucasnodine
1 Rookie
•
13 Posts
0
January 4th, 2005 15:00
After further reviewing this issue, I noticed that if I create a rule series such as
deny any [source ip] 0.0.0.0 [dest. ip] 0.0.0.0
permit any any any
then put that on an ethernet port, it will not work; however, if I bind it to the VLAN (contains all ports) then it will work. Perhaps it has something to do with being bound to a physical port on the switch?
DELL-Randy
132 Posts
0
January 4th, 2005 17:00
Message Edited by DELL-Randy on 01-04-2005 02:13 PM
lucasnodine
1 Rookie
•
13 Posts
0
January 5th, 2005 17:00
Wow, Thank you. That is the best answer I have ever had from any computer company related to a technical issue ever.
Thank you!
ISCGDave
12 Posts
0
March 31st, 2005 17:00
permit ip 192.168.1.0 0.0.0.255 192.168.1.0 0.0.0.255
ISCGDave
12 Posts
0
March 31st, 2005 17:00