Re: Config multiple ips on one linux box

1999-05-04 Thread Remco van de Meent
Shao Zhang wrote: > ifconfig eth0:1 203.63.219.30 up arp broadcast 203.63.219.255 > > I got the following messages: > > SIOCSIFADDR: Operation not supported by device > SIOCSIFFLAGS: Operation not supported by device > SIOCSIFBRDADDR: Operation not supported by device > SIOCSIFFLAGS: Operatio

Re: Config multiple ips on one linux box

1999-05-04 Thread Shao Zhang
Thank you. ip muiticasting fixed the problem. Steve Lamb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tue, 04 May 1999 13:18:45 +, Shao Zhang wrote: > > >I think I am missing something in my kernel. > > Single NIC? You you have multicasting turned on? > > Multiple

Re: Config multiple ips on one linux box

1999-05-04 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 04 May 1999 13:18:45 +, Shao Zhang wrote: >I think I am missing something in my kernel. Single NIC? You you have multicasting turned on? Multiple NICs? Do you have the NIC portion loaded as a module and aliases properly. Some

Re: Config multiple ips on one linux box

1999-05-04 Thread Shao Zhang
Thanks for the reply. Just tried: ifconfig eth0:1 203.63.219.30 netmask up arp broadcast 203.63.219.255 and still getting: SIOCSIFADDR: Operation not supported by device SIOCSIFFLAGS: Operation not supported by device up: No address associated with name SIOCSIFFLAGS: Operation not supported by dev

RE: Config multiple ips on one linux box

1999-05-04 Thread Dan Willard
Don't the kernel version >2.2.0 require that a netmask be added with the ifconfig command? Just add the netmask. --Dano > -Original Message- > From: Shao Zhang [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 1999 9:10 AM > To: Debian > Subject: Config multiple ips on one linux b