<div dir="ltr">Ah - those directives on the last page were something I added last minute when I was trying to think of other stuff that I probably should talk about.<div><br></div><div>After reading your question, I realized that I copied-and-pasted them from my docker-scripts "settings.sh" file (I use containers for nearly everything, including the WireGuard servers I use for remote access to networks). In retrospect, that was probably the day I accidentally made decaf by mistake too ;-)</div><div><br></div><div>So, let me fix that here:</div><div><br></div><div>To make WireGuard more chatty, you just have to add the following in your [Interface] section in wg0.conf:</div><div>PersistentKeepalive = 25  </div><div><br></div><div>The masquerading is the same, but to enable client isolation, you can add the following to your PostUp= line in your [Interface] section:</div><div>; iptables -I FORWARD -i wg0 -o wg0 -j REJECT --reject-with icmp-adm-prohibited<br></div><div><br></div><div></div><div>Everything else is good. </div><div>Sorry about that!</div><div>Cheers,</div><div>Jason.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 2, 2021 at 5:42 PM <a href="mailto:bob%2Bkwlug@softscape.ca">bob+kwlug@softscape.ca</a> <<a href="mailto:bob%2Bkwlug@softscape.ca">bob+kwlug@softscape.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Jason (or anybody),<br>
<br>
I probably zoned out for a bit during your talk, but did you explain how the assignments on the "One more thing..." page worked and where they went in the conf file?<br>
<br>
I can't seem to find any documentation for that syntax.<br>
<br>
Thanks,<br>
(the other)Bob.<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>