diff options
author | François Kooman <fkooman@tuxed.net> | 2016-06-01 08:54:07 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2016-06-01 08:54:07 +0200 |
commit | 13feb3f7680723e9ab9c3a889eeeb5f25cc97490 (patch) | |
tree | 2320ba9982640181fd640fbc0e713ddde84342dd /posts/wireless_router_vpn.md | |
download | www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.zip www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.tar.gz www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.tar.xz |
initial commit
Diffstat (limited to 'posts/wireless_router_vpn.md')
-rw-r--r-- | posts/wireless_router_vpn.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/posts/wireless_router_vpn.md b/posts/wireless_router_vpn.md new file mode 100644 index 0000000..4beafad --- /dev/null +++ b/posts/wireless_router_vpn.md @@ -0,0 +1,38 @@ +--- +title: Wireless Routers and VPNs +published: 2015-07-30 +--- + +I've been playing around with [OpenWrt](https://openwrt.org) and +[Freifunk](http://freifunk.net/). There are special OpenWrt images +for Freifunk. They are slightly modified vanilla OpenWrt +images. They include for instance [OpenVPN](https://openvpn.net/). +The interesting approach here is that all traffic from the access point will be +routed over the VPN, thus eliminating the liability for the provider of the +access point: the traffic of the users on the Freifunk access point cannot +(easily) be linked back to the ISP of the user. Especially in Germany this is +[important](http://www.zdnet.com/article/file-sharing-in-germany-could-the-cost-of-getting-caught-be-about-to-come-down/) +if you want to share your Internet connection. + +The Freifunk images also support mesh networking, so it becomes possible to +connect to Freifunk if your own router can connect to another Freifunk access +point and relay the traffic. This way it is possible to make a mesh, and only +one of the access points in the mesh needs to have an actual Internet +connection that then can be shared. Brilliant! + +I used the +[TP-Link TL-WR703N](http://wiki.openwrt.org/toh/tp-link/tl-wr703n) +for Freifunk. It is not "officially" supported, but it was very easy to +generate an image for it. It is a bit tricky to get working as there is only +one ethernet port on the WR703N which is configured by default as the LAN +port. It should be configured as the WAN port, perhaps I can modify the +profile of the Freifunk firmware a bit to make it act as the WAN port by +default. + +### eduroam + +This could also have a wider application, for example for [eduroam](https://eduroam.org). +Together with [eduVPN](https://wiki.surfnet.nl/display/eduvpn/eduVPN) it makes for a compelling use case to use +for instance the WR703N, available for less than $25 to promote eduroam +everywhere from your home to libraries and cafes around the city. Minimal +investment, great benefit for students and researchers! |