Penguin
Diff: WanDaemonHeadHowto
EditPageHistoryDiffInfoLikePages

Differences between version 3 and predecessor to the previous major change of WanDaemonHeadHowto.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, January 7, 2003 9:34:10 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Friday, December 6, 2002 1:55:34 pm by DanielLawson Revert
@@ -1,5 +1,4 @@
-  
 This describes how to set up the "HEAD" branch of the Etud/wand code. This code may break at any time, so be warned. 
  
 Follow the instructions in MetaNet on getting an IP range. Use the following instructions for compiling and setting up Etud and wand, and use the instructions in MetaNet related to zebra and ospfd, and DNS and other issues. 
  
@@ -28,8 +27,9 @@
  daemonise true 
  module "/usr/local/lib/wand/drivers/tuntap.so" 
  macaddr "00:01:02:03:04:05" 
  udpport 22222 
+ mtu 1280  
  
 the macaddr is IMPORTANT. Make sure you pick one that you know wont conflict with anything else *on the metanet*. We typically use the MAC of an ethernet card on the machine we run Etud on - eg, eth0. udpport is probably not needed any more, but keep it there. The only other driver you can use is 'ethertap.so' instead of 'tuntap.so' but I recommend using tuntap.so. 
  
  /usr/local/etc/wand.conf 
@@ -67,8 +67,13 @@
  
 Alternatively, you can ignore the init scripts and run Etud/wand simply, assuming you have good config files as mentioned earlier, by doing: 
  
  /usr/local/sbin/Etud 
- ifconfig wan0 <192.168 ip address> netmask 255.255..0 broadcast 192.168.255.255 mtu 1280  
+ ifconfig wan0 <192.168 ip address> netmask 255.255..0 broadcast 192.168.255.255 
  /usr/local/sbin/wand 
  
-NOTE: the mtu is IMPORTANT if you want zebra/ospfd to work. 
+NOTE: the mtu is IMPORTANT if you want zebra/ospfd to work. All OSPFD talkers must have the same MTU. 1280 is the MTU for ipv6, which we *are* going to play with at some point. As of 7 Dec 1:51 pm, the mtu is being set via the config file so you should check it here.  
+  
+!! Error Messages  
+ Didn't write 'GETMAC'/etc/init.d/wand: line 73: 9371 Segmentation fault start-stop-daemon --start --quiet --pidfile ${PID_FILE} --exec $DAEMON  
+  
+you tried to start wand before starting etud?