[Tutor] Python code to connect using PPPoE

Kent Johnson kent37 at tds.net
Wed Jan 24 15:38:59 CET 2007


Johan Geldenhuys wrote:
> Kent,
> I want to establish the connection with Python. I think in Linux you can use
> a PPPoE package to make life easier, but I don't want to use the Kernel to
> do that.

If you are on Linux, maybe you can use os.command() to control rp-pppoe.
http://www.roaringpenguin.com/penguin/openSourceProducts/rpPppoe

If you are on Windows maybe win32ras does what you want?

Kent



More information about the Tutor mailing list