LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   network interface name (https://www.linuxquestions.org/questions/linux-newbie-8/network-interface-name-4175459100/)

sapamlucy 04-22-2013 04:54 AM

network interface name
 
Im new to linux n i just cant figure out why eth0 cannot be seen on my computer, I found this wen i was trying to set up multiple ip addresse on a computer

chrism01 04-22-2013 08:11 AM

1. tell us distro+version
Code:

cat /etc/*release*
uname -a

2. show network interfaces
Code:

ifconfig -a

TB0ne 04-22-2013 09:41 AM

Quote:

Originally Posted by sapamlucy (Post 4936353)
Im new to linux n i just cant figure out why eth0 cannot be seen on my computer, I found this wen i was trying to set up multiple ip addresse on a computer

You also need to spell out your words, and quit using text-speak.

Lexus45 04-22-2013 12:19 PM

Quote:

Originally Posted by sapamlucy (Post 4936353)
Im new to linux n i just cant figure out why eth0 cannot be seen on my computer, I found this wen i was trying to set up multiple ip addresse on a computer

sometimes you'll have not 'eth0' but 'eth1' or 'eth2' and so on. It depends on udev. Config file is usually located at /etc/udev/rules.d/70-persistent-net.rules or something like that.


All times are GMT -5. The time now is 09:08 AM.