[SOLVED] Network config

spearox

Renowned Member
Jun 6, 2013
97
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