- Forums
- Linux Commands
- How To Enable Or Disable Interface Linux Command
this short tutorial will show you exactly what commands to use in your linux shell command for disabling and enabling an interface port on your nic card for your network connections [848], Last Updated: Mon Jun 24, 2024
Webune Support
Thu Aug 12, 2010
0 Comments
592 Visits
welcome to Webune
We provide Linux hosting. if you are visiting us today, its probably because you want to know how you can disable an interface on your linux server. log in as superuser for these commands to work.
TO ENABLE AN INTERFACE (NIC PORT) - example eth0
ifconfig eth0 up
TO DISABLE AN INTERFACE (NIC PORT) - example eth1
ifconfig eth1 down
hope that works.