[Bug 88] New: invaild arguement in port forwarding in iptables

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Mon, 28 Apr 2003 06:10:36 +0200


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=88

           Summary: invaild arguement in port forwarding in iptables
           Product: iptables userspace
           Version: 1.2.7a
          Platform: i386
               URL: http://www.unimike.net
        OS/Version: other
            Status: NEW
          Severity: major
          Priority: P2
         Component: iptables
        AssignedTo: laforge@netfilter.org
        ReportedBy: unimike@unimike.net
                CC: netfilter-buglog@lists.netfilter.org


I am trying to set up couple of port forwarding from private network to public
internet IP but it returned as:

 iptables -t nat -A PREROUTING -p tcp -i eth0 -d 66.116.68.26 --dport 5800 -j
DNAT --to 10.0.0.2:5800
iptables: Invalid argument


Then I looked up in google and it appears it is correct command, and I have all
necessary modules loaded and kernel support as well.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.