How To Check Ethernet Interface In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Run the ifconfig command to view all active network interfaces:
$ ifconfig –a
2. To view only an Ethernet interface, run the following command, replacing eth0 with the name of your Ethernet interface:
$ ifconfig eth0
3. To view more detailed information about an Ethernet interface, including hardware address and driver information, run the command below:
$ ethtool eth0