crocodanser
Technical User
Hi all,
I have a question about ACL on vlan interface.
My vlan : 161
My network : 192.168.161.0/24
My DNS and Proxy Server : 192.168.161.250
I want to activate an ACL on vlan interface 161.
The server can use http protocol to any and Domain protocol to 192.168.0.1
the network 192.168.161.0/24 can't go out.
all other network have all access to this network
This is my access-list :
access-list 101 permit tcp host 192.168.161.250 any eq www
access-list 101 permit tcp host 192.168.161.250 host 192.168.0.1 eq domain
access-list 101 permit udp host 192.168.161.250 host 192.168.0.1 eq domain
access-list 101 deny ip 192.168.161.0 0.0.0.255 any
access-list 101 permit ip any any
i'm in another network. When i apply this acl on vlan interface 161, i can't access on the server 192.168.161.250.
have you got an idea?
Best regards,
Olivier
I have a question about ACL on vlan interface.
My vlan : 161
My network : 192.168.161.0/24
My DNS and Proxy Server : 192.168.161.250
I want to activate an ACL on vlan interface 161.
The server can use http protocol to any and Domain protocol to 192.168.0.1
the network 192.168.161.0/24 can't go out.
all other network have all access to this network
This is my access-list :
access-list 101 permit tcp host 192.168.161.250 any eq www
access-list 101 permit tcp host 192.168.161.250 host 192.168.0.1 eq domain
access-list 101 permit udp host 192.168.161.250 host 192.168.0.1 eq domain
access-list 101 deny ip 192.168.161.0 0.0.0.255 any
access-list 101 permit ip any any
i'm in another network. When i apply this acl on vlan interface 161, i can't access on the server 192.168.161.250.
have you got an idea?
Best regards,
Olivier