Re: iptables inside of containers on a CentOS 6 HN? [message #52223 is a reply to message #52218] |
Fri, 25 September 2015 22:53  |
curtis_isparks
Messages: 14 Registered: April 2011
|
Junior Member |
|
|
Ok, I think I was confused by this comment in the default vz.conf file:
## WARNING: IPTABLES parameter is deprecated,
## use per-container (not global!) NETFILTER instead
Looking at my the vz.conf from an older OpenVZ line, it looks like IPTABLES_MODULE is always what it was called there. The above comment refers to the CT.conf and it does appear that the following line in CT.conf does allow it iptables to work:
NETFILTER="full"
|
|
|