Ich poste einfach mal meine config bzw die Befehlsausgaben, Vielleicht hat ja jemand eine Idee.
interfaces
Code: Select all
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 82.165.31.xxx
netmask 255.255.255.255
network 82.165.31.xxx
broadcast 82.165.31.xxx
up /sbin/route add -net 10.255.255.1 netmask 255.255.255.255 dev eth0
up /sbin/route add default gw 10.255.255.1
auto v6schlund
iface v6schlund inet6 v4tunnel
address 2001:08d8:0080:0011::xxx
netmask 127
endpoint 82.165.31.xxx
gateway 2001:08d8:0080:0011::1c4
pre-up echo -n "Starting IPv6 tunnel"
up ip tunnel change v6schlund local 82.165.31.xxx ttl 64
up ip ro add 2000::/3 via 2001:08d8:0080:0011::1c4 dev v6schlund
up ip link set mtu 1280 dev v6schlund
up ip -6 addr add 2001:08d8:0081:xxxx::1/60 dev v6schlund
up ip -6 addr add 2001:08d8:0081:xxxx::2/60 dev v6schlund
up ip -6 addr add 2001:08d8:0081:xxxx::3/60 dev v6schlund
up echo " done."
down echo -n "Stopping IPv6 tunnel"
post-down echo " done."
Code: Select all
eth0: VIA VT6102 Rhine-II at 0xe000, 00:40:63:c7:b9:32, IRQ 15.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 41e1.
Es fehlen, wenn ich nicht irre, solche Einträge
Code: Select all
eth0: Setting full-duplex based on MII #1 link partner capability of 41e1.
Code: Select all
Destination Gateway Genmask Flags MSS Window irtt Iface
10.255.255.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
0.0.0.0 10.255.255.1 0.0.0.0 UG 0 0 0 eth0
Die modules muss eigentlich stimmen, da ja die Treiber geladen werden.
Ich würde gerne das komplette neu Aufsetzen vermeiden. Also wenn jemand DIE IDEE hat....nur raus damit :)