Search found 2 matches

by prixone
23 Nov 2016, 02:36
Forum: General Discussion (csf)
Topic: [SOLVED] How to stop CSF from removing my custom rules?
Replies: 1
Views: 2851

Re: How to stop CSF from removing my custom rules?

OK, took awhile to verify this while waiting for an update to happen, but yes, this fixed the issue and rules are now properly being placed back in after an update.
by prixone
04 Nov 2016, 03:21
Forum: General Discussion (csf)
Topic: [SOLVED] How to stop CSF from removing my custom rules?
Replies: 1
Views: 2851

[SOLVED] How to stop CSF from removing my custom rules?

I have the following rules: # vpn ip to specific server ip iptables -t nat -A POSTROUTING -s 10.8.0.5/32 -j SNAT --to-source XXX.XXX.XXX.2 iptables -t nat -A POSTROUTING -s 10.8.0.9/32 -j SNAT --to-source XXX.XXX.XXX.3 iptables -t nat -A POSTROUTING -s 10.8.0.13/32 -j SNAT --to-source XXX.XXX.XXX.4 ...