Setup HN private IP in VLAN / VE 101, 102, ... public IP in DMZ

G

gregs13

Guest
Hello,

I need your knowledge about proxmox ...
This is my networking setup :

Code:
# network interface settings
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

auto vmbr0
iface vmbr0 inet static
    address  Public_IP
    netmask  x.x.x.x
    gateway  x.x.x.x
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

My VE are in venet config for ex 101 :

Code:
# Auto generated venet0 interface
auto venet0
iface venet0 inet static
    address 127.0.0.1
    netmask 255.255.255.255
    broadcast 0.0.0.0
    up route add default dev venet0

auto venet0:0
iface venet0:0 inet static
    address Public_IP
    netmask 255.255.255.255
    broadcast 0.0.0.0

I'd like to change the configuration to use a private IP in a VLAN for the Host Node and public IP in DMZ to VE (101, 102, ...).

Code:
WAN -- Firewall -- Switch -- HN (private IP in VLAN)
                                           |_ VE101 (Public IP DMZ)
                                           |_ VE102 (Other Public IP DMZ)
                                           |_ etc...

Can you help me to perform this setup ?
Thank you.

Best Regards,

Greg.
 

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!