does anyone have dhclient-script (isc''s dhcpc v3) for iproute2? i have ported most of it, but how do i remove aliases with the ip command? Best regards, Alejandro Mery _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
hi :< how do i write ''ifconfig eth1:0- init 0'' in iproute2 sintaxis? and.... how does a route add -host looks like? Please..... i really need your help. Best Regards, Alejandro Mery ----- Original Message ----- From: "Alejandro Mery Pellegrini" <amery@ing.puc.cl> To: "NG LARTC" <lartc@mailman.ds9a.nl> Sent: Friday, July 26, 2002 11:20 PM Subject: [LARTC] dhclient> does anyone have dhclient-script (isc''s dhcpc v3) for iproute2? > > i have ported most of it, but how do i remove aliases with the ip command? > > Best regards, > Alejandro Mery > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Sunday 28 July 2002 09:07, Alejandro Mery Pellegrini wrote:> hi :< > > how do i write ''ifconfig eth1:0- init 0'' in iproute2 sintaxis? > and.... how does a route add -host looks like? > > Please..... i really need your help.You don''t have alias in iproute like you have with the old util ipconfig. ip link show : shows the devices ip add show : shows the addresses A NIC has multiple addresses. So you can have more then 1 address / NIC without having 1 primary and mutiple addresses. All addresses are equal. Stef _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/