Skip to content

Instantly share code, notes, and snippets.

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)
@ersingencturk
ersingencturk / 0_reuse_code.js
Last active August 29, 2015 14:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console