Any language code (.NET preffered) to edit and configure PPPoE connections on Windows XP

Pretty all in question ... I'm looking for a batch script, code or library that allows you to edit and create settings for PPPoE connections on Windows when hardware and infrastructure is already present . Also I am looking for script / code to change the active connection.

.NET is preferred, but any other language will work as well.

Thank you in advance

MTX

0


source to share


2 answers


I think you need to look for code to create / modify DialUp or DUN (Dial Up Networking) connection. DialUp doesn't always mean old 56kbps modem, it can also mean PPPoE, PPPoA, cable modem and all other possible hardware that basically requires login. I have no code, but a simple example on google with "dialup creation programmatically" appears with some example. One per expert exchange . Good luck



+1


source


I think PPPOE refers to lower level connections and not managed code. did some network devices open certain types of protocols like http?



0


source







All Articles