- Posts: 5
- Thank you received: 0
Trying to get RIP work on Quagga
18 years 7 months ago #14305
by SU27chaos
Trying to get RIP work on Quagga was created by SU27chaos
I have two Ubuntu PCs as routers.
This is how it is setup.
Milwaukee
Eth0 not connected - 172.18.0.1/16
Eth1 connected to Green Bay 172.17.0.2/16
Green Bay
Eth0 connected to my PC 172.16.0.1/16
Eth1 connected to Milwaukee 172.17.0.1/16
I wasn't able to ping 172.18.0.1 from Green Bay. Same thing when I ssh to Milwaukee and ping 172.16.0.1.
It says "Network unreachable"
Here's the config files.
[code:1]
hostname Green_Bay
password
enable password
!
interface eth0
ip address 172.16.0.1/16
ipv6 nd suppress-ra
!
interface eth1
description Vserial
ip address 172.17.0.1/16
ipv6 nd suppress-ra
!
interface lo
!
interface sit0
ipv6 nd suppress-ra
!
ip forwarding
!
line vty
!
=================
hostname Green_Bay_RIP
password
enable password
!
router rip
network 172.16.0.0/16
network 172.17.0.0/16
!
line vty
!
=================
hostname Milwaukee
password
enable password
!
interface eth0
ip address 172.18.0.1/16
multicast
ipv6 nd suppress-ra
!
interface eth1
description Vserial
ip address 172.17.0.2/16
ipv6 nd suppress-ra
!
interface lo
!
interface sit0
ipv6 nd suppress-ra
!
ip forwarding
!
line vty
!
===========
hostname Milwaukee_RIP
password
enable password
!
router rip
network 172.17.0.0/16
network 172.18.0.0/16
!
line vty
!
[/code:1]
This is how it is setup.
Milwaukee
Eth0 not connected - 172.18.0.1/16
Eth1 connected to Green Bay 172.17.0.2/16
Green Bay
Eth0 connected to my PC 172.16.0.1/16
Eth1 connected to Milwaukee 172.17.0.1/16
I wasn't able to ping 172.18.0.1 from Green Bay. Same thing when I ssh to Milwaukee and ping 172.16.0.1.
It says "Network unreachable"
Here's the config files.
[code:1]
hostname Green_Bay
password
enable password
!
interface eth0
ip address 172.16.0.1/16
ipv6 nd suppress-ra
!
interface eth1
description Vserial
ip address 172.17.0.1/16
ipv6 nd suppress-ra
!
interface lo
!
interface sit0
ipv6 nd suppress-ra
!
ip forwarding
!
line vty
!
=================
hostname Green_Bay_RIP
password
enable password
!
router rip
network 172.16.0.0/16
network 172.17.0.0/16
!
line vty
!
=================
hostname Milwaukee
password
enable password
!
interface eth0
ip address 172.18.0.1/16
multicast
ipv6 nd suppress-ra
!
interface eth1
description Vserial
ip address 172.17.0.2/16
ipv6 nd suppress-ra
!
interface lo
!
interface sit0
ipv6 nd suppress-ra
!
ip forwarding
!
line vty
!
===========
hostname Milwaukee_RIP
password
enable password
!
router rip
network 172.17.0.0/16
network 172.18.0.0/16
!
line vty
!
[/code:1]
Time to create page: 0.108 seconds