From Hentschel
Jump to: navigation, search

HM server networking

228 bytes added, 22:51, 27 March 2017
/* Setting up VPN via SSHD */
Second, the gateway (default router) on network B needs to be modified to redirect traffic destined for host hentschel via eth0 on host zm.home. We don't redirect all internet traffic via the tunnel, just what is destined for the hentschel host. On the Asus router, that looks like this:
[[File:asus-static-route.png|600px|thumb|left|Under ''LAN''->''Route'']]<br clear=both>
* the above seems flakey, sometimes the back route is incomplete. Ensuring that this works requires a route entry for each server on the home network (ugh), in the form of:
<pre>route add -net 10.0.0.0/24 gw 192.168.1.100</pre>
To actually create the tunnel, here is what needs to happen: