Hey all. I'm doing a semi-educational exercise for myself, kind of as a proof of concept. I understand how to do what I'm trying to do in an overly elaborate 2 router setup, and I'm trying to condense ...
First, you need to enable routing (as root):<pre class="ip-ubbcode-code-pre">echo "1" > /proc/sys/net/ip_forward</pre>There should be some setting in a configuration ...