I can ping from 32.72.46.0 side to the 192.168.1.0 side
jckhosprouter#ping 192.168.1.100
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
But not from there side
BOROUTER#ping 32.72.46.96
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 32.72.46.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5
-----------------------------------------------------------
here's my routes
jckhosprouter#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
32.0.0.0/23 is subnetted, 1 subnets
C 32.72.46.0 is directly connected, FastEthernet0/0
192.168.251.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.251.1/32 is directly connected, Serial0/0/0
C 192.168.251.0/24 is directly connected, Serial0/0/0
R 192.168.1.0/24 [120/1] via 192.168.251.1, 00:00:04, Serial0/0/0
S* 0.0.0.0/0 is directly connected, Serial0/0/0
-----------------------------------------------------------
BOROUTER#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
R 32.0.0.0/8 [120/1] via 192.168.251.2, 00:00:22, Serial0/0/0
192.168.251.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.251.2/32 is directly connected, Serial0/0/0
C 192.168.251.0/24 is directly connected, Serial0/0/0
C 192.168.1.0/24 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 is directly connected, Serial0/0/0
-----------------------------------------------------------
Secound router config
!This is the running config of the router: 192.168.1.1
!----------------------------------------------------------------------------
!version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname BOROUTER
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 $1$sJJn$tc2sW04LpMMv2kaJ7Opb10
!
username admin privilege 15 secret 5 $1!ryQe$donAkXeml/.LcCPoB8j1J1
clock timezone PCTime -8
clock summer-time PCTime date Apr 6 2003 2:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
!
!
no ip bootp server
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE$$ETH-LAN$
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface FastEthernet0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
duplex auto
speed auto
no cdp enable
no mop enabled
!
interface Serial0/0/0
ip address 192.168.251.1 255.255.255.0
no ip redirects
no ip unreachables
encapsulation ppp
no cdp enable
!
router rip
network 192.168.1.0
network 192.168.251.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0 2
ip http server
ip http authentication local
ip http timeout-policy idle 600 life 86400 requests 10000
!
!
logging trap debugging
no cdp run
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 4000 1000
end
thanks