[clug-talk] Need drivers

Gustin Johnson gustin at echostar.ca
Mon May 31 12:07:45 PDT 2010


On 10-05-30 09:21 AM, Mark Carlson wrote:
> Did you try 'ifconfig -a' to show all interfaces (including ones
> without IP addresses?)
> 
Just a heads up.  ifconfig is old and will go away at some point.  Use
the "ip" suite instead ("ip addr", "ip route", "ip link", etc.).

examples:
To show all interfaces: ip addr
To set an interface as up: ip link set eth0 up
To add an ip address: ip addr add 192.168.0.2/24 dev eth0
To add a route: ip route add default via 192.168.0.1 dev eth0

There is a lot more to these commands, google, lartc.org, and man are
your friends here.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://clug.ca/pipermail/clug-talk_clug.ca/attachments/20100531/b9299cea/attachment-0001.bin>


More information about the clug-talk mailing list