proxmox with 2 NICs - LAN and DMZ

boblin

Renowned Member
May 24, 2010
9
0
66
Hi all,
I have network with WAN, LOC and DMZ zones. I have proxmox server with 2 NIC: eth0 - LOC, eh1 - dmz.

Code:
auto vmbr0
iface vmbr0 inet static
        address 172.22.1.8
        netmask 255.255.255.0
        gateway 172.22.1.1
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

auto vmbr1
iface vmbr1 inet static
        address 172.22.3.2
        netmask 255.255.255.0
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0


I want to have multiple openvz guests, some in LOC other in DMZ zone.

How can I create container which will see DMZ zone (vmbr1) only?
 
I don't understand the problem. You only need to select in the network selection bridged mode and select the vmbr1 bridge. All other things are handled by the router or firewall.
 
There was a problem!
Must -
vmbr0> DMZ
vmbr1> Lan
It's easier.
By default, openvz connect to vmbr0. If vmbr1 used only for management, it can be configured as eth1.
 
More servers will be in LAN (vmbr0). Is it safe to use venet0 by default (LAN guests) and bridge vmbr1 only for DMZ guests?
 

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!