Re: ifconfig and virtual devices

1998-05-21 Thread Jens B. Jorgensen
You need IP Aliasing support. You probably have a kernel module for this but you have to load it. Simon Read wrote: > Folks, > > I need to be able to assign several IP numbers to the same interface. > I understand I can do this with something like "ifconfig eth0:1 > 192.168.107.4 -netmask 255.255

ifconfig and virtual devices

1998-05-21 Thread Simon Read
Folks, I need to be able to assign several IP numbers to the same interface. I understand I can do this with something like "ifconfig eth0:1 192.168.107.4 -netmask 255.255.255.0". Unfortunately, this doesn't work with "ifconfig 1.22 (1996-05-09)"; I get "SIOCSIFADDR: No such device". Is this bec