Ifconfig: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
m typo fixes |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
To set or read settings of a [[network interface]] in UNIX you use the ifconfig command. To see all interfaces in a system type: | To set or read settings of a [[network interface]] in UNIX you use the <code>ifconfig</code> command. To see all interfaces in a system type: | ||
$ ifconfig -a | $ ifconfig -a | ||
Specific interfaces can be viewed as well: | |||
$ ifconfig hme0 | |||
<code>ifconfig</code> is also used in the case of a [[virtual interface]] (in this case off the third physical interface on a [[Linux]] box): | |||
$ ifconfig eth2:1 |
Latest revision as of 21:02, 21 March 2006
To set or read settings of a network interface in UNIX you use the ifconfig
command. To see all interfaces in a system type:
$ ifconfig -a
Specific interfaces can be viewed as well:
$ ifconfig hme0
ifconfig
is also used in the case of a virtual interface (in this case off the third physical interface on a Linux box):
$ ifconfig eth2:1