On 7/2/05, Jaybrata Bhattacharyya <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > is there any way to assign multiple IP addresses on a single Ethernet > adapter
I think you would like to create sub-interfaces like eth0, eth0:0,eth0:1 etc. If it is then just copy your existing /etc/sysconfig/network-scripts/ifcfg-eth0 file to /etc/sysconfig/network-scripts/ifcfg-eth0:0 file. and next change the ip address of the ifcfg-eth0:0 file with a new IP. Else you can also do the same by using curses based interface : # netconfig --device eth0:0 #netconfig --device eth0:1 I used these on RHEL3, hope this will work for you also. bye prosun > - -- > jaybrata > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (MingW32) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCxtCqK+sKO9ZfalwRAplSAJoCrfOpHj55Av3U/cXCF+XDnixpgwCdFtZZ > vOMpW9aLdsjIYox6eaoyKa0= > =LRiV > -----END PGP SIGNATURE----- > > > -- > To unsubscribe, send mail to [EMAIL PROTECTED] with the body > "unsubscribe ilug-cal" and an empty subject line. > FAQ: http://www.ilug-cal.org/node.php?id=3 > -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
