Ver código fonte

dhcp port open on mesh bridge

Bob Mottram 10 anos atrás
pai
commit
8aae517e12
1 arquivos alterados com 1 adições e 3 exclusões
  1. 1
    3
      src/freedombone

+ 1
- 3
src/freedombone Ver arquivo

5475
       return
5475
       return
5476
   fi
5476
   fi
5477
   # DHCP
5477
   # DHCP
5478
-  #iptables -A INPUT -i eth0 -p udp --dport 547 -j ACCEPT
5479
-  # BATMAN
5480
-  #iptables -A INPUT -i eth0 -p udp --dport 1966 -j ACCEPT
5478
+  iptables -A INPUT -i eth0 -p udp --dport 547 -j ACCEPT
5481
   save_firewall_settings
5479
   save_firewall_settings
5482
   echo 'configure_firewall_for_batman' >> $COMPLETION_FILE
5480
   echo 'configure_firewall_for_batman' >> $COMPLETION_FILE
5483
 }
5481
 }