Re: añadir ruta

2002-04-15 Por tema Javier Fafián Alvarez
On Fri, Apr 12, 2002 at 01:47:49PM +0200, Fernando wrote: > > route add -net 10.0.0.0 netmask 255.0.0.0 gw 172.27.02.02 dev eth0 > > Creo que he encontrado algo, pero no es parte de debian, > tal vez debería serlo, ¿no? > > http://pretender.parts-unknown.com/Pretender/scripts/static_route.html

Re: añadir ruta

2002-04-12 Por tema Jordi Román Mejias
Mensaje citado por: Fernando <[EMAIL PROTECTED]>: > ahora tengo: > > # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) > > # The loopback interface > iface lo inet loopback > > # The first network card - this entry was created during the Debian > installation > # (network, b

Re: añadir ruta

2002-04-12 Por tema Fernando
Juan Antonio Rubio Amo wrote: > > en el fichero interfaces debes poner algo así: > iface eth0 inet static > # hostname EJEMPLO > mtu 1492 > metric 1 > address 127.X.X.X. > network 10.0.0.0 > netmask 255.0.0.0 > broadcast 255.255.255.255 >

RE: añadir ruta

2002-04-12 Por tema Juan Antonio Rubio Amo
en el fichero interfaces debes poner algo así: iface eth0 inet static # hostname EJEMPLO mtu 1492 metric 1 address 127.X.X.X. network 10.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 gateway 172.27.02.02 Un saludo -Mensaje orig