| RoutingNodes |
UserPreferences |
| Ames Community Network | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents | moin.sf.net |
Waldo has set up an
OpenVPN server at dusty.dorkzilla.org (can i get an amescommunity.net subdomain or something?)
contact Waldo via the acn-discuss
mailing list to get an ssl cert.
this functionality will, obviously, require a router at your node that can run OpenVPN. This limits us for now to
OpenWRT-capable commodity routers and "real" computers.
client dev tun proto udp remote dusty.dorkzilla.org 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert acn-test.crt key acn-test.key comp-lzo verb 3
In an experiment conducted by JonathanKollasch this didn't work as well as expected. He used gif(4) to tunnel IPv4 between two NetBSD routers connected only via IPv6. The IPv4 routes only propagated in one direction. Suffice it to say this won't work. I've yet to try another implementation such as Quagga, Zebra or XORP.
In another attempt at the same setup it worked fine. This greatly surprised JonathanKollasch. He is unsure if he did anything differently. This unreliability does not bode well for routed(8).
Routed(8) over an OpenVPN tunnel has not worked so far.
The next experiment will likely involve an OpenVPN tunnel rather than a gif(4) tunnel.