Fix VPN support to 4.3.8
From OpenFSG
- Connect to your FSG using SSH via Putty
- Log in as Admin
- Log in as a root
- Edit the file /etc/ppp/options.pptpd with vi
vi /etc/ppp/options.pptpd
- Scroll down to the last line and to the end of that line.
- Type "i" to enter "insert mode" and hit return.
- Change the last line from:
mppe required
tomppe required,stateless
(with no space between "," and "stateless") - Save file and exit vi. Hit Escape and type:
:x
(this makes to save file and exit vi editor) - No need to restart FSG or VPN server. This file seems to be used only when a VPN-client try to make the connection.
- Now, you will see everybody "at the other side of the tunnel".
And the VPN connection is much more stable than with 3.3.14 ...
Notes:
Important vi commands:
- ESC and then i to insert
- ESC and then x to delete
- ESC and then : and then w to save
- ESC and then : and than q and than ! to quite without saving
Firmware 4.4.5:
Since 4.4.5 Freecom fixed the bug. The missing ",stateless" in file /etc/ppp/options.pptpd has been added.
