[pisa-src] r2935 - trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 20 Mar 2012 15:53:08 +0100

Author: richter
Date: Tue Mar 20 15:53:06 2012
New Revision: 2935

Log:
openwrt: disable dns rebind protection

This is an option to protect against dns rebind attacks. When it is enabled the
testbed routers cannot get name resolution from the dns-server on the testbed
server. This needs further exploration, but for now we need a working testbed.

Modified:
   trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp

Modified: trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp
==============================================================================
--- trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp    Tue Mar 
20 14:58:08 2012        (r2934)
+++ trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp    Tue Mar 
20 15:53:06 2012        (r2935)
@@ -3,6 +3,7 @@
         option boguspriv        1
         option filterwin2k      '0'  #enable for dial on demand
         option localise_queries 1
+        option rebind_protection 0
         option local            '/lan/'
         option domain           'lan'
         option expandhosts      1
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2935 - trunk/openwrt/router-configurations/pisa-testbed/etc/config/dhcp - Samuel Richter