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 <"removed">
!
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 <"removed">
ppp chap password 7 <"removed">
ppp pap sent-username <removed> password 7 <"removed">
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
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 <"removed">
!
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 <"removed">
ppp chap password 7 <"removed">
ppp pap sent-username <removed> password 7 <"removed">
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