A shanxun client for linux users in Python.
- pppoeconf
sudo pppoeconf # You can press enter to skip some config
- Python 2.7
- A username ever logged on shanxun offical client for Mac
sudo python shanxun.py your_username your_password
Show ppp log
plog
Set ppp as the default route.
route # Query route table and find the ppp device
sudo route add default dev ppp0 # Example
To stop the connection
poff dsl-provider
shanxun-linux is licensed under the MIT license.