Difference between revisions of "Ifconfig"

From Noah.org
Jump to navigationJump to search
m
Line 1: Line 1:
 +
[[Category:Engineering]]
 
== Set static IP ==
 
== Set static IP ==
 
<pre>ifconfig eth0 192.168.0.2 netmask 255.255.255.0</pre>
 
<pre>ifconfig eth0 192.168.0.2 netmask 255.255.255.0</pre>

Revision as of 17:04, 19 October 2006

Set static IP

ifconfig eth0 192.168.0.2 netmask 255.255.255.0

Virtual Interfaces

This is trivial in Linux. Just add a number to a real interface

ifconfig eth0:1 192.168.0.3 netmask 255.255.255.0

Delete an interface

Use the 'down' command:

ifconfig eth0:1 down