main20 Jun 2008 11:22 pm
Wifi down, new features coming
I’m sorry to those who make use of my open wifi. It will be down for a couple of days while I work on designing and testing a new network implementation. Once it’s done it should have some cool new features:
- Routable IPv4 addresses assigned using DHCP (just like a regular dynamic IP most places nowadays)
- Routable IPv6 addresses assigned using RA (a standards-based stateless autoconfiguration protocol for IPv6, well-supported)
- Using DHCP option 81 to have a DNS subdomain point to your current address (so let’s say you tell the DHCP server your name is ‘banana’, an A record will be added for banana.wifi.thejof.com pointing to your new IP)
Some features I would like to add in the future:
- DHCPv6. This would make implementing the DHCP-DNS setup as described above possible for IPv6 as well
- Dynamic firewall configuration. I’m thinking of a web portal to configure how the client IP is firewalled.
- Some privacy controls and tools. Maybe having a local tor and/or privoxy server for users to use. Depending on if I can secure it’s use, maybe a pool of IPs from which users can pick a new random address.