Index: tools/iris/genesis.conf
===================================================================
--- tools/iris/genesis.conf	(revision 7035)
+++ tools/iris/genesis.conf	(revision 7036)
@@ -9,5 +9,5 @@
 
 #author credits
-$author="feb 2003 jasper\@WirelessLeiden.NL \| maart 2005 rick\@WirelessLeiden.NL";
+$author="feb 2003 jasper\@WirelessLeiden.NL \| maart 2005/jul 2009 rick\@WirelessLeiden.NL";
 
 #filelist
@@ -16,5 +16,5 @@
 $filelist[1]="rc.node.local";
 $filelist[2]="resolv.conf";
-$filelist[3]="named.conf";
+#$filelist[3]="named.conf";
 $filelist[4]="txtconfig";
 $filelist[5]="authorized_keys";
@@ -35,5 +35,5 @@
 
 chomp($hostname);
-$cgi_dir="http://$hostname/freebsd/7.0";
+$cgi_dir="http://$hostname/freebsd/iris";
 $source="$cgi_dir/g_list.pl";
 
@@ -41,5 +41,5 @@
 $home="/usr/local/www/wlconfig.wirelessleiden.nl";
 $ndir="$home/nodes";
-$toolfile="$home/freebsd/7.0/wleiden.pl";
+$toolfile="$home/freebsd/iris/wleiden.pl";
 
 
Index: tools/iris/wleiden.pl
===================================================================
--- tools/iris/wleiden.pl	(revision 7035)
+++ tools/iris/wleiden.pl	(revision 7036)
@@ -210,5 +210,13 @@
         $output .= " $CARD_OPTION{$interface}";
         if( $TYPE{$if} =~ /wireless/i ) {
-          $output .= " ssid $ESSID{$interface} media DS/11Mbps";
+          $output .= " ssid $ESSID{$interface}";
+          if ( $SUBTYPE{$if} =~ /802.11a/i ) {
+            $output .= " mode 11a";
+          } elsif ( $SUBTYPE{$if} =~ /802.11g/i ) {
+            $output .= " mode 11g";
+          } else {
+            # Default output
+            $output .= " mode 11b";
+          }
 
           if( $MODE{$if}=~/master/i ) {
@@ -232,4 +240,12 @@
   $output .= 
   "search wleiden.net.\n" .
+  "nameserver 172.17.8.68    # proxy1\n" .
+  "nameserver 172.17.143.4   # proxy2\n" .
+  "nameserver 172.20.128.98  # proxy3\n" .
+  "nameserver 172.16.2.254   # proxy4\n" .
+  "nameserver 172.19.168.66  # proxy5\n" .
+  "\n" .
+  "# \n" .
+  "# Legacy nameservers\n" .
   "nameserver 127.0.0.1\n" .
   "\n";
