2. Ensure that connections to the info service are not routed into the tunneling device:
```
sudo ip r a 141.76.46.165 via $DEFAULT_GATEWAY dev $LOCAL_DEV
sudo ip r a 141.76.46.139 via $DEFAULT_GATEWAY dev $LOCAL_DEV
```
where $DEFAULT_GATEWAY is the IP address of your local default gateway and $LOCAL_DEV the name of the network interface that is used to contact the default gateway.