bugzilla-daemon at netfilter.org
2014-May-19 18:22 UTC
[Bug 944] New: Improvement of feedback of missing chain/target/match name
https://bugzilla.netfilter.org/show_bug.cgi?id=944 Summary: Improvement of feedback of missing chain/target/match name Product: iptables Version: 1.4.x Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: iptables AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: krichter722 at aol.de Estimated Hours: 0.0 Invoking <code>sudo iptables -t nat -D PREROUTING -p tcp --dport 80 -j DNAT --to-destination 192.168.178.150</code> returns <code>iptables: No chain/target/match by that name. </code>. Returning <code>iptables: No chain/target/match "<the entered name>" by that name.</code> lowers the barriers for beginners to understand arguments and their effect and it shouldn't hurt to repeat the chain/target/match. I experienced this with v1.4.21. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
Apparently Analagous Threads
- [Bug 1324] New: with kernel 4.20.11 ip6table REDIRECT, process listening on redirected port does not get a packet
- [Bug 1191] New: Empty parameters generate errors on iptables-restore, even when saved by iptables-save
- [Bug 1478] New: Concatenations with ct status do not match
- [Bug 1076] New: trace target docs could be better
- [Bug 633] New: No chain/target/match by that name