cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
832
Views
0
Helpful
1
Replies

Can't connect to web interface of 887VA Cisco Modem

Blake
Level 1
Level 1

I type in the gateway address of the modem in a web browser after connecting directly to it and nothing else. I get page cannot be displayed. This is after I was issued an address of 192.168.1.2 from the modem, which is 192.168.1.1

I don't got the IOS CLI Software because I don't have elevated privileges. Any suggestions? Thanks

1 Reply 1

Hello,

not sure what you have configured so far, but make sure it looks like this (connect to the router console port with a console cable):

conf t
int vlan 1
ip address 192.168.1.2 255.255.255.0

exit

username "name" password 7 "password"
ip http server
ip http authentication local

After configuring the above, set the IP address of your computer to 192.168.1.1 255.255.255.0, and browse to 192.168.1.2, then use the username and password you have configured.

HTH