El Wed, Dec 15, 2004 at 08:14:51AM -0300 Jos� Mass�n ha dit: > Me han traido el modem ADSL, y he configurado el mismo para que > trabaje como router. > Alguien sabe que archivos tengo que modificar (y como) para configurar > el gateway, y el IP de la PC??
tienes que modificar /etc/network/interfaces
un ejemplo:
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
con esta configuraci�n asignas a la tarjeta eth0 de tu PC la IP
192.168.1.10 y usas como gateway 192.168.1.1 (la ip del router)
--
If liberty means anything at all, it means the
right to tell people what they do not want to hear
(George Orwell)
( ( ( i ) ) ) http://indymedia.org ( ( ( i ) ) )
.''`.
using free software / Debian GNU/Linux | http://debian.org : :' :
`. `'`
gpg --keyserver keys.indymedia.org --recv-keys B9A88F6F `-
signature.asc
Description: Digital signature

