Posts

Showing posts from March, 2019

Unknown interface eno2! If ifup/ifdown interfece name does not work and says Unknown interface

Unknown interface eno2! If ifup/ifdown interfece name does not work and says Unknown interface try the following command: #sudo ifconfig [interface-name] down / up example: $ sudo ifconfig eno1 up

Linux: Show Available Network Interfaces Names?

If you want to know network interface name which are by default not show with ifconfig use the following command: # ip link show