Hello,
I have one interface named enp2s5.
I need 1 IP address where the server reachable "74.91.17.138".
The VM's and CT in the 74.91.17.138/29 network.
How I can to setup the config for that?
I tried more One a way but not worked with me.
Someone can help please?
I have one interface named enp2s5.
I need 1 IP address where the server reachable "74.91.17.138".
The VM's and CT in the 74.91.17.138/29 network.
Code:
auto lo
iface lo inet loopback
iface enp2s5 inet manual
auto vmbr0
iface vmbr0 inet static
address 74.91.17.138
netmask 255.255.255.248
gateway 74.91.17.137
bridge-ports enp2s5
bridge-stp off
bridge-fd 0
How I can to setup the config for that?
I tried more One a way but not worked with me.
Someone can help please?