Hi, I have lfs 6.3 with kernel 2.6.22.5 ppp 2.4.4 and rp-pppoe 3.10 since version 3.8 as recomended in blfs book is no longer available.
Routing does not function on my network. ip route show output is : 193.253.160.3 dev ppp0 proto kernel scope link src 83.199.48.181 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.5 192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.1 default dev ppp0 scope link The eth0 interface is connected to an hub on which all local machines are connected. Its ip address is 192.168.0.5 eth0 configuration script is : ONBOOT=yes PREFIX=24 SERVICE=ipv4-static BROADCAST=192.168.0.255 IP=192.168.0.5 NETMASK=255.255.255.0 NETWORK=192.168.0.0 On each machine on the local network gateway is set to 192.168.0.5. Here is the ip route show output on one of these machines : 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.8 169.254.0.0/16 dev eth0 scope link default via 192.168.0.5 dev eth0 But network is not reachable from machines in the local network since it is from the machine directly connected to the adsl modem. With previous configuration (lfs 6.1,) it worked perfectly. I noticed a difference in the default route setting between these two configurations : Prior, I got something like default via <ipadresse> ... The default route seems to be no longer set the same way by pppd even if the pppoe scripts do not seem to have changed. Can somebody tell me something about all that ? Bests Pierre -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page