Saturday, April 26, 2014

ifconfig

ifconfig command examples

Use ifconfig command to view or configure a network interface on the Linux system.

View all the interfaces along with status.
$ ifconfig -a

Start or stop a specific interface using up and down command as shown below.
$ ifconfig eth0 up
$ ifconfig eth0 down
 
 

More ifconfig examples: Ifconfig: 7 Examples To Configure Network Interface


0 comments:

Post a Comment