Timothy Rice wrote: > Hi all, > > I have a working LFS-6.5 system on which I have installed wget and lynx. I > am able to access the internet using these packages when in the chroot > environment, but not after restarting the computer and booting via grub. > > The following two files show the output of "ip route show": > > http://ms.unimelb.edu.au/~trice/ip.route-{direct,chroot} > > > The ip.route-direct file is the configuration after booting, cf > ip.route-chroot which shows the (working) configuration in the chroot > environment.
This is set up in /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 You don't say what you network configuration is. Are you connected directly to the internet or through a router? If direct, you should have: ONBOOT=yes SERVICE=ipv4-static IP=114.77.8.202 GATEWAY=114.77.0.1 PREFIX=20 BROADCAST=114.176.255.255 Start testing with ping 127.0.0.1 ping 114.77.8.202 ping 114.77.0.1 Then name sure /etc/resolv.conf is set up and you can then try ping -c1 www.linuxfromscratch.org > How can I make sure that the boot process leads to the same ip routing > configuration as chrooting does? Could it be a problem with my kernel > configuration? Probably not because it looks like eth0 is being initialized. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
