Ethernet
Prev
Next

Ethernet

Os adaptadores de Ethernet son o tipo máis común de interfaces de rede que se usan hoxe en día. Ethernet conéctase fisicamente cun cable tanto ao seu módem de banda larga, router ou switch ou a outro PC. O tipo de cable máis común dos utilizados hoxe en día coñécese como Categoría-5 (CAT-5). É semellante ao cable de teléfono mais, en vez de catro fíos dentro do cable, hai oito. Para un exemplo de a que se parece un cable CAT-5, consulte http://en.wikipedia.org/wiki/Cat-5.

A maioría dos usuarios que empreguen esta forma de Ethernet para se conectar non van atopar nengún problema. Se, pola contra, vostede atopa un problema con este tipo de conexión, o que sigue podería axudalo a solucionalo.

Localización de problemas e configuración visuais

KMenuConfiguración do Sistema+Preferencias da Rede

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.

Localización de problemas e configuración na liña de comandos

KMenuSistemaKonsola (Programa de Terminal)

O principal ficheiro co que traballará o usuario é /etc/network/interfaces. Un ficheiro interfaces típico parecerase ao seguinte:

Example 4. /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp

Advertencia do KNetworkManager

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.

Prev
Next
Home