20VPN in 1: USA + EU + ASIA
All plans include ALL VPN locations!
Be Anonymous and encrypted
Enjoy internet freedom with high grade (2048bit) data encryption and personal data protection. Use public WIFI and online services without risks.
sstp, pptp, l2tp, openvpn included
Many ISP's block VPN traffic. Microsoft's built in SSTP uses the same kind of traffic as any of the millions of secure websites and can be used even on the most heavily screened networks.

How to set up USAIP.EU SSTP VPN on Mikrotik routeros (RouterOS 5.x is required) 

  • Although Mikrotik RouterOS is a commercial linux based router operating system, it is not only available on RouterBoard routers, but also as a PC installable ISO. If you don't have a RouterBoard router, just download their ISO distribution from their website and install it on any old PC or as a virtualised OS in VmWare, Xen, KVM or VirtualBox. Installing RouterOS is free for the purposes of the VPN. Just sign up on mikrotik.com and request a free level 1 license.
  • This tutorial already assumes that you have a working RouterOS that has internet access as either your primary broadband router or as a wifi hotspot, or as a secondary router connected to your internal LAN.
  • Your router's WAN interface already has an IP address and the LAN interface or bridge also with an IP serves as a DHCP server for all devices connected to it.
  • For the purposes of the tutorial below, your internal IP range is 192.168.88.0/24 and your USAIP username is usaipusername and your USAIP password is usaippassword. The vpn server name is vpn.usaip.eu
  • STEP 1: Set up your VPN client connection as
    /interface sstp-client add name="vpn" max-mtu=1500 max-mru=1500 mrru=disabled connect-to=vpn.usaip.eu:443 certificate=none verify-server-certificate=no verify-server-address-from-certificate=no user="usaipusername" password="usaippassword" profile=default-encryption keepalive-timeout=60 add-default-route=no dial-on-demand=no authentication=pap,chap,mschap1,mschap2
    /interface sstp-client enable [/interface sstp-client find name ="vpn"]
  • STEP 2: Define an internal IP range that will be routed toward the VPN by default (192.168.88.0/24 in this example)
    /ip firewall mangle add chain=prerouting action=mark-routing new-routing-mark=vpn passthrough=yes src-address=192.168.88.0/24 dst-address=!192.168.88.0/24
  • STEP 3: Set up the route to the VPN and define masqueranding for the subnet
    /ip route add dst-address=0.0.0.0/0 gateway=vpn gateway-status=vpn distance=1 scope=30 target-scope=10 routing-mark=vpn
    /ip firewall nat add chain=srcnat action=masquerade out-interface=vpn


  • This will connect you to the VPN automatically and keep the VPN connection open. It will also reconnect automatically and quickly, when needed.
  • List of confirmed VPN compatible ISP's
     Afghanistan(9)  Albania(11)  Algeria(10)  American Samoa(1)  Andorra(1)  Angola(9)  Anguilla(1)  Anonymous Proxy(7)  Antigua and Barbuda(1)  Argentina(43)  Armenia(15)  Aruba(5)  Asia/Pacific Region(1)  Australia(160)  Austria(67)  Azerbaijan(14)  Bahamas(2)  Bahrain(13)  Bangladesh(45)  Barbados(3)  Belarus(13)  Belgium(33)  Belize(2)  Benin(10)  Bermuda(7)  Bhutan(1)  Bolivia(10)  Bosnia and Herzegovina(19)  Botswana(5)  Brazil(412)  Brunei Darussalam(7)  Bulgaria(70)  Burkina Faso(3)  Burundi(1)  Cambodia(20)  Cameroon(15)  Canada(214)  Cape Verde(1)  Cayman Islands(5)  Chile(31)  China(315)  Colombia(32)  Congo, The Democratic Republic of the(4)  Costa Rica(17)  Cote D'Ivoire(9)  Croatia(17)  Cuba(5)  Cyprus(16)  Czech Republic(185)  Denmark(64)  Djibouti(3)  Dominica(6)  Dominican Republic(11)  East Timor(1)  Ecuador(22)  Egypt(41)  El Salvador(10)  Equatorial Guinea(1)  Estonia(20)  Ethiopia(2)  Europe(3)  Faroe Islands(1)  Fiji(3)  Finland(48)  France(113)  French Guiana(2)  French Polynesia(4)  Gabon(1)  Gambia(6)  Georgia(14)  Germany(268)  Ghana(22)  Gibraltar(3)  Greece(31)  Greenland(1)  Grenada(2)  Guadeloupe(3)  Guam(4)  Guatemala(11)  Guinea(2)  Guyana(1)  Haiti(3)  Honduras(17)  Hong Kong(60)  Hungary(74)  Iceland(8)  India(160)  Indonesia(149)  Iran, Islamic Republic of(146)  Iraq(30)  Ireland(47)  Israel(27)  Italy(100)  Jamaica(7)  Japan(138)  Jordan(19)  Kazakhstan(17)  Kenya(30)  Korea, Democratic People's Republic of(1)  Korea, Republic of(93)  Kuwait(23)  Kyrgyzstan(6)  Lao People's Democratic Republic(6)  Latvia(33)  Lebanon(34)  Liberia(4)  Libyan Arab Jamahiriya(2)  Liechtenstein(2)  Lithuania(53)  Luxembourg(12)  Macau(4)  Macedonia(12)  Madagascar(4)  Malawi(2)  Malaysia(53)  Maldives(3)  Mali(3)  Malta(9)  Martinique(2)  Mauritania(1)  Mauritius(6)  Mexico(60)  Moldova, Republic of(14)  Monaco(4)  Mongolia(4)  Morocco(14)  Mozambique(5)  Myanmar(2)  Namibia(3)  Nepal(15)  Netherlands(106)  Netherlands Antilles(12)  New Caledonia(3)  New Zealand(48)  Nicaragua(8)  Niger(3)  Nigeria(81)  Niue(1)  Northern Mariana Islands(1)  Norway(78)  Oman(6)  Pakistan(60)  Palestinian Territory(16)  Panama(14)  Papua New Guinea(1)  Paraguay(7)  Peru(10)  Philippines(54)  Poland(313)  Portugal(36)  Puerto Rico(14)  Qatar(5)  Reunion(5)  Romania(164)  Russian Federation(434)  Saint Kitts and Nevis(3)  Saint Lucia(3)  Saint Pierre and Miquelon(1)  Saint Vincent and the Grenadines(3)  San Marino(1)  Sao Tome and Principe(1)  Satellite Provider(35)  Saudi Arabia(45)  Senegal(3)  Serbia(10)  Seychelles(2)  Singapore(34)  Slovakia(58)  Slovenia(24)  South Africa(39)  Spain(96)  Sri Lanka(11)  Sudan(13)  Suriname(2)  Swaziland(1)  Sweden(91)  Switzerland(71)  Syrian Arab Republic(15)  Taiwan(69)  Tajikistan(4)  Tanzania, United Republic of(17)  Thailand(55)  Timor-Leste(1)  Togo(3)  Trinidad and Tobago(4)  Tunisia(1)  Turkey(48)  Turkmenistan(1)  Turks and Caicos Islands(2)  Uganda(8)  Ukraine(214)  United Arab Emirates(14)  United Kingdom(242)  United States(942)  Uruguay(6)  Uzbekistan(9)  Vanuatu(2)  Venezuela(21)  Vietnam(26)  Virgin Islands, British(5)  Virgin Islands, U.S.(4)  Yemen(5)  Zambia(3)  Zimbabwe(2)  
    USAIP.eu
    An EU based Limited Liability Corporation
    Access content worldwide, securely with
    USA IP, UK IP, Hungary IP, Germany IP,
    Holland IP, China IP
    2008-2010
    Home Windows VPN Apple VPN Linux VPN Wifi Router Help Free VPN VPN Reseller
    Sign up
    Log in
    Pay with
    LibertyReserve
    PayPal
    creditcard
    Pecunix
    Alertpay
    XP Quickstart
    XP PPTP/L2TP
    XP OpenVPN
    Vista Quickstart
    Vista PPTP/L2TP
    Vista OpenVPN
    Win7 Quickstart
    Win7 PPTP/L2TP
    Win 7 OpenVPN
    Iphone PPTP/L2TP
    MAC PPTP
    MAC OpenVPN
    Ipad PPTP/L2TP
    Android PPTP/L2TP
    Ubuntu PPTP
    Ubuntu OpenVPN
    TP-WR340GD
    ASUS G32
    DD-WRT
    Error Codes
    FAQ
    Free access
    Quickstart
    Reseller
    Partners
    VPN Server