[Cialug] OpenVPN postrouting
L. V. Lammert
lvl at omnitec.net
Wed Oct 30 22:16:54 UTC 2019
Running into a routing issue, .. the VPN is 10.0.3.n, and incoming traffic
routes fine to the DMZ on our 206. with the following routes:
Client:
10.0.0.0/24 via 10.0.3.1 dev tun0
206.197.251.0/24 via 10.0.3.1 dev tun0
VPN Server:
iptables -A INPUT -i $VPN -j ACCEPT
iptables -t nat -A POSTROUTING -o $VPN -j MASQUERADE
Apparently a normal nat rule DNW work with a 10. destination?
TIA!
More information about the Cialug
mailing list