Hi,
mein Routing funktioniert nicht. Und ich finde den Fehler nicht.
Ich habe ein netcore Router. Verbindungen zwischen Routern wird per OpenVPN (Topology Subnet) aufgebaut.
netcore Quagga Config
ifconfig
zebra.conf
ospfd.conf
Client Router
ifconfig
zebra.conf
ospfd.conf
netcore01 ospf router
Client Router ospf router
Ergebnis des ganzen.
netcore01 Netzwerk (10.175.0.0/26) kann von Client Router angepingt werden
netcore01 Netzwerk und netcore01 selbst kann die lokale IP Adresse und das Subnetz von Client Router (10.0.0.192/27) nicht anpingen.
jemand eine Idee?
mein Routing funktioniert nicht. Und ich finde den Fehler nicht.
Ich habe ein netcore Router. Verbindungen zwischen Routern wird per OpenVPN (Topology Subnet) aufgebaut.
netcore Quagga Config
ifconfig
root@netcore01:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:5d:50:8a:6c
inet addr:10.175.0.61 Bcast:10.175.0.63 Mask:255.255.255.192
inet6 addr: fe80::215:5dff:fe50:8a6c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:397829 errors:0 dropped:0 overruns:0 frame:0
TX packets:303408 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:46492304 (44.3 MiB) TX bytes:33918802 (32.3 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5319 errors:0 dropped:0 overruns:0 frame:0
TX packets:5319 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:475242 (464.1 KiB) TX bytes:475242 (464.1 KiB)
tun-nc01-1194 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.175.255.1 P-t-P:10.175.255.1 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:63078 errors:0 dropped:0 overruns:0 frame:0
TX packets:63873 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:4430910 (4.2 MiB) TX bytes:4375418 (4.1 MiB)
zebra.conf
netcore01# show runn
Current configuration:
!
hostname netcore01
password 8 HRZWE.GO8fFYo
service password-encryption
!
interface eth0
ipv6 nd suppress-ra
!
interface lo
!
interface tun-nc01-1194
ipv6 nd suppress-ra
!
ip forwarding
!
!
line vty
!
end
ospfd.conf
netcore01# show runn
Current configuration:
!
hostname netcore01
password 8 lnR.Juu99unXo
service password-encryption
!
!
!
interface eth0
ip ospf hello-interval 2
ip ospf dead-interval 6
ip ospf retransmit-interval 3
!
interface lo
!
interface tun-nc01-1194
ip ospf hello-interval 2
ip ospf dead-interval 6
!
router ospf
ospf router-id 10.175.0.61
passive-interface default
no passive-interface eth0
no passive-interface tun-nc01-1194
network 10.175.0.0/26 area 0.0.0.0
network 10.175.255.0/24 area 0.0.0.0
!
line vty
!
end
Client Router
ifconfig
root@srv-vpn001:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:5d:00:c1:00
inet addr:10.0.0.195 Bcast:10.0.0.223 Mask:255.255.255.224
inet6 addr: fe80::215:5dff:fe00:c100/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4064257 errors:0 dropped:0 overruns:0 frame:0
TX packets:3104032 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:506832138 (483.3 MiB) TX bytes:381134814 (363.4 MiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:9925 errors:0 dropped:0 overruns:0 frame:0
TX packets:9925 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:647551 (632.3 KiB) TX bytes:647551 (632.3 KiB)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.175.255.2 P-t-P:10.175.255.2 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:63332 errors:0 dropped:0 overruns:0 frame:0
TX packets:62720 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:4329890 (4.1 MiB) TX bytes:4411666 (4.2 MiB)
zebra.conf
c-sw-dbs-rt01# show runn
Current configuration:
!
hostname c-sw-dbs-rt01
password Kennwort1
!
interface eth0
link-detect
ipv6 nd suppress-ra
!
interface lo
!
interface tun0
link-detect
multicast
ipv6 nd suppress-ra
!
ip route 10.0.0.0/24 10.0.0.222
!
ip forwarding
!
!
line vty
!
end
ospfd.conf
c-sw-dbs-rt01# show runn
Current configuration:
!
hostname c-sw-dbs-rt01
password Kennwort1
!
!
!
interface eth0
!
interface lo
!
interface tun0
ip ospf hello-interval 2
ip ospf dead-interval 6
!
router ospf
ospf router-id 10.0.0.195
redistribute static
passive-interface default
no passive-interface tun0
network 10.0.0.192/27 area 0.0.0.0
network 10.175.255.0/24 area 0.0.0.0
!
line vty
!
end
netcore01 ospf router
netcore01# show ip ospf route
============ OSPF network routing table ============
N 10.0.0.192/27 [20] area: 0.0.0.0
via 10.175.255.2, tun-nc01-1194
N 10.175.0.0/26 [10] area: 0.0.0.0
directly attached to eth0
N 10.175.255.0/24 [10] area: 0.0.0.0
directly attached to tun-nc01-1194
============ OSPF router routing table =============
R 10.0.0.195 [10] area: 0.0.0.0, ASBR
via 10.175.255.2, tun-nc01-1194
============ OSPF external routing table ===========
N E2 10.0.0.0/24 [20/20] tag: 0
via 10.175.255.2, tun-nc01-1194
Client Router ospf router
c-sw-dbs-rt01# show ip ospf route
============ OSPF network routing table ============
N 10.0.0.192/27 [10] area: 0.0.0.0
directly attached to eth0
N 10.175.0.0/26 [20] area: 0.0.0.0
via 10.175.255.1, tun0
N 10.175.255.0/24 [10] area: 0.0.0.0
directly attached to tun0
============ OSPF router routing table =============
============ OSPF external routing table ===========
Ergebnis des ganzen.
netcore01 Netzwerk (10.175.0.0/26) kann von Client Router angepingt werden
netcore01 Netzwerk und netcore01 selbst kann die lokale IP Adresse und das Subnetz von Client Router (10.0.0.192/27) nicht anpingen.
jemand eine Idee?