How to put the following rules in shorewall?

iptables -I INPUT -d 172.25.5.192/28 -j ACCEPT

iptables -I OUTPUT -d 172.25.5.192/28 -j ACCEPT

iptables -I FORWARD -d 172.25.5.192/28 -j ACCEPT



iptables -I INPUT -s 172.25.5.192/28 -j ACCEPT

iptables -I OUTPUT -s 172.25.5.192/28 -j ACCEPT

iptables -I FORWARD -s 172.25.5.192/28 -j ACCEPT



thanks
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to