Arimodu
Arimodu

Reputation: 13

How to create a VPN client for a C# app compatible with windows AND linux

I am trying to code a PPTP VPN client to connect to predefined SMB shares (hard-coded credentials, domain and share names - only PPTP MsChapV2 and EAP supported on server-side, which is out of my control)

I have been trying to google but I guess I am not using proper keywords.

I would ideally like to avoid DotRas, because there is no mention of linux support and also seems not maintained anymore.

Also linux support is key, since what I am trying to achieve is to be run on multiple linux servers. Ideally I would like to not be reliant on distro-specific packages, because it could possibly be used on multiple distros (Debian, RHEL)

How should I go in achieving this?

Upvotes: 0

Views: 327

Answers (0)

Related Questions