Ethernet
Prev
Next

Ethernet

Ethernet tenglar eru algengustu netviðmótin í notkun í dag. Ethernet er vírað með kapli annað hvort við breiðbandsmótald, beini (router) eða greini (switch), eða aðra PC tölvu. Algengasta tegund kapals er þekkt sem Category-5 (CAT-5). Hann er áþekkur hefbundnum símakapli, en í stað fjögurra víra inni í kaplinum eru átta. Sem dæmi um hvernig CAT-5 kapall lítur út, má skoða http://en.wikipedia.org/wiki/Cat-5.

Meirihluti notenda sem nota þessa gerð Ethernets til tengingar munu ekki lenda í neinum vandræðum. Ef upp kemur vandamál við með þessa gerð tengingar, gæti eftirfarandi hugsanlega aðstoðað þig við að leysa vandamálið.

GUI based troubleshooting and settings

KMenuKerfisstillingar+Netstillingar

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.

Command line based troubleshooting and settings

KMenuKerfiKonsole (Terminal Program)

Aðal skráin sem notandinn mun vinna mep er /etc/network/interfaces. Venjuleg sjálfgefin interfaces lítur út á svipað og eftirfarandi:

Example 4. /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

KNetworkManager aðvörun

Ef þú áætlar að nota KNetworkManager forritið er mælt með að þú breytir EKKI skránni /etc/network/interfaces nema það sé nauðsynlegt til að koma nettenginunni þinni í lag. Ef þú breytir /etc/network/interfaces handvirkt mun KNetworkManager forritið ekki virka.

Prev
Next
Home