[IPv6-wien] 6in4 funktioniert! Aber ohne LuCI!

Stefan Schultheis (home) (spam-protected)
Sun Sep 23 17:49:47 CEST 2012


Hallo Leute,

6in4 funktioniert: habe soeben erfolgreich einen Tunnel zwischen meinem
Ubuntu-Server und dem Routerboard oe1xrw2 zu laufen gebracht!

@Joe: somit kein ipip benötigt! Kommando retour! ;)

Alles funktioniert: OLSRv6 routet auch schon drüber, siehe Routingtable
beim ORF-System:
---
(spam-protected):~# route -n -A inet6
Kernel IPv6 routing table
Destination                                 Next
Hop                                Flags Metric Ref    Use Iface
2a02:60:3:9c15::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9c23::/64
::                                      U     256    0        0 eth1
2a02:60:3:9ecb::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9ed3::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9eed::1/128
2a02:60:3:9fd5::5                       UG    2      5        0 sit1
2a02:60:3:9ef0::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9f6c::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9f83::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9fd3::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9fd4::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
2a02:60:3:9fd5::5/128
::                                      U     2      9        0 sit1
2a02:60:3:9fd5::4/126
::                                      U     256    0        0 sit1
2a02:60:3:9ffc::1/128
2a02:60:3:9fd5::5                       UG    2      0        0 sit1
fe80::/64
::                                      U     256    0        0 eth1
fe80::/64
::                                      U     256    0        0 br-lan
fe80::/64
::                                      U     256    0        0 sit1
::1/128
::                                      U     0      0        1 lo
2a02:60:3:9c23::/128
::                                      U     0      0        1 lo
2a02:60:3:9c23::1/128
::                                      U     0      11       1 lo
2a02:60:3:9fd5::4/128
::                                      U     0      0        1 lo
2a02:60:3:9fd5::6/128
::                                      U     0      6        1 lo
fe80::/128
::                                      U     0      0        1 lo
fe80::/128
::                                      U     0      0        1 lo
fe80::c1ee:9c23/128
::                                      U     0      0        1 lo
fe80::20c:42ff:fee2:9563/128
::                                      U     0      0        1 lo
fe80::20c:42ff:fee2:9564/128
::                                      U     0      0        1 lo
ff02::6d/128
ff02::6d                                UC    0      985       0 sit1
ff02::6d/128
ff02::6d                                UC    0      317       0 eth1
ff00::/8
::                                      U     256    0        0 eth1
ff00::/8
::                                      U     256    0        0 br-lan
ff00::/8
::                                      U     256    0        0 sit1
---

2a02:60:3:9fd5::5 ist meine Seite des Tunnels, alle Netze bei mir und
meinem Nachbarn (koelbl15) haben diesen next-hop.

Wie?

Am Ubuntu ganz einfach:
/etc/network/interfaces:
---
auto tun1
iface tun1 inet6 v4tunnel
        address 2a02:60:3:9fd5::5
        netmask 126
        ttl 64
        endpoint 193.238.156.35
        up ip link set mtu 1280 dev tun1
---

Am Routerboard ganz schön kompliziert:
1) LuCI komplett weglassen. Interface gelöscht, LuCI weiß nix von meinem
Tunnel.
2) Interface anlegen:
   ip tu ad sit1 mode sit local 193.238.156.35 remote 193.238.156.21 ttl 64
   ip ad ad dev sit1 2a02:60:3:9fd5::6/126
   ip link set sit1 up mtu 1280
3) olsrdv6-Konfig anpassen, damit er auch am Tunnel-Interface OLSRd v6
spricht:
   echo "Interface \"sit1\"" >> /var/etc/olsrd.conf.ipv6
   echo "{"                  >> /var/etc/olsrd.conf.ipv6
   echo "Mode \"mesh\""      >> /var/etc/olsrd.conf.ipv6
   echo "}"                  >> /var/etc/olsrd.conf.ipv6
4) bestehenden olsrd6 Prozess killen und neu starten.

Fertig!

Next Steps: pfuh, wie verpacken wir das jetzt wohl in ein Image, in eine
fertige Lösung oder LuCI? Wird noch ein paar Tage dauern...

LgS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.funkfeuer.at/pipermail/ipv6-wien/attachments/20120923/05e4e0ec/attachment.html>


More information about the IPv6-wien mailing list