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

Need help with Cisco 800

Status
Not open for further replies.

CtJackal

Technical User
Jul 13, 2002
9
GB
Hi, I hope someone can help as I am at my wits' end here.
Recently got a Cisco 801 ISDN Router and attempted to set it up using ConfigMaker. Network topology is router-hub-two client machines running win98.

The DHCP client on the router is working fine and it is assigning the win98 client machines their IP addresses.

Similarly the dialup properties are fine on the router as initiating a dialup via telnet or http access is successfull and remote http access works.

The problem I have is getting the win98 clients to use the router for acces or initiate a dialer session, it just isn't happening.
I have set the default gateway on the clients to the routers IP address with 0 success, they simply don't work.
I am sure I am missing something really basic here, but whether it's with the clients or the router I don't know and it's really getting me down now :(

Here's the running config of my router, hope someone with more brains than me can point me in the right direction.

Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname SeansCisco
!
enable password 7 <&quot;removed&quot;>
!
ip subnet-zero
!
ip dhcp pool 1
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
!
no ip domain-lookup
isdn switch-type basic-net3
!
process-max-time 200
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
no ip directed-broadcast
ip nat inside
!
interface BRI0
description connected to Internet
no ip address
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
!
interface Dialer1
description connected to Internet
ip address negotiated
no ip directed-broadcast
ip nat outside
encapsulation ppp
no ip split-horizon
dialer in-band
dialer string 08089909071
dialer hold-queue 10
dialer load-threshold 50 outbound
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname <&quot;removed&quot;>
ppp chap password 7 <&quot;removed&quot;>
ppp pap sent-username <removed> password 7 <&quot;removed&quot;>
ppp multilink
!
router rip
version 2
passive-interface Dialer1
network 192.168.0.0
no auto-summary
!
ip nat inside source list 1 interface Dialer1 overload
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
snmp-server engineID local 00000009020000B0C28A28E2
snmp-server community public RO
banner motd ^CWelcome to Seanies Cisco Router^C
!
line con 0
exec-timeout 0 0
password 7 082D495A041C0C19
login
transport input none
stopbits 1
line vty 0 4
password 7 082D495A041C0C19
login
!
end
 
Have you set your browsers up for a LAN access? Can you ping a Did you setup your DNS ip's? “Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA
[americanflag]
 
Jeter, thanks a lot mate, that was exactly the problem, as soon as I entered my ISP's DNS ip in the client machines it worked a treat. Thanks!
One other little query, my ISP doesn't support multilink (when I enable multilink and dial both lines all network traffic stops, I've noticed it did this with my internal ISDN card as well) but it does support dialing in on two lines, can I utilise this at all? Ideally I would like the router to either bundle the two lines internally or to allow both clients to have a line each, any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top