Brian Somers wrote: [lots of early history of this thread snipped]
| > | > > | What version of FreeBSD are you using? The ppp included in early 4.x | > | > > | distributions doesn't have the TCP MSS fixup code that is required to | > | > > | make | > | > > | things work properly with a PPPoE connection, and cause the kinds of | > | > > | symptoms that you describe. | > | > > | > | > > The NAT box is running 4.2-RELEASE -- is that a problem? | > | > | > | > Yes. This problem was first fixed in 4.2-STABLE. There are two safe ways to | > | > fix this: | > | > - upgrade to a newer -RELEASE or -STABLE | > | > - run the tcpmssd program (which is in the ports collection - | > | > /usr/ports/net/tcpmssd) | > | | > | - Install the latest version of ppp from http://www.Awfulahk.org/ppp.html | > | > OK, I'll grab it and give it a try. | > | > Will it be OK to install that on a 4.1-RELEASE box? | | Should be. | | > Should I still use the following lines in my ppp.conf? | > | > set mru 1492 | > set mtu 1492 | | These shouldn't be required any more. OK, I have just built and installed ppp-020311 on my 4.2 box, but it seems not to make any difference -- nothing works, even from the ppp host, unless I also run tcpmssd. In case I've done something wrong, here are all the relevant lines from my ppp.conf (with auth data disguised): my-label: set device PPPoE:xl0 set authname xxxxxxx set authkey yyyyyyy set speed sync enable lqr set cd 5 set dial set login set redial 0 0 set ifaddr 203.143.238.93 0.0.0.0/0 add default HISADDR set timeout 0 default: set log Phase Chat IPCP CCP tun command Have I done something wrong here, or is there further info needed to answer that? Greg To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message