Penguin
Diff: MetaNetInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 12 and predecessor to the previous major change of MetaNetInstallation.

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

Newer page: version 12 Last edited on Sunday, November 16, 2003 7:39:03 pm by BlairHarrison Revert
Older page: version 10 Last edited on Sunday, August 31, 2003 8:52:36 am by PerryLorier Revert
@@ -74,8 +74,10 @@
  make 
  make install 
  
 If you get an ld error on make (e.g. /usr/bin/ld cannot find -lconfig) check you are running make from the top level directory and you have bison & flex installed. 
+  
+If you are running GCC 3.3, you'll get a screenful of errors. To work around these, you can comment out the usage lines and add in a #include "assert.h" to the .cc files that complain about an assert error.  
  
 After that, you will need to configure it: 
  
 !!Configure the software 
@@ -146,8 +148,10 @@
  ifup wan0 
  /usr/local/sbin/wand -i ''servername'' -l 44444 
  /usr/local/sbin/zebra -d 
  /usr/local/sbin/bgpd -d 
+  
+Take a look at RedHatMetaNetScripts for some Redhat scripts  
  
 Make sure that your FireWall allows [UDP] traffic on ports 22222 and 44444 UDP. Also make sure that traffic to/from wan0/tap is not blocked (wan0 for TUN/TAP, tap0 for ethertap [2]). 
  
 Now, you should be able to ping 192.168.66.10 after a few seconds. This is the [MetaIX] address of Hydrogen, the current !MetaNet server.