PulseISP establishes a secure tunnel between your MikroTik router and our VPS infrastructure. This tunnel is used for:
-
Secure RADIUS authentication and accounting traffic
-
Remote management and configuration pushes
-
Health monitoring and latency checks
How It Works
┌─────────────┐ Tunnel ┌──────────────┐
│ MikroTik │◄────────────────────────►│ PulseISP │
│ Router │ Encrypted UDP │ VPS Cloud │
│ 172.31.x.x │ │ 153.75.x.x │
└─────────────┘ └──────────────┘
Automatic Setup
The provisioning script handles everything automatically:
-
Generates Tunnel keypair on the router
-
Configures the Tunnel interface with our VPS endpoint
-
Sets up routing rules to isolate management traffic
-
Registers the router's public key with our server
Manual Verification
To check if the tunnel is active on your MikroTik:
/interface wireguard peers print
/ping 172.31.247.1
A successful ping response means the tunnel is working.
Troubleshooting
If the tunnel doesn't come up:
-
Ensure UDP port 13231 is open on your firewall
-
Check that the router has internet access
-
Verify the provisioning script ran without errors
-
Try re-onboarding from the dashboard