> Just like the title, I want to make 1 LAN card to > have 3 IP addresses, 1 IP > is the global one and the others is the private's. > Which file should I configure, and please tell me > how to configure it..?
This is called aliasing. There's probably a config file somewhere but I use rc.local and add: ifconfig eth0:1 192.168.1.100 ifconfig eth0:2 192.168.1.101 ifconfig eth0:3 192.168.1.102 ifconfig eth0:4 192.168.1.103 Not sure what you mean by global/private. What are you trying to do? You won't be able to firewall this setup if both public and private are on the same interface.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
