@Bruce, @Ken: Thanks for the replies. Swapping the IP and GATEWAY addresses
fixed the problem. And that's the final bug in my build. I'm now ready for
BLFS.

Dave


On Sun, Jul 14, 2013 at 12:07 PM, Bruce Dubbs <[email protected]> wrote:

> Dave Wagler wrote:
>
> >>From Mint 14:
>
> > $ ip route list
> > default via 192.168.0.1 dev eth0  proto static
>
> > The LFS network configuration files I know about are:
>
> > 2. /etc/sysconfig/ifconfig.eth0
> >
> > ONBOOT=yes
> > IFACE=eth0
> > SERVICE=ipv4-static
> > IP=192.168.0.1
> > GATEWAY=192.168.0.100
>
> You have a few extra zeros here.  Try GATEWAY=192.168.0.1 to be
> consistent with the Mint configuration.  This is evidently what your
> router has.  Change IP=192.168.0.1 to 192.168.0.100 also.
>
> Then 'ifdown eth0' followed by 'ifup eth0' should get you going.
>
>    -- Bruce
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to