Options

help configuring routers running rip connected to LAN

happy420goluckyhappy420golucky Member Posts: 78 ■■□□□□□□□□
ok I have three routers and all of them are running rip. I have a buddy that is running his own lan and his gateway is a pfsense router (192.168.10.1). I am conecting my router to his switch and that interface is in the sanme network as his. So I can ping my buddys' pfsense gateway and all his other devices. So when I go to anohter router and try to ping his gateway, I get destinatino unreachable. but I am still able to ping my interface that is connected to his switch. I am just trying to figure out which route do I take. Does anybody have any pointers? Thanks I will list all my routers configs
Router A. connected to pfsense switch.

Current configuration : 878 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Monkeyspank
!
enable password cisco
!
memory-size iomem 15
ip subnet-zero
!
!
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
ip address 192.168.10.13 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet2/1
ip address 192.168.11.11 255.255.255.0
duplex auto
speed auto

router rip
network 192.168.10.0
network 192.168.11.0
!
ip classless
ip route 192.168.10.0 255.255.255.0 192.168.10.13
ip http server
!
!
dial-peer cor custom
!
!
!
gateway
!
!
!
line con 0
line aux 0
line vty 0 2
password cisco
login
line vty 3


Router B. that is connected to Router A. where i cant ping pfsense router but Router A.'s interface. config

urrent configuration:
!
version 11.3
no service password-encryption
!
hostname Bugsbunny
!
enable password cisco
!
no ip domain-lookup
!
!
!
!
interface Ethernet0/0
ip address 192.168.12.12 255.255.255.0
!
interface Ethernet0/1
ip address 192.168.11.12 255.255.255.0
!
router rip
network 192.168.11.0
network 192.168.12.0
!
ip classless
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
Here is router C's runnign config.
urrent configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Sylvester
!
enable password cisco
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
!
process-max-time 200
interface FastEthernet0/0
ip address 192.168.12.13 255.255.255.0
no ip directed-broadcast
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
router rip
network 192.168.12.0
!
ip classless
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
Every passing minute is a chance to turn it all around.

Comments

  • Options
    happy420goluckyhappy420golucky Member Posts: 78 ■■□□□□□□□□
    oh yeah I forgot to take the ip route 192.168.10.0 255.255.255.0 192.168.10.13 off router A. doing that right now, and I am still having the same problem even with that route take off router A. icon_sad.gif
    Every passing minute is a chance to turn it all around.
  • Options
    EdTheLadEdTheLad Member Posts: 2,111 ■■■■□□□□□□
    Your problem is on the pfsense router.You need your buddy to config routes to your networks 192.168.11.0,192.168.12.0 or he could setup a default route
    towards your network.
    Networking, sometimes i love it, mostly i hate it.Its all about the $$$$
  • Options
    happy420goluckyhappy420golucky Member Posts: 78 ■■□□□□□□□□
    (Your problem is on the pfsense router.You need your buddy to config routes to your networks 192.168.11.0,192.168.12.0 or he could setup a default route
    towards your network.)

    Hey thanks for your input, that was the solution to my problem. I had my buddy make static routes to both of those networks and I can ping from all three routers to all his devices on his network. Such a great forum...! :) Thanks again my friend!
    Every passing minute is a chance to turn it all around.
Sign In or Register to comment.