on 06/15/2011 07:26 PM Cahn Roger wrote the following: > >> Once you are inside the SystemRescueCD (has finished booting) try to >> start the network. It should get an IP from the router's dhcp server. >> If it doesn't, then try to assign manually one to eth0, and test. > > OK. I make an ifconfig and the adress is: 169.264.240.204 > and of course Firefox has no connection > > Was it that what you meant? > > > > Assign one manually.
ifconfig eth0 down 0 ifconfig eth0 192.168.1.111 up ifconfig route -n ping 192.168.1.1 arp -a