diff -Nurb l2tpd.old/l2tp.h l2tpd/l2tp.h
--- l2tpd.old/l2tp.h	2003-11-04 12:36:43.000000000 +0000
+++ l2tpd/l2tp.h	2004-02-02 10:33:43.000000000 +0000
@@ -41,7 +41,7 @@
 #define PPPD		"/usr/sbin/l2tppppd"
 #define CALL_PPP_OPTS "defaultroute"
 #define FIRMWARE_REV	0x0690  /* Revision of our firmware (software, in this case) */
-#define DEF_MAX_TUNNELS 32      /* By default only allow this many
+#define DEF_MAX_TUNNELS 256      /* By default only allow this many
                                    tunnels to exist */
 
 #define HELLO_DELAY 60          /* How often to send a Hello message */
@@ -88,7 +88,7 @@
 #define PAYLOAD_BUF 10          /* Provide 10 expansion bytes
                                    so we can "decompress" the
                                    payloads and simplify coding */
-#define DEFAULT_MAX_RETRIES 5   /* Recommended value from spec */
+#define DEFAULT_MAX_RETRIES 30   /* Recommended value from spec */
 #define DEFAULT_RWS_SIZE   4    /* Default max outstanding 
                                    control packets in queue */
 #define DEFAULT_TX_BPS		10000000        /* For outgoing calls, report this speed */
