[pisa-src] r1000 - trunk/openwrt/trunk/files/etc/pisa

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 30 Sep 2009 13:38:17 +0200

Author: tjansen
Date: Wed Sep 30 13:38:17 2009
New Revision: 1000

Log:
Added morpheus to the list of service gateways.
Disabled the debug output in the standard configuration. An example how to
enable it again is provides as a comment in the config file.

Modified:
   trunk/openwrt/trunk/files/etc/pisa/pisacd.conf

Modified: trunk/openwrt/trunk/files/etc/pisa/pisacd.conf
==============================================================================
--- trunk/openwrt/trunk/files/etc/pisa/pisacd.conf      Wed Sep 30 13:28:53 
2009        (r999)
+++ trunk/openwrt/trunk/files/etc/pisa/pisacd.conf      Wed Sep 30 13:38:17 
2009        (r1000)
@@ -3,8 +3,8 @@
 port_pasrv=5011;
 make_tunnel = "yes";
 debuglevel = "all";
-#debugtypemask = 2147479487; # with PL_DATA
-debugtypemask = 2147478975; # without PL_DATA
+#debugtypemask = 16777216; # all debug output
+debugtypemask = 0; # without any debug output
 interface_wlan = "wlan0";
 preauth_request_interval = 6;
 preauth_request_max_retry = 8;
@@ -43,6 +43,16 @@
                                remote = "192.168.9.3";
                        }
                );
+       },
+       {       # morpheus itself
+               hit = "2001:10:17e5:e586:5f1b:a01b:f5c9:f825";
+               type = "legacyrouter";
+               serivces = (
+                       {
+                               local = "192.168.44.4";
+                               remote = "192.168.5.1";
+                       }
+               );
        }
 );
 

Other related posts: