Public bug reported: Binary package hint: iptables
When I do man iptables, I can read : " geoip Match a packet by its source or destination country. [!] --src-cc, --source-country country[,country,country,...] Match packet coming from (one of) the specified country(ies) [!] --dst-cc, --destination-country country[,country,country,...] Match packet going to (one of) the specified country(ies) " When I try to enable it (after installing geoip database thanks to csv2bin), I obtain : iptables -A INPUT --source-country A1 --log-prefix Proxy -j LOG iptables v1.3.3: Unknown arg `--source-country' Maybe did someone forget to compile with this patch ? (or is the man page to recent ?). ** Affects: iptables (Ubuntu) Importance: Undecided Status: Unconfirmed -- man page talks about GeoIP country filtering... but the patch isn't installed https://launchpad.net/bugs/94151 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs