Please help as I cannot add an additional access-list to my current config.I have a web server I need to allow anonymous access to the webpages. The website ( for arguement sake) is statically assigned to 192.168.1.3
!ip nat inside source static tcp 192.168.1.3 80 63.162.201.1 80 extendable
!access-list 1 permit 192.168.1.0 0.0.0.255
I need to add an access-list to the server, I tried:
!access-list 101 permit 192.168.1.3 0.0.0.255 (or)
!access-list 1 permit 192.168.1.3 0.0.0.255
The router would not accept either command. can anyone tell me what I'm doing wrong and point me in the right direction.
Thanks
!ip nat inside source static tcp 192.168.1.3 80 63.162.201.1 80 extendable
!access-list 1 permit 192.168.1.0 0.0.0.255
I need to add an access-list to the server, I tried:
!access-list 101 permit 192.168.1.3 0.0.0.255 (or)
!access-list 1 permit 192.168.1.3 0.0.0.255
The router would not accept either command. can anyone tell me what I'm doing wrong and point me in the right direction.
Thanks