Re: Re: Debian jessie: DHCP v6 in interfaces does not start dhclient

2016-10-21 Thread gustav Spellauge
in my case 2 seconds were not enough - had to increase to 5 on one machine and to 10 on another (slower) one. is this issue fixed in stretch/sid?

Re: Debian jessie: DHCP v6 in interfaces does not start dhclient

2015-05-04 Thread Stefan Pietsch
* Stefan Pietsch [2015-04-29 10:50]: > Dear list, > > a fresh installation of Debian jessie does not start dhclient for IPv6 > at boot. > > This is the interfaces file: > > ~ > > source /etc/network/interfaces.d/* > > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet dhcp

Debian jessie: DHCP v6 in interfaces does not start dhclient

2015-04-29 Thread Stefan Pietsch
Dear list, a fresh installation of Debian jessie does not start dhclient for IPv6 at boot. This is the interfaces file: ~ source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp iface eth0 inet6 dhcp ~ Doing a manual "ifup eth0" after boot s