Hi there!
Until yesterday, I connected to a VPN-gateway in my firm via:
HomeClient -> W2000 ICS -> Internet(DSL) -> ASL 2.x(firm)
Yesterday I updated my home-server from ICS (W2000 Internet Connection Sharing) to ASL 3.2 for security reasons:
HomeClient -> ASL 3.2 -> Internet(DSL) -> ASL 2.x(firm)
But VPN didn't work anymore (error 619).
After reading some of the posts in this forum, I was able to get it running. Then I stripped off every change I made, so I was able to track down which changes caused the connection success:
1) Check your password, check if your username starts upper- or lowercase :-)
2) I made a service: VPN TCP 1024:65535 1723
3) I allowed my internal network to use this service
4) I made changes in /var/chroot-pptp/etc/ppp/options-default and /var/chroot-pptp/etc/ppp/options:
lcp-echo-failure 5
lcp-echo-interval 8
silent
(Options are explained here: http://www.astaro.org/ubb/ultimatebb.php?ubb=get_topic;f=7;t=000508 thanx to problemchild31)
I restarted ASL. Then all worked fine and perfect :-)
Maybe this should be written in the VPN-PPTP-HowTo...?
Greetings ... tobias
This thread was automatically locked due to age.