Frequently Asked Questions for FreeBSD 2.X : Networking : I can't make ppp work. What am I doing wrong ? : Nothing happens after the Login OK! message
Previous: My connection hangs after a random amount of time
Next: I keep seeing errors about magic being the same

10.7.8. Nothing happens after the Login OK! message

Prior to FreeBSD version 2.2.5, once the link was established, ppp would wait for the peer to initiate the Line Control Protocol (LCP). Many ISPs will not initiate negotiations and expect the client to do so. To force ppp to initiate the LCP, use the following line:

          set openmode active
        

Note: It usually does no harm if both sides initiate negotiation, so openmode is now active by default. However, the next section explains when it does do some harm.


Frequently Asked Questions for FreeBSD 2.X : Networking : I can't make ppp work. What am I doing wrong ? : Nothing happens after the Login OK! message
Previous: My connection hangs after a random amount of time
Next: I keep seeing errors about magic being the same