Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Routing issue with OpenVPN and internal DNS
Date: Tue, 04 Dec 2018 04:09:49
Message-Id: 46cc0ebb-fd97-a05c-670d-c858569c1ac8@iinet.net.au
In Reply to: Re: [gentoo-user] Routing issue with OpenVPN and internal DNS by Andrew Udvare
1 On 4/12/18 10:26 am, Andrew Udvare wrote:
2 > On 03/12/2018 09:49, Michael Orlitzky wrote:
3 >> On 12/3/18 5:55 AM, Andrew Udvare wrote:
4 >>> iptables on server:
5 >>> -A FORWARD -s 10.100.0.0/24 -i tun0 -o enp1s0f0 -m conntrack --ctstate
6 >>> NEW -j ACCEPT
7 >>>
8 >> Is that only forwarding packets for new (i.e. not existing) connections?
9 > ...
10
11
12 sent too soon, missed some ...
13
14
15 As its a router, have you correctly configured openvpn's
16 client-to-client, CCD and iroute setup?
17
18
19 Google "openvpn networks behind server"
20
21
22 BillK