On Sun, May 12, 2002 at 09:02:43AM +0100, Niall Mansfield wrote:
> What is the "official" way to set up extra IP addresses on a single
> PCMICA card?
I use this in /etc/network/interfaces:
iface eth0 inet static
address 192.168.124.34
network 192.168.124.0
netmask 255.255.
What is the "official" way to set up extra IP addresses on a single
PCMICA card?
I can obviously add a line like:
ifconfig eth0:1 10.2.3.4 netmask 255.0.0.0 up
to /etc/pcmcia/network.opts but:
(a) it would be invoked even in the case of a "network stop"
(b) doesn't remove the interface whe
2 matches
Mail list logo