Difference between revisions of "Ifconfig"

From Noah.org
Jump to navigationJump to search
 
Line 5: Line 5:
 
This is trivial in Linux. Just add a number to a real interface
 
This is trivial in Linux. Just add a number to a real interface
 
<pre>ifconfig eth0:1 192.168.0.3 netmask 255.255.255.0</pre>
 
<pre>ifconfig eth0:1 192.168.0.3 netmask 255.255.255.0</pre>
 +
 +
== Delete an interface ==
 +
Use the 'down' command:
 +
<pre>ifconfig eth0:1 down</pre>

Revision as of 16:36, 28 September 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