Skip to content

Instantly share code, notes, and snippets.

@ersingencturk
Created December 27, 2014 19:03
Show Gist options
  • Save ersingencturk/46ab52cb55f3cae18d71 to your computer and use it in GitHub Desktop.
Save ersingencturk/46ab52cb55f3cae18d71 to your computer and use it in GitHub Desktop.
For PPTP: IP Protocol=TCP, TCP Port number=1723  <- Used by PPTP control path IP Protocol=GRE (value 47)  <- Used by PPTP data path For L2TP: IP Protocol Type=UDP, UDP Port Number=500   <- Used by IKEv1 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv1 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=1701  <- Used by L2TP control/data path IP Protocol Type=50  <- Used by data path (ESP) For SSTP: IP Protocol=TCP, TCP Port number=443   <- Used by SSTP control and data path For IKEv2: IP Protocol Type=UDP, UDP Port Number=500   <- Used by IKEv2 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv2 (IPSec control path) IP Protocol Type=UDP, UDP Port Number=1701  <- Used by L2TP control/data path IP Protocol Type=50 <- Used by data path (ESP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment