PPPoE troubles
The /var/log/ppp.log file doesn't give much help. How do you set it to verbose logging?
Thank you.
PowerBook G4 17in 160GB, PowerBook G4Ti500. wallstreet, Mac OS X (10.4.10)
PowerBook G4 17in 160GB, PowerBook G4Ti500. wallstreet, Mac OS X (10.4.10)
"PAP authentication failed"
I want to change Verbose Logging to 1 so that maybe I can see exactly what is going wrong.
"PAP authentication failed"
Are you sure your password is correct? Did you try re-entering the >password in System Preferences > Network > PPPoE?
I want to change Verbose Logging to 1 so that maybe I can see exactly what is going wrong.
I guess the setting is in
/Library/Preferences/SystemConfiguration/preferences.plist
But I don't know whether manually modifying this file will work or not. Be >sure to make a backup of the file before modifying it.
The preferences.plist contains settings for each "location". Try modifying >the "NetworkServices.location.PPP" for the current "location". The plist file is >a text file so you can use TextEdit.app to edit it, but it would be easier to >use "Property List Editor.app" which is installed as a part of Xcode Tools.
My previous post was "wrong"; or at least misleading.
You don't have to manually edit the preferences.plist file. Instead, it can be (and should be) edited via System Preferences.
Go to System Preferences > Network > PPPoE; if "Connect using PPPoE" is checked, then you will see a button "PPPoE Options"; just push this button to set various options for PPPoE (including verbose logging).
By the way, could you please re-enter your password to the System Preferences? The password saved in preferences.plist seems to be "encoded" in some way, and I guess there is a slight possibility that the encoding is "endian-dependent" (PowerPC is big-endian, Intel is little-endian).
PPPoE troubles