Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 857 WAN Management

Status
Not open for further replies.

kyleheath

IS-IT--Management
Joined
Jul 9, 2007
Messages
7
Location
GB
I have just started working on Cisco 857 Routers to replace existing ADSL Routers, I have setup the PPPOA connection and a IPSEC VPN tunnel to my SBS 2003 Server however I cannot work out or succeed at connecting to the router via the WAN interface for remote support.

I would like to use the SDM intially as I learn the CLI, any help would be much appreciated!

Cheers

Kyle Heath
 
router>en
router#conf t
router(config)#ip http server
router(config)#ip http authentication local
router(config)#username bla priv 15 pass blablabla
router(config)#end
router#wr

Burt
 
Thanks for that info, I have enable the HTTP server and I can connect via http on the local ethernet interface, its the wan interface i need to connect on, when i try to use the SDM to the WAN IP i only get prompted for the SSH login and not the HTTP login.

Is it easier to start to try to setup a telnet to the WAN Interface, I have a static IP on the PPPOA connection.

Cheers

Kyle
 
router>en
router#conf t
router(config)#ip http secure-server
router(config)#end
router#wr

IP address goes here)

or

ip address)

Burt
 
Thanks for your help, I found it was the ACL that I needed to amend to allow http access from my public ip to the ADSL interface for the once I enabled this I could connect via SDM. Ill get to work on HTTPS now.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top