hello,
i want to ask to configure my iptables.
as i can see, iptables on guest OS is as follow:
is there any way to hide it?the first commit and up i mean..this part:
and if i want to configure iptables on specific guest so it have its own iptables rules,how?
i want to ask to configure my iptables.
as i can see, iptables on guest OS is as follow:
Code:
# Generated by iptables-save v1.4.7 on Tue Dec 31 11:32:43 2013*mangle
:PREROUTING ACCEPT [10544055:761387600]
:INPUT ACCEPT [10544055:761387600]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [26007407:1974904695]
:POSTROUTING ACCEPT [26007407:1974904695]
COMMIT
# Completed on Tue Dec 31 11:32:43 2013
# Generated by iptables-save v1.4.7 on Tue Dec 31 11:32:43 2013
*filter
:INPUT ACCEPT [151:8906]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [139:8666]
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
COMMIT
# Completed on Tue Dec 31 11:32:43 2013
is there any way to hide it?the first commit and up i mean..this part:
Code:
# Generated by iptables-save v1.4.7 on Tue Dec 31 11:32:43 2013*mangle
:PREROUTING ACCEPT [10544055:761387600]
:INPUT ACCEPT [10544055:761387600]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [26007407:1974904695]
:POSTROUTING ACCEPT [26007407:1974904695]
COMMIT
and if i want to configure iptables on specific guest so it have its own iptables rules,how?