wilsonwjr
(usa Ubuntu)
Enviado em 17/01/2012 - 11:05h
Pessoal,
Bom dia!
Como faço para definir um gateway ?
Estou com o seguinte problema.... qdo ligo a maquina minha tabela de roteamento está assim:
Destination Gateway Genmask Flags Metric Ref Use Iface
200.220.xxx.x * 255.255.255.0 U 0 0 0 eth1
172.xx.xx.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 200.220.xxx.xxx 0.0.0.0 UG 0 0 0 eth1
porém preciso que fique assim:
Destination Gateway Genmask Flags Metric Ref Use Iface
200.220.xxx.x * 255.255.255.0 U 0 0 0 eth1
172.xx.xx.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 172.xx.xx.1 0.0.0.0 UG 0 0 0 eth0 (some qdo reinicio)
default 200.220.xxx.xxx 0.0.0.0 UG 0 0 0 eth1
o problema é que toda vez que reinicio perco a linha abaixo:
default 172.xx.xx.1 0.0.0.0 UG 0 0 0 eth0
Obrigado