|
From: Freddie C. <fc...@bi...> - 2002-04-15 22:47:36
|
On April 15, 2002 03:18 pm, you wrote: > in ifcfg-eth0:0 i have > IPADDR=3D"111.222.333.3-30" > NETMASK=3D"255.255.255.224" You need a separate ifcfg-eth0:X for each alias IP. Thus, you would=20 have 30 files that start ifcfg-eth0:X where X is a number from 3-30. =20 You can't list a range of IPs on an interface, you have to list each=20 one separate. Also, with virtual IPs on a single network card, all in the same=20 network/netmask, you need to set the netmask of the aliases to=20 255.255.255.255. If you don't you will run into problems with=20 broadcast addresses and collisions. --=20 Cheers, Freddie=09=09=09PhoenixTek Consulting fc...@bi...=09Unix / Networking / Security Services =09=09=09(250) 314-4029 |