Allow multiple wan interfaces (fixed)
Status: Beta
Brought to you by:
krazydime
here posted original of this patch: http://sourceforge.net/tracker/index.php?func=detail&aid=1824939&group_id=52728&atid=467823
fixed FORWARD chain rules
linuxigd-20071024_ArcosCom.patch
Logged In: YES
user_id=2026578
Originator: NO
I get this warning.
root@server:~/upnpd/linuxigd-cvs# upnpd -W eth1 eth2 -L eth0
Unknown config line: insert_forward_rules = yes
Logged In: YES
user_id=2026578
Originator: NO
This is my syslog
Apr 7 14:19:47 server upnpd[14556]: AddPortMap: DevUDN: uuid:75802409-bccb-40e7-8e6c-fa095ecc ServiceID: urn:upnp-org:serviceId:WANIPConn1 RemoteHost: (null) Prot: TCP ExtPort: 6099 Int: 192.168.1.129.4670
Apr 7 14:19:47 server upnpd[14556]: DeletePortMap: Proto:TCP Port:6099
It seems that it deletes the port map right after its created. Is this normal?
Logged In: YES
user_id=1494274
Originator: YES
Use create_forward_rules enstead of insert_forward_rules
It is good idea to talk about this bug with original developer of this patch:
http://sourceforge.net/tracker/index.php?func=detail&aid=1824939&group_id=52728&atid=467823
Logged In: YES
user_id=1857856
Originator: NO
Thanks!!
I corrected this in my patch when linux-igd changed the option some months ago and forgot to update here.
Sorry for the inconvenience.
Works fine the patch after this bug-fix?
Logged In: YES
user_id=1494274
Originator: YES
> Works fine the patch after this bug-fix?
Yes, I have no problems
Logged In: YES
user_id=1857856
Originator: NO
Updated the patch cleaning the fprintf warning.