Pages

22 April 2011

live-server route

After configuring my live-server to use a static ip using live-boot option ip= I had a route problem.

Using traceroute I got the message Connect: Network is unreachable

I tried netstat -nr

And then /sbin/route add -net 0.0.0.0 gw 192.168.2.1 eth0

And now it works!!!