[H-GEN] Aliase loopback device

Tony Nugent tony at linuxworks.com.au
Sun Mar 21 21:29:56 EST 2004


On Sun Mar 21 2004 at 13:09, "Kelvin Heng" wrote:

> Please help me with this problem, I have been trying to configure the alias
> for the loopback device to support the IBM network dispatcher but failed.
> 
> I used the command # ifconfig lo:1 130.130.1.1 up
> and once the lo:1 is up, my other network interface would be disconnected
> from the network.

I don't really know what you are trying to do here, but ifconfig is
now a rather obselete command and probably can't cope with it.  Try
the /sbin/ip utility instead, it is a much more powerful and
flexable tool.  (eg: "/sbin/ip address add 130.130.1.1 dev lo")

(See the docs with the iproute2 utilities and the networking howtos
at http://www.tldp.org/ for more details).

> Regards,
> Kelvin Heng
> Have A Nice Day!

Cheers
Tony




More information about the General mailing list