Re: Aliases

From: David Ford (david@blue-labs.org)
Date: Sat Aug 18 2001 - 14:25:31 EST


>
>
>For various reasons interfaces aliases are deprecated. The recommended
>way of doing things these days is just adding more addresses to an
>interface with the ip(8) program from the iproute package. It works like:
>
> ip addr add 192.168.2.0/24 broadcast 192.168.2.255 scope host dev eth0
>

You can shorten this to:

    ip a a 192.168.2.0/24 brd + dev eth0

..and leaving the scope global [by default] which makes it fully reachable.

David

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 23 2001 - 21:00:28 EST