======================== RUTAS PERMANENTES ======================== Agregar la siguiente ruta "/sbin/route add -net 1.2.3.4 netmask 255.0.0.0 gw 1.2.3.254" [ /etc/sysconfig/static-routes ] any net 1.2.3.4 netmask 255.0.0.0 gw 1.2.3.254 Si el la tarjeta de red es eth0: [ /etc/sysconfig/static-routes ] eth0 net 1.2.3.4 netmask 255.0.0.0 gw 1.2.3.254 Sólo agregar una puerta de enlace (gateway) predeterminada: [ /etc/sysconfig/network ] GATEWAY=1.2.3.254