i currently have a lab that is on it's own VLAN. This lab needs to have access to port 80 and port 443 only. But my main network needs to have full access to the server on this network. 172.16.253.2 /24
I have the following acl on my core routed switch and it was working but now it just stopped. I can no longer access the server at all. Can someone help me please??
here's the ACL
Acl number 3100
rule 0 permit tcp source 172.16.253.2 0 destination 10.0.0.0 0.255.255.255
rule 1 permit tcp source 10.0.0.0 0.255.255.255 destination 172.16.253.2 0
rule 5 permit tcp source 172.16.253.0 0.0.0.255 destination 10.69.0.1 0 destination-port eq www
rule 10 permit tcp source 172.16.253.0 0.0.0.255 destination 10.69.0.1 0 destination-port eq 443
rule 15 deny ip source 172.16.253.0 0.0.0.255 destination 10.0.0.0 0.255.255.255
From what I can tell the lab computer aren't able to access anything on the network except computers on their own subnet and the internet so that part is working fine but I need to be able to access the server from anywhere on our 10.0.0.0 network.