Re: [expert] a second different IP for the same net-card.

2002-03-28 Thread MdkXpertList
On Wed, 27 Mar 2002 08:55:23 -0800 (PST) Dianne Marie Montesa [EMAIL PROTECTED] wrote: the main config file for the NIC is on /etc/sysconfig/network-scripts/ifcfg-eth0... i havent found a way to put another ip on the same card using config files, so i put the above command on the rc.local

Re: [expert] a second different IP for the same net-card.

2002-03-28 Thread civileme
MdkXpertList wrote: On Wed, 27 Mar 2002 08:55:23 -0800 (PST) Dianne Marie Montesa [EMAIL PROTECTED] wrote: the main config file for the NIC is on /etc/sysconfig/network-scripts/ifcfg-eth0... i havent found a way to put another ip on the same card using config files, so i put the above command

Re: [expert] a second different IP for the same net-card.

2002-03-28 Thread Dianne Marie Montesa
cool thanks for sharing :-) --- MdkXpertList [EMAIL PROTECTED] wrote: On Wed, 27 Mar 2002 08:55:23 -0800 (PST) Dianne Marie Montesa [EMAIL PROTECTED] wrote: the main config file for the NIC is on /etc/sysconfig/network-scripts/ifcfg-eth0... i havent found a way to put another

Re: [expert] a second different IP for the same net-card.

2002-03-28 Thread Alan Wilter Sousa da Silva
Thank you a lot. On Thu, 28 Mar 2002, MdkXpertList wrote: On Wed, 27 Mar 2002 08:55:23 -0800 (PST) Dianne Marie Montesa [EMAIL PROTECTED] wrote: the main config file for the NIC is on /etc/sysconfig/network-scripts/ifcfg-eth0... i havent found a way to put another ip on the same card

Re: [expert] a second different IP for the same net-card.

2002-03-28 Thread Ric Tibbetts
On Thu, 2002-03-28 at 02:38, civileme wrote: MdkXpertList wrote: On Wed, 27 Mar 2002 08:55:23 -0800 (PST) Dianne Marie Montesa [EMAIL PROTECTED] wrote: the main config file for the NIC is on /etc/sysconfig/network-scripts/ifcfg-eth0... i havent found a way to put another ip on the

[expert] a second different IP for the same net-card.

2002-03-27 Thread Alan Wilter Sousa da Silva
Hi List, A just start point would help me a lot. I think that Linux can support two different IPs for the same net-card. If right, can someone suggest me how to do it? Many thanks in advance. --- Alan Wilter S. da Silva --- Laboratório de

Re: [expert] a second different IP for the same net-card.

2002-03-27 Thread Dianne Marie Montesa
hi alan as root, try: #ifconfig eth0:1 192.168.1.100 up where eth0:1 is the 'aliased' NIC and xxx.xxx.xxx.xxx is the new ip. i believe aliased nics are supposed to be compiled on the kernel to make it work ... so far, all the mdk versions i used support it off the box. the main config file

Re: [expert] a second different IP for the same net-card.

2002-03-27 Thread Alan Wilter Sousa da Silva
Awesome! A very fast reply, thank you very very much Dianne. It worked gracefully. On Wed, 27 Mar 2002, Dianne Marie Montesa wrote: hi alan as root, try: #ifconfig eth0:1 192.168.1.100 up where eth0:1 is the 'aliased' NIC and xxx.xxx.xxx.xxx is the new ip. i believe aliased