Reputation: 13
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