[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ip_alias



On Mon, 21 Feb 2000, Longmire, JD wrote:

> can debian do ip_alais?

Yes.

ifconfig eth0 192.168.1.1 netmask 255.255.255.0
ifconfig eth0:1 192.168.1.2 netmask 255.255.255.0
ifconfig eth0:2 192.168.1.3 netmask 255.255.255.0

OR using the new iproute tools:

ip addr add 192.168.1.2/24 dev eth0
ip addr add 192.168.1.3/24 dev eth0
ip addr add 192.168.1.4/24 dev eth0


Reply to: