From: David Ford <david@blue-labs.org>
To: Ralf Baechle <ralf@uni-koblenz.de>
Cc: Justin Guyett <justin@soze.net>, Jim Roland <jroland@roland.net>,
linux-kernel@vger.kernel.org
Subject: Re: Aliases
Date: Sat, 18 Aug 2001 15:25:31 -0400 [thread overview]
Message-ID: <3B7EC12B.4010204@blue-labs.org> (raw)
In-Reply-To: <00df01c127a8$c354ad20$bb1cfa18@JimWS> <Pine.LNX.4.33.0108180245070.27721-100000@kobayashi.soze.net> <20010818143232.A11687@bacchus.dhis.org>
>
>
>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
next prev parent reply other threads:[~2001-08-18 19:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-16 21:11 Aliases dmaynor
2001-08-17 2:48 ` Aliases dlang
2001-08-18 5:43 ` Aliases Jim Roland
2001-08-18 10:30 ` Aliases Justin Guyett
2001-08-18 12:32 ` Aliases Ralf Baechle
2001-08-18 12:57 ` Aliases David Lang
2001-08-18 19:29 ` Aliases David Ford
2001-08-18 19:25 ` David Ford [this message]
2001-08-18 21:45 ` Aliases Ralf Baechle
2001-08-20 1:03 ` Aliases David Lang
2001-08-20 2:29 ` Aliases Justin Guyett
2001-08-18 12:43 ` Aliases Michael Clark
[not found] <00df01c127a8$c354ad20$bb1cfa18@JimWS.suse.lists.linux.kernel>
[not found] ` <Pine.LNX.4.33.0108180245070.27721-100000@kobayashi.soze.net.suse.lists.linux.kernel>
[not found] ` <20010818143232.A11687@bacchus.dhis.org.suse.lists.linux.kernel>
2001-08-18 22:04 ` Aliases Andi Kleen
-- strict thread matches above, loose matches on Subject: below --
2004-01-09 11:18 aliases Russell Coker
2004-01-09 14:09 ` aliases Stephen Smalley
2004-01-15 18:03 ` aliases Stephen Smalley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B7EC12B.4010204@blue-labs.org \
--to=david@blue-labs.org \
--cc=jroland@roland.net \
--cc=justin@soze.net \
--cc=linux-kernel@vger.kernel.org \
--cc=ralf@uni-koblenz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.