machine behind VPN server wont respond

Karl Auer kauer at biplane.com.au
Tue Dec 20 20:37:53 UTC 2016


On Tue, 2016-12-20 at 12:59 -0500, Rashkae wrote:
> My bad, try this,  (note: route has to be run as root, so use sudo)
> route add -net 10.8.0.0 netmask 255.255.255.0 gw 192.168.0.1

route is the more common command (and more widely available on
different Unixen), but for Linux the "ip" command is generally handier,
faster, more capable and less verbose. It is the Swiss army knife of
Linux networking.

In this particular case:

   ip route add 10.8.0.0/24 via 192.168.0.1
 
With sudo if needed.

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B
Old fingerprint: 3C41 82BE A9E7 99A1 B931 5AE7 7638 0147 2C3C 2AC4







More information about the ubuntu-users mailing list