Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo chmod 755 /etc/ppp/ip-up.local


STEP 6. Allow pptp to your firewall policy


Code Block
firewall-cmd --permanent --zone=public --add-port=1723/tcp
firewall-cmd --permanent --zone=public --add-port=1723/udp



STEP 6. Connect to the VPN by running

...