Rev | Author | # | Line |
---|---|---|---|
55 | AristotlePagaltzis | 1 | !!! Things to do ''on'' the MetaNet |
2 | |||
3 | !! Implement [DNSSEC] | ||
53 | GerwinVanDeSteeg | 4 | |
5 | We need this for secure [DNS] resolution and key distribution | ||
6 | |||
55 | AristotlePagaltzis | 7 | !! Implement [IPSec] |
8 | |||
53 | GerwinVanDeSteeg | 9 | To provide authentication and security over the MetaNet, particularly oppertunistic IPSec requires [DNSSEC] |
10 | |||
55 | AristotlePagaltzis | 11 | !! [IPv6] Support |
53 | GerwinVanDeSteeg | 12 | |
55 | AristotlePagaltzis | 13 | Configure [IPv6] to run over the MetaNet and perhaps investigate obtaining some (real!) [IPv6] addresses from somewhere. (Don't forget to support ICMPv6.) |
14 | |||
15 | !!! Things to do ''with'' the MetaNet code | ||
53 | GerwinVanDeSteeg | 16 | |
17 | * Configure/build | ||
18 | * Tidy ups: | ||
55 | AristotlePagaltzis | 19 | * Licensing/[CVS] tags in all the files |
53 | GerwinVanDeSteeg | 20 | * Initscripts |
55 | AristotlePagaltzis | 21 | * Init scripts are "complete" for debian. |
22 | * [Gentoo] ebuild/init scripts are written, but need testing | ||
23 | * RedHat ones needed. (AlastairPorter has started this) | ||
53 | GerwinVanDeSteeg | 24 | * Logging code will currently fail with an assert if an invalid log level is specified in the config file. All the config file options for logging should be sanity checked. |
25 | * autoconf(1) support | ||
26 | * Makefile should catch error conditions (eg. Bison / Flex not installed) and notify the user of the problem. | ||
56 | MattBrown | 27 | |
53 | GerwinVanDeSteeg | 28 | * crash from AlastairPorter |
55 | AristotlePagaltzis | 29 | <verbatim> |
30 | tuntap_setup () entered... | ||
31 | Interface is: wan0 | ||
32 | Error binding to control socket: Address already in use | ||
33 | Failed to create unix domain socket. | ||
34 | Aborting... | ||
35 | SIOCSIFMTU: No such device | ||
36 | Device "wan0" does not exist. | ||
37 | Cannot find device "wan0" | ||
38 | SIOCGIFFLAGS: No such device | ||
39 | control connect(): No such file or directory | ||
40 | Didn't write 'GETMAC'/etc/rc.local: line 16: 3966 Segmentation fault \ | ||
41 | /usr/local/sbin/wand -i www.meta.net.nz -l 44444 | ||
42 | </verbatim> | ||
43 | Got this after running a script to: kill Etud, wand; load Etud; bring up wan0; load wand. | ||
44 | <br> Metanet routes were down, but i didn't check to see if Etud, wand were running or not | ||
45 | <br> Running the script again worked fine | ||
46 | |||
47 | !! Ethernet-Over-UDP | ||
53 | GerwinVanDeSteeg | 48 | |
49 | * run over [IPv6] | ||
50 | |||
55 | AristotlePagaltzis | 51 | !! WANd |
53 | GerwinVanDeSteeg | 52 | |
53 | * re-design and re-write (see MetaNetDesign) | ||
54 | * Signed updates |
lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 22 times)