Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


PPTP Much Slower Than OpenVPN - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

PPTP Much Slower Than OpenVPN

2»

Comments

  • @pkhodnevich said:
    Im agree with that u should try L2TP/Ipsec. And i still think its MTU problem, it would be better if u show us some pptp config

    Pretty standard, I think:

    $ egrep -v '^(#|$)' pptpd.conf option /etc/ppp/pptpd-options logwtmp localip (VPS IP) remoteip 10.1.0.1-100

    $ egrep -v '^(#|$)' pptpd-options name pptpd refuse-pap refuse-chap refuse-mschap require-mschap-v2 require-mppe-128 ms-dns 208.67.222.222 ms-dns 208.67.220.220 proxyarp nodefaultroute dump lock nobsdcomp novj novjccomp nologfd

    For UFW:

    $ egrep -v '^(#|$)' before.rules *nat :POSTROUTING ACCEPT [0:0] -A POSTROUTING -s 10.1.0.0/25 -j SNAT --to-source (VPS IP) COMMIT

    ..and IP forwarding is enabled.

    And that's about all. I don't have the MTU "fix" in my ip-up, since it seemed to cause more problems than it solved.

    Thanks!

Sign In or Register to comment.