Marajin n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Terminator/movie_the_terminator_machine.gif)
Joined: 03 Sep 2002 Posts: 62 Location: England
|
Posted: Wed Oct 03, 2007 12:27 am Post subject: linux-igd inexplicably errors on a config line |
|
|
linux-igd-1.0-r2 installed. As far as I know it has not been updated (it may have gone from r1 to r2, I don't know). It was functioning and configured as far as I know correctly. Now when I start it I get:
Code: |
# /etc/init.d/upnpd start
* Caching service dependencies ... [ ok ]
* Service upnpd starting
Unknown config line:prerouting_chain_name=UPNP_PREROUTING
* Service upnpd started
|
Any idea why it suddenly doesn't know what prerouting_chain_name means anymore? I can find no obvious mention of this issue anywhere else on the forum.
For reference my system has a cable modem connected via Ethernet to eth2 and a simple home network via a switch linked to eth1. I just have simple nat sharing of the connection. Normal forwarding works fine.
Contents of upnpd.conf:
Code: |
# To change the interfaces used edit:
# /etc/sysconfig/upnpd
#
# The full path and name of the iptables executable,
# (enclosed in quotes).
#
iptables_location="/sbin/iptables"
#
# 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
#
# 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=UPNP_FORWARD
#
# The name of the chain to put prerouting rules in.
# allowed values: a-z, A-Z, _, -
# default = PREROUTING
prerouting_chain_name=UPNP_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 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 = /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
|
_________________ 2.4Ghz P4 Laptop, 512Meg DDR, 40G drive, Radeon 9000, Gentoo!
1.8Ghz Athlon XP2200+ Desktop, 512Meg DDR, 60G drive, GeForceFX5600, WinXP
1.65Ghz Athlon XP2000+ Server, 512Meg DDR, Dual 120G drives, Sis onboard Graphics, Gentoo! |
|