Perfekt that did the trick ;)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotenetstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 178.200.132.1 UGS igc0
10.10.10.0/24 link#10 U wg1
10.10.10.1 link#10 UHS lo0
192.168.2.0/24 link#10 US wg1
Quoteip r
default via 192.168.2.1 dev eth0 proto dhcp src 192.168.2.142 metric 202
10.10.10.0/24 dev wg0 proto kernel scope link src 10.10.10.3
192.168.2.0/24 dev eth0 proto dhcp scope link src 192.168.2.142 metric 202
192.168.15.0/24 dev wg0 scope link
Quotesysctl net.ipv4.ip_forwardand added two rules:
net.ipv4.ip_forward = 1
Quoteiptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A FORWARD -i wg0 -o eth0 -j ACCEPT
-A FORWARD -i eth0 -o wg0 -m state --state RELATED,ESTABLISHED -j ACCEPT
Quotetraceroute to 192.168.2.1 (192.168.2.1), 64 hops max, 40 byte packets
1 10.10.10.3 (10.10.10.3) 83.402 ms 82.809 ms 57.917 ms
2 * * *