Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

VEs and HNs in same subnets

10 bytes added, 03:53, 26 January 2010
Enable bridging through the host firewall
11. Add FORWARD ACCEPT statements to the host iptables and ip6tables for each VE IPv4 and IPv6 address. You do NOT need to enable any special network forwarding via sysctl.
host iptables:
-A FORWARD -s xxx.xxx.xxx.xxx -j ACCEPT
-A FORWARD -d xxx.xxx.xxx.xxx -j ACCEPT
host ip6tables:
-A FORWARD -s xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx -j ACCEPT
-A FORWARD -d xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx -j ACCEPT
Anonymous user