Ver Mensaje Individual
  #9 (permalink)  
Antiguo 30/01/2008, 10:10
Avatar de AleSanchez
AleSanchez
Colaborador
 
Fecha de Ingreso: septiembre-2004
Ubicación: Buenos Aires, Argentina
Mensajes: 3.692
Antigüedad: 19 años, 8 meses
Puntos: 47
Re: agregar una ruta...

Uhhhhh
Les debo un asado a todos.
No se si el /etc/network/interfaces estaba en esa versionde Debian, pero yo lo uso asi:

Código:
iface eth1 inet static
        address 192.35.22.15
        netmask 255.255.255.0
        broadcast 192.35.22.255
        network 192.35.22.0
        up route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.35.22.1
        down route del -net 192.168.1.0 netmask 255.255.255.0 gw 192.35.22.1
__________________
¡Volviendo a la programación!