<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://steakwiki.com/index.php?action=history&amp;feed=atom&amp;title=VPNs</id>
	<title>VPNs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://steakwiki.com/index.php?action=history&amp;feed=atom&amp;title=VPNs"/>
	<link rel="alternate" type="text/html" href="http://steakwiki.com/index.php?title=VPNs&amp;action=history"/>
	<updated>2026-05-27T11:20:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://steakwiki.com/index.php?title=VPNs&amp;diff=932&amp;oldid=prev</id>
		<title>Adminguy: Created page with &quot;VPNs. Always a task to setup, until you have a working configuration. If you setup VPNs you are bound to run into the following gotchas.  ==Recurring Things to Watch for with...&quot;</title>
		<link rel="alternate" type="text/html" href="http://steakwiki.com/index.php?title=VPNs&amp;diff=932&amp;oldid=prev"/>
		<updated>2020-12-28T06:02:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;VPNs. Always a task to setup, until you have a working configuration. If you setup VPNs you are bound to run into the following gotchas.  ==Recurring Things to Watch for with...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;VPNs. Always a task to setup, until you have a working configuration. If you setup VPNs you are bound to run into the following gotchas.&lt;br /&gt;
&lt;br /&gt;
==Recurring Things to Watch for with VPNs==&lt;br /&gt;
&lt;br /&gt;
* keys must be created on client and server. Both client and server must have some key of the others.&lt;br /&gt;
* if doing a full traffic vpn (not ptp) firewall rules must change traffic on server WAN interface, so that any packets from VPN tunnel must appear to come from server WAN iface. [exceptions below]. ptp can be easier, so you want to get that working first.&lt;br /&gt;
* ipv4 forwarding must be enabled. (some dists handle this, some do not.) for full traffic vpns.&lt;br /&gt;
* wguard: routes must be properly setup (test p2p first, then full wan forwarding after a baseline working config is established).&lt;br /&gt;
* wguard: ping to start conversation from client to server (assuming client is not wan accessible).&lt;br /&gt;
* firewall: other clients downstream of client router must have access through firewall (one of the easier and more obvious items to manage)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Exceptions with full traffic VPNs. Some configurations (e.g 2 x Openwrt and wireguard) this NAT'ing is handled for you. Others, (debian wireguard, or openvpn on any dist) you are expected to manage it with a rule similar to: iptables-legacy -t nat -A POSTROUTING -s &amp;lt;vpnsubnet&amp;gt; -o &amp;lt;vpnwaniface&amp;gt; -j SNAT --to-source &amp;lt;vpnwanip&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adminguy</name></author>
	</entry>
</feed>