Por Paco Aldarias Raya
Por Paco Aldarias Raya
Impreso: 15 de noviembre 2003
kudzu
Datos de red de nuestro pc:
Contenido /etc/network/interface :
auto lo inet static
iface lo inet loopback
iface eth0 inet static
address 192.168.100.2
netmask 255.255.255.0
broadcast 192.168.100.255
network 192.168.100.0
gateway 192.168.100.100
Reiniciar la red: # /etc/init.d/networkig restart
Configurar las DNS: Los servidores dns nos permiten resolver los nombres de dominio. Es decir, cuando ponemos www.upv.es, los transforma de una direccion ip. Sin servidores dns definidos no podremos salir a internet, si usamos la puerta de enlace Hay muchos servidores de dns, y da igual poner uno u otro. Lo importante es q sea rapido y funcionen.
El fichero /etc/resolv.conf contiene los dns, este podria ser
su contenido:
nameserver 194.179.1.100
nameserver 212.106.192.25
Los datos de red se las da el servidor dhcp
Instalar paquete: dhclient: #apt-get install dhclient
Contenido /etc/network/interface :
auto lo inet static
iface lo inet loopback
iface eth0 inet dhcp
Reiniciar la red: # /etc/init.d/networkig restart
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:F0:1E:1F:89
inet addr:192.168.100.2 Bcast:192.168.100.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:35 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:4500 (4.3 KiB)
Interrupt:5 Base address:0x300
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:302 errors:0 dropped:0 overruns:0 frame:0
TX packets:302 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28940 (28.2 KiB) TX bytes:28940 (28.2 KiB)
# ping 192.168.0.2 PING 192.168.0.2 (192.168.0.2): 56 data
bytes
64 bytes from 192.168.0.2: icmp_seq=0 ttl=255 time=0.1 ms
64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=0.0 ms
64 bytes from 192.168.0.2: icmp_seq=2 ttl=255 time=0.0 ms
-- 192.168.0.2 ping statistics --
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.1 ms
Usaremos la orden route, q nos indica las rutas de nuestros paquetes en la red.
# route -n
Para una tarjeta de red compatible NE200.
Nota: Esto son los parametros de red
Nota: Esto es para asocia la tarjeta a eth0
This document was generated using the LaTeX2 HTML translator Version 2K.1beta (1.48)
Copyright © 1993, 1994, 1995, 1996, Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
Copyright © 1997, 1998, 1999, Ross Moore, Mathematics
Department, Macquarie University, Sydney.
The command line arguments were:
latex2html tarjetared -no_subdir -split 0
-local_icons 1 -show_section_numbers
The translation was initiated by on 2003-11-15