Hola amigos.. acabo de incorporarme a la lista y este es mi primer mensaje... alguien me puede indicar, por favor, como puedo pasar a configuraciĆ³n centos lo siguiente :
---- interfaces ----------------------------------------------------------------------------------------------------------- auto lo iface lo inet loopback
auto eth0 iface eth0 inet manual
auto tap0 iface tap0 inet manual up ifconfig $IFACE 0.0.0.0 up down ifconfig $IFACE down tunctl_user jarias
auto tap1 iface tap1 inet manual up ifconfig $IFACE 0.0.0.0 up down ifconfig $IFACE down tunctl_user userm
auto br0 iface br0 inet static address 192.168.0.13 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.99 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 192.168.0.1 192.168.100.2 bridge_ports eth0 tap0 tap1 ---- interfaces -----------------------------------------------------------------------------------------------------------
Muchas Gracias a todos !!!