v24-sp2 (03/15/12) std - 18740 PPTP VPN Break/Fix

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
Nixy12345
DD-WRT Novice


Joined: 05 Aug 2012
Posts: 1

PostPosted: Sun Aug 05, 2012 11:35    Post subject: v24-sp2 (03/15/12) std - 18740 PPTP VPN Break/Fix Reply with quote
Hi

I am using

Router Name DD-WRT
Router Model TP-Link TL-WR1043ND
Firmware Version DD-WRT v24-sp2 (03/15/12) std - build 18740

I found some problems with running PPTP VPN to my office network which I solved with the "hack" below that I run at start up via the startup commands

Code:
echo "sleep 60" > /tmp/firewall_script.sh
echo "sed -i 's/logfd2//' /tmp/pptpd_client/options.vpn " >> /tmp/firewall_script.sh
echo "sed -i 's/debug//' /tmp/pptpd_client/options.vpn ">> /tmp/firewall_script.sh
echo "sed -i 's/dump//' /tmp/pptpd_client/options.vpn " >> /tmp/firewall_script.sh
echo "sed -i 's/*)/dummy)/' /tmp/pptpd_client/ip-up" >> /tmp/firewall_script.sh
echo "sed -i 's/kelokepptpd)/*)/' /tmp/pptpd_client/ip-up" >> /tmp/firewall_script.sh


sh /tmp/firewall_script.sh &


I'm sure it's not the correct way of solving the problem by any means but it makes it work on my system and I thought it might be helpful to you if you wanted to track this down any further
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware 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