Ich möchte die 8.39 per VPN an die vpn/vpn2 anbinden. Die Interfaces
kommen hoch, aber die Route ist aber hinüber:
Code: Alles auswählen
traceroute to 104.62.1.1 (104.62.1.1), 30 hops max beginning with hop 1, 40 byte packets
 1  GG-cs.olsr (104.62.8.38)  15.184 ms  3.245 ms  14.106 ms
 2  svea1.olsr (104.62.8.45)  99.836 ms *  7.56 ms
 3  jackpoint01.olsr (104.62.8.29)  63.086 ms *  46.878 ms
Code: Alles auswählen
104.62.1.64     *               255.255.255.192 U     0      0        0 tap0
104.62.1.0      *               255.255.255.192 U     0      0        0 tap1
Code: Alles auswählen
root@GG-stn:~# ip route add 104.62.1.1 dev tap1
root@GG-stn:~# traceroute 104.62.1.1
traceroute to 104.62.1.1 (104.62.1.1), 30 hops max beginning with hop 1, 40 byte packets
 1  * vpn2.olsr (104.62.1.1)  172.115 ms  151.295 ms
Code: Alles auswählen
Interface "tap0" "tap1"
{
HelloInterval           5.0
HelloValidityTime       90.0
TcInterval              2.0
TcValidityTime          270.0
MidInterval             15.0
MidValidityTime         90.0
HnaInterval             15.0
HnaValidityTime         90.0
Ip4Broadcast 104.255.255.255
LinkQualityMult 104.62.1.1 0.1
}
Gruss,
Steffen