# To change the interfaces used edit: # /etc/sysconfig/upnpd # # The full path and name of the ipnat executable, # (enclosed in quotes). # ipnat_location = "/sbin/ipnat" # # Daemon debug level. Messages are logged via syslog to debug. # 0 - no debug messages # 1 - log errors # 2 - log errors and basic info # 3 - log errors and verbose info # default = 0 debug_mode = 2 # # 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 default duration of port mappings, used when the client # doesn't specify a duration. # Can have the following values: # 0 - no default duration specified # seconds | HH:MM - duration from the time of addition # @seconds | @HH:MM - expire mapping at the specified time of day # default = 0 duration = 86400 # One day # 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 = %%PREFIX%%/etc/linuxigd # WARNING! The make install does put the xml files # in %%PREFIX%%/etc/linuxigd, if you change this variable # you have to make sure the xml docs are in the # right place xml_document_path = %%PREFIX%%/etc/linuxigd