Hi
access is controlled by the line " access-class 23 in" towards the end of the config
line vty 0 4
access-class 23 in
exec-timeout 120 0
privilege level 15
password 111111
login
length 0
you need to add your local network to access list 23 to allow access
access-list 23 permit 192.168.0.0 0.0.0.255
Trevor
Main Topics
Browse All Topics





by: JFrederick29Posted on 2009-04-20 at 06:02:00ID: 24184109
Add this:
conf t
access-list 23 permit 192.168.0.0 0.0.0.255