Linux IPv6 HOWTO | ||
---|---|---|
Prev | Chapter 14. Support for persistent IPv6 configuration in Linux distributions | Next |
Following information was contributed by Stephane Bortzmeyer <bortzmeyer at nic dot fr>
Be sure that IPv6 is loaded, either because it is compiled into the kernel or because the module is loaded. For the latest, three solutions, adding it to /etc/modules, using the pre-up trick shown later or using kmod (not detailed here).
Configure your interface. Here we assume eth0 and RIR address (3ffe::). Edit /etc/network/interfaces :
iface eth0 inet6 static pre-up modprobe ipv6 address 3ffe:ffff:1234:5::1:1 # To suppress completely autoconfiguration: # up echo 0 > /proc/sys/net/ipv6/conf/all/autoconf netmask 64 # The router is autoconfigured and has no fixed address. # It is magically # found. (/proc/sys/net/ipv6/conf/all/accept_ra). Otherwise: #gateway 3ffe:ffff:1234:5::1 |
And you reboot or you just
# ifup --force eth0 |
and you have your static address.
IPv6 on Debian Linux by Craig Small
Jean-Marc V. Liotier's HOWTO for Freenet6 & Debian Users (announced 24.12.2002 on mailinglist users@ipv6.org )
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |