cahit Eyigünlü wrote:
i tryed this : [root@lin2 ~]# route add default gw 217.20.117.1 dev eth0 the answer siocaddrt : network is unreachable
Manual setup: [root@lin2 ~]# route add default gw 217.20.117.1 dev eth0 [root@lin2 ~]# route add host 217.20.117.1 netmask 255.255.255.255 dev eth0
try adding the host first.