|
#1
|
||||
|
||||
|
Hallo
Ich habe ein Problem mit der Konfiguration von IPv6 und suche daher so eine Queue. Ich denke dies sollte auch existieren in Webmasterwelt. Hat ev. jemand eine Lösung für mein Problem? IPv6-Adressen: Zitat:
Code:
# Loopback device:
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address 46.4.35.83
broadcast 46.4.35.127
netmask 255.255.255.192
gateway 46.4.35.65
post-up mii-tool -F 100baseTx-FD eth0
pointopoint 46.4.35.83
# default route to access subnet
up route add -net 46.4.35.64 netmask 255.255.255.192 gw 46.4.35.65 eth0
iface eth0 inet6 static
address 2a01:4f8:131:5304::2
netmask 64
pre-up modprobe ipv6
up /sbin/sysctl -p
gateway 2a01:4f8:131:5300::1
up ip -6 route add 2a01:4f8:131:5300::1 dev eth0
down ip -6 route del 2a01:4f8:131:5300::1 dev eth0
up ip -6 route add default via 2a01:4f8:131:5300::1 dev eth0
down ip -6 route del default via 2a01:4f8:131:5300::1 dev eth0
iface eth0:1 inet static
address 46.4.35.119
netmask 255.255.255.192
auto eth0:1
MFG & Thx |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
|
|