Re: Where's the documentation?

2018-05-13 Thread Michael Richardson
Nick Jacobs wrote: > Can someone point me to good, correct documentation on how to configure > IPv6 in Debian stable and oldstable? Mostly, there is nothing to do. Hosts auto-configure addresses and default routes. > A lot of people seem to have problems

Re: Where's the documentation?

2018-05-13 Thread Gerdriaan Mulder
On 13 May 2018 at 16:25, Gerdriaan Mulder wrote: > Another possibility is to use `up ip -6 addr add fec0::3/64` and `up > ip -6 route add default fec0::1` in the stanza of `inet eth1 inet > static`. That last bit should state "in the stanza of `iface eth1 inet static`". I

Re: Where's the documentation?

2018-05-13 Thread Gerdriaan Mulder
Have a look at `man 5 interfaces`: ``` EXAMPLE The following example configures two network interfaces: eth0 is brought up at boot, and uses DHCP for IPv4 and SLAAC for IPv6, whereas eth1 is brought up whenever the network hardware is detected, and is configured with static IPv4