Hello,
Sorry might be a silly question I'm a newbie to Proxmox, I've ordered a dedicated server and installed the latest Proxmox ISO image, the server had 1 IP already defined however I had to add the other IPs please let know if I'm wrong.
I opened the Datacenter>Node>Network> Create > Linux Bridge.
In Linux Bridge i couldn't define the gateway of Ip due it was assigned to "vmbr0"
"vmbr1 to vmbr4" has the IPs with subnet and network > interfaces verify that
Please let me know if the above is correct or not. I've created a new VM with Windows 2016 Server installed and assigned "vmbr1" as the default network and IP address but when I login I couldn't see the server taking the IP by DHCP so I tried defining it manually yet didn't work and it shows > no network access (no internet)
What have I done wrong and how to resolve it?
Sorry might be a silly question I'm a newbie to Proxmox, I've ordered a dedicated server and installed the latest Proxmox ISO image, the server had 1 IP already defined however I had to add the other IPs please let know if I'm wrong.
I opened the Datacenter>Node>Network> Create > Linux Bridge.
In Linux Bridge i couldn't define the gateway of Ip due it was assigned to "vmbr0"
"vmbr1 to vmbr4" has the IPs with subnet and network > interfaces verify that
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp5s0 inet manual
iface enp6s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.42
netmask 255.255.255.248
gateway xxx.xxx.xxx.41
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address xxx.xxx.xxx.43
netmask 255.255.255.248
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address xxx.xxx.xxx.44
netmask 255.255.255.248
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet static
address xxx.xxx.xxx.45
netmask 255.255.255.248
bridge-ports none
bridge-stp off
bridge-fd 0
auto vmbr4
iface vmbr4 inet static
address xxx.xxx.xxx.46
netmask 255.255.255.248
bridge-ports none
bridge-stp off
bridge-fd 0
Please let me know if the above is correct or not. I've created a new VM with Windows 2016 Server installed and assigned "vmbr1" as the default network and IP address but when I login I couldn't see the server taking the IP by DHCP so I tried defining it manually yet didn't work and it shows > no network access (no internet)
What have I done wrong and how to resolve it?