Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

10.6.6 Configurando m�ltiples interfaces Ethernet para una puerta de enlace

Supongamos que eth0 est� conectada a Internet con un direcci�n IP configurada con DHCP y eth1 est� conectada a la LAN con una direcci�n IP est�tica 192.168.1.1. Edite /etc/network/interfaces de modo que incluya un fragmento similar al siguiente:

     iface eth0 inet dhcp
     
     iface eth1 inet static
             address 192.168.1.1
             netmask 255.255.255.0

Si activa NAT en esta m�quina como se describe en Configurando una puerta de enlace, Secci�n 10.12 puede compartir la conexi�n de Internet con todas las m�quinas de la LAN.


Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire