[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IPv6 interface wird nicht (Sixxs-net)



Hallo,

ich habe einen Rechner, der per sixxs.net IPv6-Connectivity bekommt
(statischer Tunnel).

in der Datei /etc/network/interfaces ist das Device mit einem "auto"
Eintrag versehen[1]


# ifup sixxs 

brachte das Interface hoch, nun funktionierte alles. Erstaunt war ich,
daß es nach einem Reboot nicht mehr von alleine aktiviert
wurde. Manuelles Starten funktioniert immerhin.

Ist bekannt, wo das Problem liegen könnte? Ich beobachte es nun auch
schon auf einem weiteren Rechner.


Gruß & Dank,


Sebastian






_____

[1]

,----
| # The loopback interface
| auto lo eth0 eth0:2 eth0:3 eth0:4
| iface lo inet loopback
| 
| # The network cards detected during installation
| iface eth0 inet static
|    address  83.14x.85.5x
|    netmask  255.255.255.224
|    network  83.14x.85.32
|    broadcast 83.142.85.63
|    gateway  83.142.85.33
| 
| iface eth0:2 inet static
|         address 83.14x.85.5x
|         netmask 255.255.255.224
|         broadcast 83.14x.85.63
|         network 83.142.85.32

[...]

 
| auto sixxs
| iface sixxs inet6 v4tunnel
|       address  2001:6f1:900:45c::2  
|       netmask  64
|       local    83.14x.85.54
|       endpoint 212.224.0.188
|       ttl      64
|       up       ip link set mtu 1280 dev sixxs
|       up       ip -6 route add default  via 2001:6f1:900:45c::1 dev sixxs
`----

Ja, die IPs sind editiert.



Reply to: