[ask]openvz own iptables

El_makong

New Member
Sep 4, 2013
26
0
1
hello,
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?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!