In de volgende simpele setup, heb ik het volgende probleem. Router 1 kan alles en iedereen pingen, router 2 daarentegen kan alle interfaces op router 1 pingen maar niet door router 1 naar de default gateway (of het gehele 10.33.18.x netwerk)

ip_forward staat aan.
zebra.conf Node 1
hostname Node1
password xxx
enable password xxx
! Interfaces
interface lo
description loopback
ip address 127.0.0.1/8
interface ath0
description backbone
ip address 10.0.0.2/24
no shutdown
multicast
interface wlan0
description sector noord
ip address 10.33.28.1/25
no shutdown
no multicast
interface wlan1
description sector zuid
ip address 10.33.28.129/25
no shutdown
no multicast
log file /var/log/zebra/zebra.log
ospfd.conf Node 1
hostname Node1
password xxx
enable password xxx
interface lo
! Intefaces
interface ath0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network broadcast
interface eth0
interface wlan0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
interface wlan1
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
! ospf router
router ospf
ospf router-id 10.33.28.1
passive-interface lo
passive-interface eth0
! networks
!ath0
network 10.0.0.0/24 area 0
!wlan0
network 10.33.28.0/25 area 1
!wlan1
network 10.33.28.128/25 area 1
log file /var/log/zebra/ospfd.log
zebra.conf Node 2
hostname Node2
password xxx
enable password xxx
! Interfaces
interface lo
description loopback
ip address 127.0.0.1/8
interface ath0
description backbone
ip address 10.0.0.3/24
multicast
no shutdown
interface wlan0
description wlan0
ip address 10.33.15.1/24
no multicast
no shutdown
log file /var/log/zebra/zebra.log
ospfd.conf Node 2
hostname Node2
password xxx
enable password xxx
interface lo
! Interfaces
interface ath0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network broadcast
interface eth0
interface wlan0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
! ospf router
router ospf
ospf router-id 10.33.15.1
passive-interface lo
passive-interface eth0
! networks
!ath0
network 10.0.0.0/24 area 0
!wlan0
network 10.33.15.0/24 area 2
log file /var/log/zebra/ospfd.log
routing table router 1
routing table router 2
het opvragen van de routing table van router 2 geeft enkele seconden vertraging (even als arp -a) bij router 1 wordt de routing table echter wel gelijk geprint.
ospf md5 verificatie lukt en komt tot stand, dr and backup election werkt eveneens...pingen 10.33.18.1 vanaf router 2 onmogelijk.
Iemand enig idee ?

ip_forward staat aan.
zebra.conf Node 1
hostname Node1
password xxx
enable password xxx
! Interfaces
interface lo
description loopback
ip address 127.0.0.1/8
interface ath0
description backbone
ip address 10.0.0.2/24
no shutdown
multicast
interface wlan0
description sector noord
ip address 10.33.28.1/25
no shutdown
no multicast
interface wlan1
description sector zuid
ip address 10.33.28.129/25
no shutdown
no multicast
log file /var/log/zebra/zebra.log
ospfd.conf Node 1
hostname Node1
password xxx
enable password xxx
interface lo
! Intefaces
interface ath0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network broadcast
interface eth0
interface wlan0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
interface wlan1
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
! ospf router
router ospf
ospf router-id 10.33.28.1
passive-interface lo
passive-interface eth0
! networks
!ath0
network 10.0.0.0/24 area 0
!wlan0
network 10.33.28.0/25 area 1
!wlan1
network 10.33.28.128/25 area 1
log file /var/log/zebra/ospfd.log
zebra.conf Node 2
hostname Node2
password xxx
enable password xxx
! Interfaces
interface lo
description loopback
ip address 127.0.0.1/8
interface ath0
description backbone
ip address 10.0.0.3/24
multicast
no shutdown
interface wlan0
description wlan0
ip address 10.33.15.1/24
no multicast
no shutdown
log file /var/log/zebra/zebra.log
ospfd.conf Node 2
hostname Node2
password xxx
enable password xxx
interface lo
! Interfaces
interface ath0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network broadcast
interface eth0
interface wlan0
ip ospf message-digest-key 1 md5 blabla
ip ospf authentication message-digest
ip ospf network non-broadcast
! ospf router
router ospf
ospf router-id 10.33.15.1
passive-interface lo
passive-interface eth0
! networks
!ath0
network 10.0.0.0/24 area 0
!wlan0
network 10.33.15.0/24 area 2
log file /var/log/zebra/ospfd.log
routing table router 1
code:
1
2
3
4
5
6
7
| Destination Gateway Genmask Flags Metric Ref Use Iface 10.33.28.0 * 255.255.255.128 U 0 0 0 wlan0 10.33.28.128 * 255.255.255.128 U 0 0 0 wlan1 10.0.0.0 * 255.255.255.0 U 0 0 0 ath0 10.33.18.0 * 255.255.255.0 U 0 0 0 eth0 10.33.15.0 10.0.0.3 255.255.255.0 UG 20 0 0 ath0 default 10.33.18.1 0.0.0.0 UG 0 0 0 eth0 |
routing table router 2
code:
1
2
3
4
5
6
7
| Destination Gateway Genmask Flags Metric Ref Use Iface 10.33.28.0 10.0.0.2 255.255.255.128 UG 20 0 0 ath0 10.33.28.128 10.0.0.2 255.255.255.128 UG 20 0 0 ath0 10.0.0.0 * 255.255.255.0 U 0 0 0 ath0 10.33.18.0 10.0.0.2 255.255.255.0 UG 20 0 0 ath0 10.33.15.0 * 255.255.255.0 U 0 0 0 wlan0 default 10.0.0.2 0.0.0.0 UG 20 0 0 ath0 |
het opvragen van de routing table van router 2 geeft enkele seconden vertraging (even als arp -a) bij router 1 wordt de routing table echter wel gelijk geprint.
ospf md5 verificatie lukt en komt tot stand, dr and backup election werkt eveneens...pingen 10.33.18.1 vanaf router 2 onmogelijk.
Iemand enig idee ?