search for: 1151905

Displaying 1 result from an estimated 1 matches for "1151905".

Did you mean: 115105
2016 May 23
4
/etc/sysconfig/iptables syntax
The last two router/firewall servers I had used Slackware and Gentoo. I'm used to writing complete and explicit iptables rules; however, when I set up /etc/sysconfig/iptables in CentOS 7 my usual syntax is unusable. For example, I'm used to stating postrouting masquerade as: /usr/sbin/iptables -t nat -A POSTROUTING -o eth0 -s 10.10.10.0/24 -j MASQUERADE But when I use the rule above,