Hello,

This looks to be a very straight forward configuration, but it is
giving me fits. It's a simple Multilink PPP setup.

I can "ping" from Router A to Router B, but I can't do any
TCP i.e. Telnet, SSH, Traceroute, etc.

All I want to be able to do is telnet from 
Router A to Router B...

The weird thing is, I can telnet from
Router B to Router A.

Please tell me if I have done something stupid.



Router A

ip subnet-zero
!
no ip bootp server
!
!
!
process-max-time 200
!
interface Multilink1
 ip address 192.168.1.1 255.255.255.0
 ip directed-broadcast
 ip nat outside
 no cdp enable
 ppp multilink
 multilink load-threshold 2 either
 multilink-group 1
!         
interface Ethernet0/0
 no ip address
 no ip directed-broadcast
 no ip mroute-cache
 shutdown
 no cdp enable
!
interface Serial0/0
 ip unnumbered Multilink1
 ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
 service-module t1 clock source internal
 ppp multilink
 multilink-group 1
!
interface Serial0/1
 ip unnumbered Multilink1
 ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
 service-module t1 clock source internal
 ppp multilink
 multilink-group 1
!
interface FastEthernet1/0
 ip address 172.16.XXX.XXX 255.255.0.0 secondary
 ip address 209.17.XXX.XXX 255.255.255.0
 ip directed-broadcast
 no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 209.17.95.1
ip route 209.17.XXX.144 255.255.255.240 Multilink1
no ip http server
 
 


Router B

ip subnet-zero
ip dhcp excluded-address 192.168.4.1 192.168.4.20
!
ip dhcp pool wc
   network 192.168.4.0 255.255.255.0
   default-router 192.168.4.1
   dns-server 206.13.XXX.12 206.13.XXX.12
   domain-name XXX.net
   lease 2
!
!
!
!
process-max-time 200
!
interface Multilink1
 ip address 192.168.1.2 255.255.255.0
 ip directed-broadcast
 ip nat outside
 no cdp enable
 ppp multilink
 multilink load-threshold 2 either
 multilink-group 1
!
interface Ethernet0/0
 ip address 209.17.XXX.145 255.255.255.240
 ip directed-broadcast
 full-duplex
!
interface Serial0/0
 ip unnumbered Multilink1
 ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
 ppp multilink
 multilink-group 1
!
interface Serial0/1
 ip unnumbered Multilink1
 ip directed-broadcast
 encapsulation ppp
 no ip mroute-cache
 no fair-queue
 ppp multilink
 multilink-group 1
!
interface FastEthernet1/0
 ip address 192.168.4.1 255.255.255.0
 ip directed-broadcast
 ip nat inside
!
ip nat translation timeout 43200
ip nat inside source list 101 interface Ethernet0/0
overload
ip classless
ip route 0.0.0.0 0.0.0.0 Multilink1
no ip http server
 
 
 Both routers are identical
 
 Cisco Internetwork Operating System Software 
IOS (tm) C2600 Software (C2600-IS-M), Version 12.0(5)T1,  RELEASE SOFTWARE
(fc1)
Copyright (c) 1986-1999 by cisco Systems, Inc.
Compiled Tue 17-Aug-99 14:39 by cmong
Image text-base: 0x80008088, data-base: 0x80B5E15C

ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)

Rhapsody@FIC uptime is 1 week, 20 hours, 21 minutes
System returned to ROM by power-on
System image file is "flash:c2600-is-mz.120-5.T1"

cisco 2610 (MPC860) processor (revision 0x202) with 32768K/8192K bytes of
memory.
Processor board ID JAD03342330 (2663084462)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 FastEthernet/IEEE 802.3 interface(s)
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102



Any clues?

Thanks

Rod


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=52054&t=52054
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to