12-21-2006 11:03 PM - edited 03-05-2019 01:28 PM
I am new to Cisco products and I would prefer to use the HTTP Management interface for my Cisco 827 ADSL router, however, it is not loading. I have reset the router, configured the Ethernet0 interface for the IP (192.168.1.10 255.255.255.0 to match the rest of my network), and ran the 'sh flash' command to verify the proper files were there. When I run 'sh run', there is an entry that says 'no ip http server'. When I enter the router's IP into a web browser on any of my network computers, they all get 404 errors. How do I enable the HTTP Server?
Solved! Go to Solution.
12-21-2006 11:09 PM
Try the following command sequence
en
config t
ip http server
end
If it works, remember saving your configuration.
Hope this help
SSLIN
12-21-2006 11:09 PM
Try the following command sequence
en
config t
ip http server
end
If it works, remember saving your configuration.
Hope this help
SSLIN
12-22-2006 02:01 AM
Hi
In addition to the other post you can refer the below link for configuring the http services in your router..
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124tcr/tnm_r/nmg_02ht.htm#wp1116713
regds
12-22-2006 12:23 PM
Thank you so much. The Cisco Router Web Setup is loading now.
12-22-2006 09:25 PM
I can access the Web Setup now, but I get a connection error every time: http://austincomputer.isa-geek.com/aboykin/cisco827error.jpg
I get the error whether I connect through my switch or directly to the router. Work Offline is not enabled, and there is no anti virus or firewall software installed on that computer. The computer is configured to receive an IP automatically, and my current router assigns it 192.168.1.3.
01-02-2007 05:03 PM
Does anyone know what might be causing this?
01-02-2007 08:37 PM
Hi Austin
Can you release the ip address received and renew it again ?
once you are done with that can you check whats the gateway you are assigned with ?
Can you check pinging the gateway ip address ?
Also is it possible to assign static ip address to both the router and the pc for testing purpose ?
Do post out the config of your router here..
regds
01-03-2007 06:14 AM
I can ping my existing router, the 827 Router, my switch, and my WAP. I assigned 192.168.1.2 to the computer I am using for console management.
Current configuration : 857 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 827Router
!
logging rate-limit console 10 except errors
enable secret xxx
enable password xxx
!
username Cisco privilege 15 password xxx
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
interface Ethernet0
ip address 192.168.1.10 255.255.255.0
no cdp enable
!
interface ATM0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
!
ip classless
ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password xxx
login
!
scheduler max-task-time 5000
end
01-03-2007 07:54 PM
Hi Austin
Are you able to work with the web setup once you assign static ip to the router ?
regds
01-04-2007 01:58 PM
The Web Setup loads, but I always get a connection error when it says it is checking the current IOS version. I go to other pages, input values, and click Submit, but I get the same connection errors.
The router is assigned IP address 192.168.1.10 through it's configuration.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide