[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Where's the documentation?



On 13 May 2018 at 16:25, Gerdriaan Mulder <naairdreg@gmail.com> 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 see I missed a mandatory argument to `ip` as well.

Like so:

```
inet eth1 iface static
    address 192.168.1.2/24
    gateway 192.168.1.1
    up ip -6 addr add fec0::3/64 dev eth1
    up ip -6 route add default via fec0::1
````


Reply to: