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.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to