I need a simple way to activate a network interface in Linux.

0 votes
asked by
edited by

I need a simple way to activate a network interface in Linux.

1 Answer

0 votes
answered by (264k points)
edited by

Please login to the server and open a Terminal, then gain root rights using sudo su or su root and list all the interfaces using: ifconfig -a. Identify the network interface you want to activate and use ifup where = eth0, eth1, wlan0, ppp0,etc.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...