one of my syscalls seems to get interrupted

May 30 15:41:34 raspberrypi ovpn-client[620]: event_wait : Interrupted system call (code=4)
May 30 15:41:34 raspberrypi ovpn-client[620]: /sbin/ip route del 10.8.0.1/32
May 30 15:41:34 raspberrypi ovpn-client[620]: /sbin/ip route del 192.168.3.0/24 May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip route del 192.168.3.81/32 May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip route del 192.168.3.82/32 May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip route del 141.41.40.30/32
May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip route del 0.0.0.0/0
May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip route add 0.0.0.0/0 via 141.41.39.1
May 30 15:41:35 raspberrypi ovpn-client[620]: Closing TUN/TAP interface
May 30 15:41:35 raspberrypi ovpn-client[620]: /sbin/ip addr del dev tun0 local 10.8.0.10 peer 10.8.0.9 May 30 15:41:35 raspberrypi ovpn-client[620]: SIGTERM[hard,] received, process exiting


Am 30.05.2017 um 13:50 schrieb Jannis Ohms:
I use /etc/default/openvpn


Am 30.05.2017 um 13:31 schrieb David Sommerseth:
On 30/05/17 12:56, Jannis Ohms wrote:
Hi

I use openvpn to connect to a remote network and to tunnel all my traffic

but my gateway  forgets a certin route from time to time

my VPN Server runs on 141.41.40.30

default         10.8.0.9        0.0.0.0         UG    0 0 0 tun0
10.8.0.1        10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
10.8.0.9        *               255.255.255.255 UH    0 0        0 tun0
141.41.38.0     *               255.255.255.0   U     0 0        0 eth0
141.41.40.30    141.41.38.1     255.255.255.255 UGH   0 0        0 eth0
192.168.3.0     10.8.0.9        255.255.255.0   UG    0 0        0 tun0
192.168.3.81    10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
192.168.3.82    10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
192.168.5.0     *               255.255.255.0   U     0 0        0 eth1

the Upeer routing table is fine because he is able to reach te server
via the gateway  141.41.38.1


default         10.8.0.9        0.0.0.0         UG    0 0        0 tun0
10.8.0.1        10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
10.8.0.9        *               255.255.255.255 UH    0 0        0 tun0
141.41.38.0     *               255.255.255.0   U     0 0        0 eth0
192.168.3.0     10.8.0.9        255.255.255.0   UG    0 0        0 tun0
192.168.3.81    10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
192.168.3.82    10.8.0.9        255.255.255.255 UGH   0 0        0 tun0
192.168.5.0     *               255.255.255.0   U     0 0        0 eth1

But from time to time the routes to the server are removed.

This breaks my setup.

Is this a documented bug? Are there tools to track changes on my routing
table
This looks like Linux routing output.  How do you start the tunnel?


--
kind regards,

David Sommerseth



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to