TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:19861] IP Aliasing (was: Re: [TCLUG:19847] Two webserverson one machine?)
On Wed, 26 Jul 2000, Yaron 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.
Sweet. Thank you. :)
Luke