PPPD 2.3.11 on kernel 2.4.1
I've got kernel 2.4.1 up and running and am pleased that all seems to be relatively well. My boss has an iMac at home and dials in via a ppp connection to one of my linux boxes running now 2.4.1. I've played with various ppp options and have removed just about everything from the /etc/ppp/options file. Feb 23 11:37:15 lx1 pppd[10485]: pppd 2.3.11 started by a_ppp, uid 0 Feb 23 11:37:15 lx1 pppd[10485]: ioctl(PPPIOCGFLAGS): Invalid argument Feb 23 11:37:15 lx1 pppd[10485]: tcsetattr: Invalid argument Feb 23 11:37:15 lx1 pppd[10485]: Exit. Here's the current modules: (root on lx1) peterg # lsmod Module Size Used by iptable_mangle 1884 0 (unused) iptable_filter 1848 0 (unused) ip_tables 13016 2 [iptable_mangle iptable_filter] slip 5688 0 (unused) bsd_comp 4172 0 (unused) ppp_deflate 41148 0 (unused) ppp_async 6060 0 ppp_generic 13088 0 [bsd_comp ppp_deflate ppp_async] slhc 4836 0 [ppp_generic] 3c59x 23420 2 (autoclean) agpgart 21900 0 (unused) I also happened to read something this morning on lwn.net (http://lwn.net/2001/0222/kernel.php3) that suggested that certain ppp things weren't working because the MTU min size was higher than ppp wanted to set. As it suggested i've done: `echo 256 > /proc/sys/net/ipv4/route/min_adv_mss` to no avail! I keep suggesting (lately increasingly less subtly) that he consider a cable modem but so far he still wants to do it this way. Any ideas? -- Peter Gutowski peterg@powervue.com http://www.powervue.com/~peterg
You need to upgrade to ppp-2.4.0 to work with kernel 2.4.x, I ran into the same problem myself. 2.4.1 seems quite good so far, though 2.4.2 is out and has some fixes for a potentially nasty bug. John John Stoffel - Senior Unix Systems Administrator - Lucent Technologies stoffel@lucent.com - http://www.lucent.com - 978-952-7548
participants (2)
-
John Stoffel
-
Peter Gutowski