Support VPN
Starting with IP Fabric 1.0.3
, you can establish remote SSL VPN to IP Fabric’s
DC. Support VPN uses OpenVPN.
Support VPN requires access to remote.ipfabric.io
remote port 443/tcp
. The
IP Fabric appliance must be also configured with a functional DNS server.
Allowlisting FQDNs
In your firewall, please allowlist FQDNs instead of IP addresses, as IP addresses are subject to change.
Connection through proxy servers should work, but it is not guaranteed.
How to Establish Support VPN
Security Info
VPN is always established and teared down by you. VPN connection cannot be triggered externally.
From GUI
-
Click Support in the top-right corner of the IP Fabric GUI.
-
Select Remote support VPN:
-
On the newly opened page, click Connect:
-
VPN status
should change toconnected
and you should also see the assigned IP address.
From CLI
-
Connect to the IP Fabric appliance via SSH with the
osadmin
user:ssh osadmin@<ip_or_fqdn>
-
Switch to
root
:sudo su -
-
Now run the VPN command:
sudo -u autoboss nimpee-support-vpn start
How to Tear Down Support VPN
From GUI
-
Repeat steps 1 and 2 from the How To Establish Support VPN section above.
-
On the newly opened page, click Disconnect:
-
VPN status
should change todisconnected
.
From CLI
-
Repeat steps 1 and 2 from the How To Establish Support VPN section above if you logged out, skip this step if you didn’t.
-
Now run the VPN command:
sudo -u autoboss nimpee-support-vpn stop