i have problem with rip routing between mikrotik & fritzbox running freetz 1.1.4, i have routes shown on quagga ripd but those routes are not passed to kernel "route" here is ripd list :
fritz.fonwlan.box> show ip rip
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Network Next Hop Metric From Tag Time
R(n) 0.0.0.0/0 172.16.2.254 2 172.16.2.2 0 52:47
C(i) 169.254.2.1/32 0.0.0.0 1 self 0
C(i) 172.16.0.0/16 0.0.0.0 1 self 0
R(n) 172.16.5.0/29 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.5.8/29 172.16.2.2 3 172.16.2.2 0 52:47
R(n) 172.16.6.0/24 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.7.0/24 172.16.2.2 3 172.16.2.2 0 52:47
R(n) 172.16.8.0/24 172.16.2.2 4 172.16.2.2 0 52:47
R(n) 172.16.9.0/24 172.16.2.2 4 172.16.2.2 0 52:47
R(n) 172.16.10.0/24 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.11.0/24 172.16.2.2 2 172.16.2.2 0 52:47
C(r) 192.168.178.0/24 0.0.0.0 1 self (connected:1) 0
and here is my route on kernel
/var/tmp/flash # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.180.1 * 255.255.255.255 UH 2 0 0 dsl
192.168.180.2 * 255.255.255.255 UH 2 0 0 dsl
192.168.178.0 * 255.255.255.0 U 0 0 0 lan
172.16.2.0 * 255.255.255.0 U 2 0 0 dsl
172.16.0.0 * 255.255.0.0 U 0 0 0 lan
127.0.0.0 * 255.0.0.0 U 0 0 0 eth0
default * 0.0.0.0 U 2 0 0 dsl
/var/tmp/flash #
and network shown in ripd unavailable.
fritz.fonwlan.box> show ip rip
Codes: R - RIP, C - connected, S - Static, O - OSPF, B - BGP
Sub-codes:
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Network Next Hop Metric From Tag Time
R(n) 0.0.0.0/0 172.16.2.254 2 172.16.2.2 0 52:47
C(i) 169.254.2.1/32 0.0.0.0 1 self 0
C(i) 172.16.0.0/16 0.0.0.0 1 self 0
R(n) 172.16.5.0/29 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.5.8/29 172.16.2.2 3 172.16.2.2 0 52:47
R(n) 172.16.6.0/24 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.7.0/24 172.16.2.2 3 172.16.2.2 0 52:47
R(n) 172.16.8.0/24 172.16.2.2 4 172.16.2.2 0 52:47
R(n) 172.16.9.0/24 172.16.2.2 4 172.16.2.2 0 52:47
R(n) 172.16.10.0/24 172.16.2.2 2 172.16.2.2 0 52:47
R(n) 172.16.11.0/24 172.16.2.2 2 172.16.2.2 0 52:47
C(r) 192.168.178.0/24 0.0.0.0 1 self (connected:1) 0
and here is my route on kernel
/var/tmp/flash # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.180.1 * 255.255.255.255 UH 2 0 0 dsl
192.168.180.2 * 255.255.255.255 UH 2 0 0 dsl
192.168.178.0 * 255.255.255.0 U 0 0 0 lan
172.16.2.0 * 255.255.255.0 U 2 0 0 dsl
172.16.0.0 * 255.255.0.0 U 0 0 0 lan
127.0.0.0 * 255.0.0.0 U 0 0 0 eth0
default * 0.0.0.0 U 2 0 0 dsl
/var/tmp/flash #
and network shown in ripd unavailable.