PPTP VPN

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
CyPsychotic
DD-WRT Novice


Joined: 20 Jun 2014
Posts: 2

PostPosted: Tue Aug 27, 2019 12:28    Post subject: PPTP VPN Reply with quote
I am trying to setup pptp server on my DD-WRT D-link router.

I have enabled the server. Rest of the settings are as default.

DNS1: 192.168.10.1 (my router IP)
DNS2: 8.8.8.8
Server IP: 192.168.10.1
Client IPs: 10.0.25.150-214

I can connect but have no internet once connected and cannot access the remote devices.

I tried to run both
Quote:
iptables -t nat -I POSTROUTING -o `get_wanface` -j MASQUERADE


Quote:
WAN_IF="$(ip route | awk '/^default/{print $NF}')"
iptables -t nat -I POSTROUTING -s 10.0.25.0/24 -o $WAN_IF -j MASQUERADE


but again the same.

At one point last night, I managed to connect and have internet access but I still had no access to remote clients.

I know that the issue might be the IPs but I need it to be like that to avoid the usual network conflicts when the vpn users need to access the remote devices and I cannot change the current network as I would need to involve the telephony and security guys.
Sponsor
CyPsychotic
DD-WRT Novice


Joined: 20 Jun 2014
Posts: 2

PostPosted: Thu Aug 29, 2019 7:59    Post subject: Reply with quote
any one?
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12917
Location: Netherlands

PostPosted: Thu Aug 29, 2019 11:23    Post subject: Reply with quote
PPTP is broken security wise so not much used
But there is a wiki https://wiki.dd-wrt.com/wiki/index.php/PPTP_Server_Configuration

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum