| Nodes Available | Node Map | Ip Allocation | Node Concentrator |
This node is special, as in the beginning it will be hard to get links between nodes that are far away, the NodeConcetrator? is a box on a very very fast link which will act as a VPN between the boxes. This will hopefully jump-star a connected network.
Node Concentrator also stored the TLD juneau and will delegate zones as requested out of it. If you run a name server, PLEASE be a secondary DNS server and pull the records of the TLD juneau and reverse as well. Thanks!
This page will be filled more in later w/ vpn setup instructions etc.
VPN sessions will be made with openvpn, a free opensource vpn solution supporting windows/linux/bsd/solaris/mac OS X. Open VPN uses UDP port 5000 to communicate see http://openvpn.sourceforge.net for more information. I (Myron Davis) will generate a static key which I will transfer to you in order for you to setup openvpn. Also see: http://slackerbit.ch/archives/2002/12/11/securing_wifi_with_openvpn.html for more info on setup. Also see: http://openvpn.sourceforge.net/howto.html for a great howto as well.
The vpn concentrator is located at vpn.juneauwireless.net
VPN endpoint:
Current Open VPN Networks
Currently going to use the "easy" route, a shared secret file as it is fast, easy, not as secure... true but easiest to setup, encrypted just to stop the casual viewer from looking at the traffic. If you want things more secure, please run another layer of security over this layer.
I just type the following command to create a shared secret file:
openvpn --genkey --secret static.key
Here are the current (2-26-2005) ospf config file on circle
/etc/quagga/daemons
zebra=yes bgpd=no ospfd=yes ospf6d=no ripd=no ripngd=no isisd=no
/etc/quagga/zebra.conf
hostname circle interface lo description Loopback interface tun0 bandwidth 900 description to woolly interface tun4 bandwidth 900 description to sleet lowervalley node log file /var/log/quagga/zebra.log
/etc/quagga/ospfd.conf
hostname circle
interface lo
interface tun0
description to woolly
ip ospf cost 328
interface tun4
description to sleet lowervalley
ip ospf cost 328
router ospf
network 10.121.0.0/16 area 0
network 10.123.0.0/16 area 0
network 10.124.0.0/16 area 0
network 10.126.0.0/16 area 0
log file /var/log/quagga/ospfd.log