cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
3
Helpful
1
Replies

http/https on router

cfajardo1_2
Level 1
Level 1

hello,

i want to disable http and https access to my router on some interfaces and just enable the same services on the internal ethernet interface.

but i found thT HTTPAND HTTPS access to the router are enabled/disabled globaly.

how can i solve this problem.

thanks

1 Reply 1

Craig Balfour
Level 1
Level 1

It is not possible (as far as I know) to restict access to the web interface on a Cisco router or Catalyst switch on the basis of interface.

The best you can do is to limit access to particular source networks or hosts using a standard access-list.

Here is an example:

ip access-list standard 10

remark Restrict access to HTTP/s service

permit 10.0.0.0 0.255.255.255

permit host 192.168.100.10

deny any

ip http access-list 10

ip http server

This will only permit hosts on network 10.0.0.0/8 and host 192.168.100.10 to connect to the HTTP server on this router.

Review Cisco Networking products for a $25 gift card