[root@lab network-scripts]#
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface172.20.134.0 * 255.255.255.0 U 0 0 0 eth0172.20.134.0 * 255.255.255.0 U 0 0 0 eth1169.254.0.0 * 255.255.0.0 U 0 0 0 eth1default 172.20.134.1 0.0.0.0 UG 0 0 0 eth0[root@lab network-scripts]
Luego, vaya al directorio /etc/sysconfig/network-scripts y en este directorio encontrará los archivos ifcfg-eth0 para el primer NIC y ifcfg-eth1 para el segundo NIC ( Tarjeta de red ).
[root@lab network-scripts]# more ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
BROADCAST=172.20.134.255
IPADDR=172.20.134.18
NETMASK=255.255.255.0
NETWORK=172.20.134.0
ONBOOT=yes
TYPE=Ethernet
GATEWAY=172.20.134.1
USERCTL=no
PEERDNS=yes
IPV6INIT=no
Cambie el valor para el parámetro GATEWAY, por el valor respectivo y luego reinicié los servicios de red con:
- # service network restart
No hay comentarios:
Publicar un comentario
Te agradezco tus comentarios. Te esperamos de vuelta.