https://bugs.contribs.org/show_bug.cgi?id=10739

--- Comment #12 from Jean-Philippe Pialasse <te...@pialasse.com> ---
(In reply to Jean-Philippe Pialasse from comment #11)

> TODO
> - improve masq template to handle reload

need something in adjust section
I would seek if there is a geoip entry in INPUT chain
and if not add before InboundICMP
and if yes replace
iptables -L INPUT -v -n --line-n
# insert a rule at line 5
iptables -I INPUT 5 -p tcp -m state --state NEW -m tcp --dport 4000 -j ACCEPT

replace:
iptables -R INPUT 1 -p tcp -s 192.168.0.0/24 --dport 80 -j ACCEPT



> - full documentation on how to install and configure (mab974 could you
> update the wiki or at least comment there)

> - check on how to get module to add to weak-update on install of kmod

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to