Thanks!!!
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 6/11/01, 2:11:31 PM, Scott Taylor <[EMAIL PROTECTED]> wrote
regarding Re: [expert] IP Alias - What File Stores The Settings?:
> At 01:56 PM 06/11/01, Sevatio wrote:
> >What file is used to store the settings for multiple IP addresses to one
> >eth card?
> Hi,
> You should be able to find the scripts, ifup and ifdown here:
> /etc/sysconfig/network-scripts/
> and the config file for each card, i.e.:
> ifcfg-eth0
> ifcfg-eth0:0
> example eth0:0 (alias 0 of eth0) file:
> BROADCAST=192.168.99.255
> DEVICE=eth0:0
> NETMASK=255.255.255.0
> IPADDR=192.168.99.211
> NETWORK=192.168.99.0
> ONBOOT=yes
> BOOTPROTO=none
> HTH