Frequently Asked Questions for FreeBSD 2.X : Networking : I can't make ppp work. What am I doing wrong ? : What do these CCP errors mean
Previous: Why does ppp dial for no reason in -auto mode
Next: Ppp locks up during file transfers with IO errors

10.7.15. What do these CCP errors mean

I keep seeing the following errors in my log file:

          CCP: CcpSendConfigReq
          CCP: Received Terminate Ack (1) state = Req-Sent (6)
        

This is because ppp is trying to negotiate Predictor1 compression, and the peer does not want to negotiate any compression at all. The messages are harmless, but if you wish to remove them, you can disable Predictor1 compression locally too:

          disable pred1
        


Frequently Asked Questions for FreeBSD 2.X : Networking : I can't make ppp work. What am I doing wrong ? : What do these CCP errors mean
Previous: Why does ppp dial for no reason in -auto mode
Next: Ppp locks up during file transfers with IO errors