Najbardziej rozpowszechnionym typem interfejsów sieciowych, są karty sieciowe Ethernet. Karty te używają fizycznego połączenia kablem sieciowym, albo do modemu szerokopasmowego, albo do routera lub przełącznika, albo do innego komputera. Najczęściej spotykane są kable kategorii 5. Wyglądają one podobnie do kabli telefonicznych, ale zamiast czterech przewodów posiadają ich osiem. Przykładowy wygląd kabla sieciowego kategorii 5 jest przedstawiony tu: http://en.wikipedia.org/wiki/Cat-5 (Uwaga: strona w języku angielskim).
Większość użytkowników, którzy używają tego rodzaju połączenia, nie będzie miała żadnych problemów. Jeżeli występują jakieś nieoczekiwane sytuacje przy użyciu tego typu połączenia sieciowego, poniższe może potencjalnie pomóc Ci rozwiązać te problemy.
From within the Network Connection window there is a tab named Network Interfaces. Hopefully you will see your adapter labeled something like eth0. If there is an issue with the card or the settings, usually the system will automatically disable the card. If the card is disabled, you will see X Disabled under the State column. To enable the device, simply press the Administrator Mode... at the bottom of the window. This will open a password dialog in which you enter your username's password. Once you have entered this mode, simply press the Enable Interface button. If there are issues enabling the device, you will be notified with an error. To see the settings of this device, press the Configure Interface... button. The window that opens will allow you to manually configure your network settings to match your network.
Głównym plikiem, z którym przyjdzie użytkownikom pracować jest /etc/network/interfaces
. Zwykle domyślny plik interfaces
wygląda podobnie do poniższego przykładu:
Przykład 4. /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp
If you are planning on using KNetworkManager it is
advised that you DO NOT edit
/etc/network/interfaces
unless it is necessary to get your
network connection working. If you do manually edit your
/etc/network/interfaces
then
KNetworkManager will not work.