MassMesh / meta-imagebuilder

10 stars 4 forks source link

Test performance of vpn proxy as a gateway #102

Open stephen304 opened 3 years ago

stephen304 commented 3 years ago

Another potential avenue for gatewaying is to use an in-mesh gateway as a proxy for a vpn connection itself (instead of terminating the vpn connection on the gateway and doing NAT). This would be pretty separate from autoygg and would likely be implemented as a separate "internet gateway" config page that would be essentially wireguard/openvpn gui.

iptables -t DNAT -p udp -m udp --dport 1194 --to-destination 2001-2008 --random