Wayne, I got your PPPlog.txt.
I'm not really an expert on reading these things, but the problem appears be that your ThinkPad never gives you an IP and your modem and your ISP's server never agree on how to get the "IPCP" layer up.
Here is a copy of the relevant lines from a successful dialup on my 770Z using the built-in modem:
Code: Select all
05-05-2000 12:58:52.82 - PAP : Login was successful.
05-05-2000 12:58:52.82 - PAP : Layer up.
05-05-2000 12:58:52.82 - IPCP : Layer started.
05-05-2000 12:58:52.82 - IPCP : IP address is 0.
05-05-2000 12:58:52.82 - CCP : Layer started.
...
05-05-2000 12:58:52.83 - IPCP : Received and accepted compression protocol request f 0.
05-05-2000 12:58:52.83 - IPCP : Received and accepted IP address of cfb38502.
Here the same lines from your modem log:
Code: Select all
05-23-2006 20:56:05.49 - PAP : Login was successful.
05-23-2006 20:56:05.49 - PAP : Layer up.
05-23-2006 20:56:05.49 - CCP : Layer started.
...
05-23-2006 20:56:05.49 - FSA : Sending protocol reject for control protocol 8021.
Note that the "IPCP layer" part is skipped, and then at the end, your modem tells your ISP provider that it will not accept IPCP (8021 I think is the code for some kind of IPCP thingy).
How to fix this?
I don't know!
But here are a couple things to try:
Device Manager -> Modems -> ThinkPad Modem -> Properties -> Connection -> Advanced:
On my 770Z, I've got "Use error control" checked with "Compress data" checked. And "Use flow control" checked with "Hardware (RTS/CTS)" checked. Modulation type: "Standard". If you've got anything different, try my settings and see if that makes any difference.
Control Panel -> Network:
Check that you have "TCP/IP -> Dial-Up Adapter" installed. If yes, then I would try to remove it, reboot, and then add it again, then reboot again, then try your dial-up again. Make sure you have your original Windows disks handy or that you've got "CAB" files on your ThinkPad to pull the needed files from!
Control Panel -> Network -> Dial-Up Adapter -> Properties:
I've got the following settings on my 770Z: Under Driver Type, "Enhanced mode (32 bit and 16bit) NDIS driver" is marked. Under Bindings, "TCP/IP -> Dial-Up Adapter" is checked and Fast Infrared Protocol is not. Under Advanced, I've got Enable Point To Point IP =Yes, IP Packet Size=Automatic, Record a log file=Yes, Use IPX header compression=Yes. If you've got different settings on any of those, I would try my settings and see if it makes any difference.
Let us know if any of that helps. It may be something very simple that we're overlooking somewhere.
Phil.