Nivis Versa Router 1100 Titan - User Guide
v1.2
Page 104 of 111
6.1.3.5
Cleaning up the remote access to NMS from Linux PC
In order to clean up the settings after the connectivity test was done, the following steps are necessary:
1.
Disconnect from NMS:
a.
On
client Linux PC
, close 6in4 tunnel:
i.
sudo ip addr del <
client_VPN_IPv6
>/128 dev remote_user_tunn
ii.
sudo ip route del ::/0 dev remote_user_tunn
iii.
sudo ip tunnel del remote_user_tunn
b.
On
NMS,
remove route to Windows PC:
i.
sudo ip route del <
client_VPN_IPv6
>/128 via ::<
client_VPN_IPv4
>
Example
using the variables chosen above:
a.
On
client Linux PC
, close 6in4 tunnel:
i.
sudo ip addr del FD00::0AB9:0026/128 dev remote_user_tunn
ii.
sudo ip route del ::/0 dev remote_user_tunn
iii.
sudo ip tunnel del remote_user_tunn
b.
On
NMS,
remove route to Windows PC:
i.
sudo ip route del FD00::0AB9:0026/128 via ::10.185.0.38
2.
Remove VPN certificates and key from the client Linux PC.