[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: configurar debian como router



El 8/06/07, Guimi <listas@guimi.net> escribió:
http://www.guimi.net/index.php?pag_id=tec-docs/firewall/fw-instalacion.html

gracias por el manual esta muy completo, pero tengo una duda en esta parte:


Configuramos las interfaces.
# vi /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
### Interfaz EXTERNA
iface eth0 inet static
 address 280.280.280.280 # Aquí debe ir la IP pública del equipo
                         # Esta es una IP ficticia. De hecho no es una IP válida.
                         # Es la que usaremos como ejemplo en el documento
 netmask 255.255.255.0
 gateway 280.280.280.1
 up route add default gw 280.280.280.1

### Interfaz INTERNA
iface eth1 inet static
 address 192.168.0.10
 netmask 255.255.255.0

auto eth0
auto eth1


segun el grafico del esquema de red que quiero montar la configuracion
para la interfaz eth0 me serviria?

Anexo: esquema de red que quiero:

===  router ADSL ( NO TENGO ACCESO A LA CONFIGURACION INTERNA DE ESTE)
|
---
| |
| |  router Debian
| |
---
|
===  switch
|||
\\\  a las otras computadoras

Gracias de nuevo

--
visita http://parquesoftibague.com/
juega http://ogame.com.es/
riete http://blog.smaldone.com.ar/2006/12/10/no-tener-ni-idea/



Reply to: