tama na yan..
ifconfig eth0:0 ifconfig eth0:1
ip aliasing.., your kernel must support it though. But RH9, supported na yan default install.
got this info from a former officemate. :) cheers.
thanks, LM
On Mon, 23 Aug 2004 15:32:28 +0800, smart penguin <[EMAIL PROTECTED]> wrote:
my application for 2 public-ip was just recently been approved, for future use. My problem exactly is how to accomodate (or configure,set-up) 2 public ip address on a single (1) nic card (eth0) in linux, im using RH9, is it the same as ip aliasing, such :
ifconfig eth0:0 new.ip.add.x netmask 255.255.255.0 up
thnks, jeremy
On debian its just simpler, just edit /etc/network/interfaces with something like below.......
########## /etc/network/interfaces ############ auto lo iface lo inet loopback
auto eth0
iface eth0 inet static
address 1stIpaddressxxx
netmask 1stIpNetMaskxxxauto eth0:1
iface eth0:1 inet static
address 2ndtIpaddressxxx
netmask 2ndtIpNetMaskxxx-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
