03-26-2014 12:29 AM - edited 03-07-2019 06:52 PM
Below is my Home Network layout. I am having trouble pinging the 50.2.30.0 subnet. I created OSPF routes and I am able to ping from HomeLAN router to BackUpHomeLAN router. My problem is that I can not ping from my laptop connected on the 192.168.1.0 subnet to the 50.2.30.0 subnet. Attached below is my current config for both routers.
HomeLAN
HomeLAN-Rotuer#show run
Building configuration...
Current configuration : 1761 bytes
!
! Last configuration change at 07:27:14 UTC Wed Mar 26 2014
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HomeLAN-Rotuer
!
boot-start-marker
warm-reboot
boot-end-marker
!
!
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
!
ip vrf A
!
!
!
ip cef
ip domain name jjkkcc.org
ip name-server 68.105.28.16
ip name-server 68.105.29.16
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip name-server 192.168.1.252
ip name-server 192.168.1.242
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2801 sn FTX1019Y2S4
username woodjl1650 privilege 15 password 0 henry999 secret
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.2.10.2 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.5 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/1/0
ip address 10.0.10.1 255.255.255.224
!
interface Serial0/2/0
ip address 10.0.10.3 255.255.255.224
!
router ospf 1
network 10.2.10.0 0.0.0.7 area 1
network 50.2.30.0 0.0.0.31 area 1
network 192.168.1.0 0.0.0.255 area 1
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list NAT interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 10.2.10.1
!
ip access-list standard NAT
permit 192.168.1.0 0.0.0.255
permit 10.2.10.0 0.0.0.7
permit 50.2.30.0 0.0.0.31
!
logging esm config
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
line aux 0
line vty 0 4
login local
transport input ssh
!
scheduler allocate 20000 1000
end
BackUpHomeLAN
BackUpHomeLAN#show run
Building configuration...
Current configuration : 1695 bytes
!
! Last configuration change at 06:35:05 UTC Wed Mar 26 2014
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BackUpHomeLAN
!
boot-start-marker
warm-reboot
boot-end-marker
!
!
!
no aaa new-model
!
dot11 syslog
ip source-route
!
!
!
ip vrf A
!
!
!
ip cef
ip domain name jjkkcc.com
ip name-server 68.105.28.16
ip name-server 68.105.29.16
ip name-server 8.8.8.8
ip name-server 8.8.4.4
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2801 sn FTX1028W1PY
username woodjl1650 privilege 15 password 0 henry999 secret
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface Loopback100
ip vrf forwarding A
no ip address
!
interface FastEthernet0/0
ip address 10.2.10.3 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 50.2.30.1 255.255.255.224
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/1/0
ip address 10.0.10.2 255.255.255.224
!
router ospf 1
network 10.2.10.0 0.0.0.7 area 1
network 50.2.30.0 0.0.0.31 area 1
network 192.168.1.0 0.0.0.255 area 1
!
router ospf 3
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list NAT interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 24.234.191.225
!
ip access-list standard NAT
permit 192.168.1.0 0.0.0.255
permit 10.2.10.0 0.0.0.7
permit 50.2.30.0 0.0.0.31
!
logging esm config
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
line aux 0
line vty 0 4
login local
transport input ssh
!
scheduler allocate 20000 1000
end
03-26-2014 02:55 PM
Duplicate posts.
Go here: http://supportforums.cisco.com/discussion/12154051/ospf-unable-ping
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide