NOBGP – POP and supported protocols

NOBGP

IP Routing & Redundancy

Your NOBGP IPs are routed across a single zone. To ensure high availability and redundancy, you are required to establish sessions to one or more of our Points of Presence (PoPs).

Please note the following constraints for configuration:

  • All connections must be established from the same router.
  • A maximum of one session is permitted per PoP.
  • We tend to disable encryption to achieve better speed.

For detailed setup instructions, please refer to the sections below.

Servers lists

POP hostnameLocalisationZone
nobgp.servperso.netAnycast: Use nearest pop from the list belowEU
nobgp1-de.servperso.netDusseldorf , GermanyEU
nobgp1-nl.servperso.netDronten, NetherlandsEU

Supported protocols

NAMETech noteIP versionsSpeed & compatibility
PPTPPPTP without encryptionIPv4, IPv6Better speed, but not nat friendly
L2TPIPSEC NOT SUPPORTEDIPv4, IPv6Better speed, work with nat
OpenVPNSee example below to have client configuration.IPv4 onlyRoad warrior, but usualy slower

NOBGP guides

Configuration examples

PPTP

Mikrotik Router OS

/interface pptp-client
add add-default-route=yes connect-to=nobgp.servperso.net disabled=no name=NOBGP_PPTP password=XXXXXXXX profile=default user=servperso-test

L2TP

Mikrotik Router OS

/interface l2tp-client
add add-default-route=yes connect-to=nobgp.servperso.net disabled=no name=NOBGP_L2TP password=XXXXXXXX profile=default user=servperso-test

OpenVPN

Generic

For now, we don’t publish CA certificate to verify. Server certificate can change.

client
dev tun
remote nobgp.servperso.net 1155 udp
tun-mtu 1450
tls-client
nobind
user nobody
group nogroup
ping 15
ping-restart 45
persist-tun
persist-key
mute-replay-warnings
verb 3
cipher AES-256-GCM
auth none
pull
auth-user-pass
connect-retry 1
reneg-sec 3600
explicit-exit-notify 1