TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IP Aliasing (was: Re: [TCLUG:19847] Two webservers on one machine?)



  Hi,

On Wed, 26 Jul 2000, Luke Francl wrote:

> How does one configure a machine to have more than one IP address?

Well, assuming IP Aliasing is compiled into the kernel, the simplest way
would be using ifconfig. For example, say your machine's primary address
is 192.168.0.1, and you want to add 192.168.100.1, type:

ifconfig eth0:0 192.168.100.1

And that's it. 


-Yaron

--