|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello.
I've got the following in my interfaces file: # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet static address 192.168.5.1 netmask 255.255.255.0 gateway 192.168.5.254 dns-nameservers 192.168.5.254 iface eth0 inet6 static address fc00::1:1 netmask 7 Anybody got any ideas why the IPv6 address doesn't get assigned to eth0 on bootup? ifconfig eth0 add fc00::1:1/7 works fine after bootup. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Thu, May 08, 2008 at 02:59:14AM +0800, Justin Jereza wrote:
> Hello. > > I've got the following in my interfaces file: > > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface > allow-hotplug eth0 > iface eth0 inet static > address 192.168.5.1 > netmask 255.255.255.0 > gateway 192.168.5.254 > dns-nameservers 192.168.5.254 > iface eth0 inet6 static > address fc00::1:1 > netmask 7 > > Anybody got any ideas why the IPv6 address doesn't get assigned to > eth0 on bootup? > > ifconfig eth0 add fc00::1:1/7 works fine after bootup. quick guess is because the ip6 module is loaded early enough ! > > > -- > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org > > -- "We thought we were protected forever from trade policy or terrorist attacks because oceans protected us." - George W. Bush 11/20/2004 Santiago, Chile speaking to business leaders at APEC Summit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIIkzlkZz88chpJ2MRAq03AJ9LnRb/h5sV3aCn3Qq19/yED0CxkgCgrxjX 0B1LuxMTk6i7rq8U8frweeI= =jZBh -----END PGP SIGNATURE----- |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Thu, May 08, 2008 at 02:59:14AM +0800, Justin Jereza wrote:
> Anybody got any ideas why the IPv6 address doesn't get assigned to > eth0 on bootup? > > ifconfig eth0 add fc00::1:1/7 works fine after bootup. In order to test your /etc/network/interfaces try ifdown eth0 ifup eth0 Do you get an IPv6 address with this? Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIIpz5qJyztHCFm9kRAraFAJwPz5LKDuDcWZWlxeg9LI 0LoX2C5QCfcDFZ OfcnsUtGPisLeZKcm58//lE= =SI9F -----END PGP SIGNATURE----- |
|
![]() |
| Outils de la discussion | |
|
|