I located my own Hardware in a Data Center. Then I tried to setup bridged network for multiple VMs.
The environment specified multiple IP addresses.
First available IP address for my server is: xx.xxx.xx.194
IP Range is: xx.xxx.xx.194 - xx.xxx.xx.20x
Gateway is: xx.xxx.xx.193
Netmask: 255.255.255.240
PROXMOX Version: 5.0-23/af...
Now I planned to assign xx.xxx.xx.194 to proxmox and all the others to the planned VMs.
I configured everything through proxmox GUI. But on guest VM (Ubuntu 16.04) I can't reach any outside host and even not proxmox host.
Below is my setup in proxmox.
I hope there is an easy solution to fix my setup.
The environment specified multiple IP addresses.
First available IP address for my server is: xx.xxx.xx.194
IP Range is: xx.xxx.xx.194 - xx.xxx.xx.20x
Gateway is: xx.xxx.xx.193
Netmask: 255.255.255.240
PROXMOX Version: 5.0-23/af...
Now I planned to assign xx.xxx.xx.194 to proxmox and all the others to the planned VMs.
I configured everything through proxmox GUI. But on guest VM (Ubuntu 16.04) I can't reach any outside host and even not proxmox host.
Below is my setup in proxmox.
I hope there is an easy solution to fix my setup.
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address xx.xxx.xx.194
netmask 255.255.255.240
gateway xx.xxx.xx.193
#Public Uplink
auto vmbr195
iface vmbr195 inet static
address xx.xxx.xx.195
netmask 255.255.255.240
bridge_ports eno1
bridge_stp off
bridge_fd 0
auto vmbr196
iface vmbr196 inet static
address xx.xxx.xx.196
netmask 255.255.255.240
bridge_ports none
bridge_stp off
bridge_fd 0