Quantcast
Channel: VMware Communities : Discussion List - Backup & Recovery
Viewing all articles
Browse latest Browse all 1844

vcsa iptables

$
0
0

I am new to iptables.

I want to open all ports of vcsa (everything ) for few servers. And close any traffic from any other server (only for incoming traffic )

is there any problem with these rules.

iptables -A INPUT -s 192.168.1.12/24 -p all -j ACCEPT  # this will open everything from .12

iptables -A INPUT -s 192.168.1.13/24 -p all -j ACCEPT

<few more servers......>

iptables -A INPUT -j DROP # drop everything

any suggestion.


Viewing all articles
Browse latest Browse all 1844

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>