Hi this is the config I'm using to try and restrict remote users perusing the net without authenticating first.
interface FastEthernet0
ip address 192.168.4.1 255.255.255.0
ip access-group 101 in
ip access-group 101 out
speed auto
no cdp enable
access-list 101 deny tcp any any eq 8080
access-list 101 deny udp any any range netbios-ns netbios-ss
access-list 101 deny tcp any any range 137 139
access-list 101 permit ip any any
However, it doesn't work.
Can anyone help?
Thanks,
steven
interface FastEthernet0
ip address 192.168.4.1 255.255.255.0
ip access-group 101 in
ip access-group 101 out
speed auto
no cdp enable
access-list 101 deny tcp any any eq 8080
access-list 101 deny udp any any range netbios-ns netbios-ss
access-list 101 deny tcp any any range 137 139
access-list 101 permit ip any any
However, it doesn't work.
Can anyone help?
Thanks,
steven