# # The full path and name of the iptables executable # iptables_location = /bin/iptables # # Daemon debug mode # 0 - no debug messages # 1 - debug via syslog to debug # default = 0 debug_mode = 1 # # Should the daemon insert rules in the forward chain # This is necessary if your firewall has a drop or reject # policy in your forward chain. # allowed values: yes,no # default = no insert_forward_rules = yes # # The name of the chain to put the forward rules in. # This directive is only activ if "insert_forward_rules = yes" # above. # allowed values: a-z, A-Z, _, - # default = FORWARD # forward_chain_name = FORWARD # # The name of the chain to put prerouting rules in. # allowed values: a-z, A-Z, _, - # default = PREROUTING prerouting_chain_name = PREROUTING # # The internet line upstream bit rate reported from # the daemon. Value in bits per second # default = 0 upstream_bitrate = 512000 # # The internet line downstream bit rate reported from # the daemon. Value in bits per second # default = 0 downstream_bitrate = 512000 # The name of the igd device xml description document # default = gatedesc.xml description_document_name = gatedesc.xml # The path to the xml documents # Do not include the trailing "/" # default = /etc/linuxigd # WARNING! The make install does put the xml files # in /etc/linuxigd, if you change this variable # you have to make sure the xml docs are in the # right place xml_document_path = /etc/linuxigd