
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] ifup gives "ifRTNETLINK answers: Invalid argument" error
- Date: Mon, 10 Feb 2003 13:49:04 +0900
- From: Jean-Christian Imbeault <jc@example.com>
- Subject: Re: [tlug] ifup gives "ifRTNETLINK answers: Invalid argument" error
- References: <3E472116.9080303@example.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01
I just spotted a mistake in what I was doing.
I was doing and ifdown, and then ifup with a bunch of line options ...
I meant to do ifdown, ifconfig then ifup, like so:
# ifdown eth1
# config eth1 10.1.1.2 netmask 255.255.255.0 broadcast 10.1.1.255
# ifup eth1
But this still gives me:
ifRTNETLINK answers: Invalid argument
But the interface seems to be up and configured properly ...
Am I right in assuming that I need to do an ifup after an ifdown +
ifconfig? Or does an ifconfig automatically bring the interface up?
The man page for ifconfig don't state that it bring an interface up.
Thanks,
Jc
Home |
Main Index |
Thread Index