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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting an 801 router to the internet

Status
Not open for further replies.

Deleco

Programmer
Feb 25, 2002
109
GB
Hi could someone please help.

I need to connect an 801 router to the internet, i have set it up using config maker. And my ISP says that i do not need anything extra from them to dial-up to them using a router. Once i have delivered the config to the Router, i try and navigate to a website using IE6 and the router appears to pick up the line as the 'ch1' light comes on but internet explorer cannot find any website that i enter.

I have set up TCP/IP settings to use the router as a gateway.

Here is the IOS configuration.

service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname remote2
!
enable password s0lutions
!
no ip name-server
!
isdn switch-type basic-net3
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip address negotiated
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 900
dialer string 908450590014
dialer hold-queue 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname deleco@cslinter.net
ppp chap password trustno1
ppp pap sent-username deleco@cslinter.net password trustno1
no ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
keepalive 10
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
dialer rotary-group 1
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
router rip
version 2
network 192.168.0.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password s0lutions
login
!
line vty 0 4
password s0lutions
login
!
end

There may be something obvious wrong that i am overlooking.

I have successfully set up the routers to connect to each other but have never connected the 801 series to the web.

Any help would be very much appreciated.

Regards
Deleco
 
Simple question can you ping out on the router to a well known ip address?

Is your browser setup for a LAN connection? Here is a working config.


username dog password 7 <removed>
username ELN/cat password 7 <removed>
ip subnet-zero
no ip source-route
!
isdn switch-type basic-dms100
!
!
!
interface Ethernet0
ip address 10.1.1.30 255.255.255.0
no ip directed-broadcast
no ip proxy-arp
ip nat inside
!
interface BRI0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-dms100
isdn spid1 xxxxxxxxxxxxxx
isdn spid2 xxxxxxxxxxxxxx
ppp authentication chap pap callin
!
interface Dialer0
no ip address
no ip directed-broadcast
no cdp enable
!
interface Dialer1
description ISP
ip address negotiated
no ip directed-broadcast
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer remote-name Cisco1
dialer idle-timeout 300
dialer string 6786486 class DialClass
dialer string 2163150 class DialClass
dialer hold-queue 10
dialer load-threshold 10 either
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname username
ppp chap password ?????????
ppp pap sent-username ELN/cat
password 7 104C0C4E09434507
ppp multilink
!
ip nat inside source list 18 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
map-class dialer DialClass
dialer isdn speed 56
access-list 18 permit 10.1.1.0 0.0.0.255
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
login local
!
end


------------------ show controllers ------------------

BRI unit 0:BRI unit 0 with U interface:
Layer 1 internal state is ACTIVATED

Layer 1 U interface is ACTIVATED.
ISDN Line Information:
Current EOC commands:
RTN - Return to normal
Received overhead bits:
AIB=1, UOA=1, SCO=1, DEA=1, ACT=1, M50=1, M51=1, M60=1, FEBE=1
Errors: [FEBE]=0, [NEBE]=0
Errors: [Superframe Sync Loss]=0, [IDL2 Data Transparency Loss]=0
[M4 ACT 1 -> 0]=0 Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
HI thanks for the advice.

I can ping a remote IP from the router itself via Hyperterminal, but if i try and do the same thing in windows via MS-Dos prompt i get request timed out.

Any ideas.

Cheers
Deleco :)
 
Is your pc's ip , subnet, and gateway set correctly. Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top