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

LAN to LAN via 1603 ISDNs

Status
Not open for further replies.

timberIR

Technical User
Joined
Aug 20, 2002
Messages
1
Location
IE
Hi,

My objective was to keep a backup server offsite and link it to my lan via an isdn dialup.

I have the router on the lan dialling the offsite one fine but its not routing from lan to lan properly

for example from a host on lan1 I can ping the e0 on the remote router over the isdn line but I cannot get anything beyond.
If I telnet into the lan2 router through the lan1 router after its dialled up I can ping the hosts on lan1 though.

I think I might have bad ip routes or something.

Heres is my exact configs, lan1 then lan2.

Any help appreciated and I will let you know the outcome.

Cisco1603_office>en
Password:
Cisco1603_office#sho run
Building configuration...

Current configuration:
!
version 11.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Cisco1603_office
!
enable password 7 xxxxxx
!
username Cisco1603_remote password 7 xxxxxx
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-net3
!
interface Ethernet0
description connected to EthernetLAN_1
ip address 62.100.100.101 255.255.255.224
no keepalive
!
interface BRI0
description connected to Cisco1603_remote
no ip address
encapsulation ppp
dialer rotary-group 1
no cdp enable
!
interface Dialer1
description connected to Cisco1603_remote
ip unnumbered Ethernet0
encapsulation ppp
no ip split-horizon
dialer in-band
dialer map snapshot 1 name Cisco1603_remote broadcast 123456
dialer map ip 192.168.10.201 name Cisco1603_remote broadcast 123456
dialer hold-queue 10
dialer-group 1
snapshot client 15 360 suppress-statechange-update dialer
no cdp enable
ppp authentication chap
!
router rip
version 2
network 62.0.0.0
no auto-summary
!
ip classless
ip route 62.254.166.0 255.255.255.224 Ethernet0 permanent
ip route 192.168.10.0 255.255.255.0 Dialer1 permanent
snmp-server location Dublin
dialer-list 1 protocol ip permit
banner motd ^CCisco Router 1603 Office^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxx
login
line vty 0 4
password 7 xxxxxxxxxxxxx
login
!
end

Cisco1603_office#

LAN2
Cisco1603_remote>en
Password:
Cisco1603_remote#sho conf
Using 1316 out of 7506 bytes
!
version 11.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Cisco1603_remote
!
enable password 7 xxxx
!
username Cisco1603_office password 7 xxxx
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-net3
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.10.201 255.255.255.0
no keepalive
!
interface BRI0
description connected to Cisco1603_office
no ip address
encapsulation ppp
dialer rotary-group 1
no cdp enable
!
interface Dialer1
description connected to Cisco1603_office
ip unnumbered Ethernet0
encapsulation ppp
no ip split-horizon
dialer in-band
dialer map snapshot 1 name Cisco1603_office broadcast
dialer map ip 62.100.100.101 name Cisco1603_office broadcast
dialer-group 1
snapshot server 15 dialer
no cdp enable
ppp authentication chap
!
router rip
version 2
network 192.168.10.0
no auto-summary
!
ip classless
ip route 62.100.100.0 255.255.255.224 Dialer1 permanent
ip route 192.168.10.0 255.255.255.0 Ethernet0 permanent
snmp-server location Remote
dialer-list 1 protocol ip permit
banner motd ^CCisco Router 1603^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxx
login
line vty 0 4
password 7 xxxxxx
login
!
end

Cisco1603_remote#


Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top