Comment 64 for bug 5364

Revision history for this message
Chen Ming (chenming) wrote :

I meet the probem today, in the lastest.

To do a workaround, I use /etc/rc.local to set my static address and default gateway. Maybe this way can help you.

# Add following lines to /etc/rc.local to setup a static ip address and default route.
ifconfig eth0 192.168.168.30
route add default gw 192.168.168.10