Hi Folks -
I recently installed egcs on my linux box and recompiled some software
among them ppp. I am having problems connecting to the internet. I am
able to dial my ISP and the system makes a connection but I can't ping
anyone (not even my nameservers) and I can't telnet anywhere. Here is a
sample output from my /var/log/messages file:
pr 27 21:02:06 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:06 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:07 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:07 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:09 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:09 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:11 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:11 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:14 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:14 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:21 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:21 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:33 elm ifup-ppp: pppd started for ppp0 on /dev/modem at
115200
Apr 27 21:02:33 elm pppd[1044]: pppd 2.3.3 started by root, uid 0
Apr 27 21:02:59 elm modprobe: can't locate module net-pf-4
Apr 27 21:02:59 elm modprobe: can't locate module net-pf-5
Apr 27 21:02:59 elm pppd[1044]: Serial connection established.
Apr 27 21:03:00 elm pppd[1044]: Using interface ppp0
Apr 27 21:03:00 elm pppd[1044]: Connect: ppp0 <--> /dev/modem
Apr 27 21:03:01 elm modprobe: can't locate module net-pf-4
Apr 27 21:03:01 elm modprobe: can't locate module net-pf-5
Apr 27 21:03:02 elm modprobe: can't locate module net-pf-4
Apr 27 21:03:02 elm modprobe: can't locate module net-pf-5
Apr 27 21:03:03 elm modprobe: can't locate module net-pf-4
Apr 27 21:03:04 elm modprobe: can't locate module net-pf-5
Apr 27 21:03:04 elm pppd[1044]: not replacing existing default route to
eth0 [0.0.0.0]
Apr 27 21:03:04 elm pppd[1044]: local IP address 209.215.1.87
Apr 27 21:03:04 elm pppd[1044]: remote IP address 207.53.121.251
Apr 27 21:03:05 elm modprobe: can't locate module net-pf-4
Apr 27 21:03:05 elm modprobe: can't locate module net-pf-5
Apr 27 21:03:08 elm modprobe: can't locate module net-pf-4
Apr 27 21:03:08 elm modprobe: can't locate module net-pf-5
I just thought of something. I think my box is routing everything to eth0
which at the moment is not connected to anything. Hmm. I have to go back
and fiddle with the network configuration system. Meanwhile could some of
you folks help me out with this? Another thing I want to know is how to
stop the kernel from looking for those modules net-pf-4[5].
Thanks....