>I have the following situation
>my internet gateway bcm600 has local ip adress 172.16.4.60
>another machine called mail wich has 172.16.4.17 as its local ip adress

>here the route command output for the machine mail
>[root@mail /etc]# route
>Table de routage IP du noyau
>Destination     Passerelle      Genmask           Indic Metric Ref    Use
Iface
>172.16.4.17     *                   255.255.255.255  UH       0       0
0 eth0
>193.251.145.0   bcm600          255.255.255.0   UG      0       0        0
eth0
>172.16.0.0        *               255.255.0.0     U     0         0
0       eth0
>127.0.0.0         *               255.0.0.0       U        0        0
0         lo

>My question is how shall i do or add as default route on machine mail to
reach 193.251.145.250 (my
>provider) .

I think your GateWay should be 172.16.4.60. Deleting this 192.251.145.0
entry and adding
route add default gw 172.16.4.60 should work.

If you want to resolve names, add the corresponding entries in
/etc/resolv.conf

Eduardo


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to