[SOLVED] Network config

spearox

Renowned Member
Jun 6, 2013
89
2
73
Hi,

I have one interface named eno1.
I need two IP address where the server reachable.
10.10.10.16 and 172.16.30.3
The VM's in the 10.10.10.0/24 network.

How I need to set up the config for that?
I tried much way but not success. :/

Someone can help please?
 
Hi

here is a config what does this
Code:
auto vmbr0
iface vmbr0 inet static
    address  172.16.30.3
    netmask  255.255.255.0
    gateway  172.16.30.1
    bridge-ports eno1
    bridge-stp off
    bridge-fd 0
    mtu 1500

auto vmbr0
iface vmbr0 inet static
    address  10.10.10.16
    netmask  255.255.240.0
 

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!