I have been using Newsguy's dialup ISP service for sometime now and have been happy with it, until last month when my Linux box could no longer establish a ppp connection. The symptom was that pppd errored out with "LCP: timeout sending Config-Requests". I had been running pppd version 2.4.1, upgrading to 2.4.3 did not help. The strange thing is that I can connect to the Atlanta numbers (e.g., 678-538-1522) without issue, but the problem does show up on the Augusta, Georgia line (706-849-0578). The Augusta line is on the MegaPOP network which is owned by Starnet ([URL="http://www.starnetinc.com"]www.starnetinc.com[/URL]). So, I enabled my pppd's debug option to see what was going on. With the Atlanta number, all is well: rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x923d695a> <pcomp> <accomp> <auth pap>] sent [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x923d695a> <pcomp> <accomp> <auth pap>] But, there is a problem with the Augusta number: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xc473d9d7> <pcomp> <accomp>] rcvd [LCP ConfReq id=0x1 <mru 1501> <asyncmap 0xa0000> <auth pap> <magic 0xfd874513> <pcomp> <accomp> <mrru 1524> <endpoint [local:77.64.63.34.2d.6c.6e.73.31]>] sent [LCP ConfRej id=0x1 <mrru 1524>] After which point the host (peer from my machine's perspective) seems to ignore my machine's ConfRej message and simply reissues its previous ConfReq options until my machine times-out. I am not sure if the ppp software these ISP's use is even capable of full negotiation (that might be too much to ask). However, unless they do negotiate, they should not default to multilink operation (<mrru 1524> above) which is for use with multiple modems (so as to get a ppp multiline connection over 56Kbps). The behavior of the Augusta ppp host seems to me to be a violation of ppp standards. Specifically, section 5.1.1 of RFC1990 ([URL]http://www.ietf.org/rfc/rfc1990.txt[/URL]) states: The presence of this [mrru] LCP option indicates that the system sending it implements the PPP Multilink Protocol. If not rejected, the system will construe all packets received on this link as being able to be processed by a common protocol machine with any other packets received from the same peer on any other link on which this option has been accepted.