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 hostname | Localisation | Zone |
|---|---|---|
| nobgp.servperso.net | Anycast: Use nearest pop from the list below | EU |
| nobgp1-de.servperso.net | Dusseldorf , Germany | EU |
| nobgp1-nl.servperso.net | Dronten, Netherlands | EU |
Supported protocols
| NAME | Tech note | IP versions | Speed & compatibility |
|---|---|---|---|
| PPTP | PPTP without encryption | IPv4, IPv6 | Better speed, but not nat friendly |
| L2TP | IPSEC NOT SUPPORTED | IPv4, IPv6 | Better speed, work with nat |
| OpenVPN | See example below to have client configuration. | IPv4 only | Road warrior, but usualy slower |
NOBGP guides
- NOBGP – RouterOS 7: Dedicated public IP per server via DHCP and Far Gateway routing (No IP loss)
- NOBGP – ROS7 – One public ip per VLAN
- NOBGP – POP and supported protocols
- Mikrotik – RouterOS 6 – Full trafic via tunnel + ip pool
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
