Hey everyone,
I've recently purchased a dedicated machine from US Dedicated. I've been given the IP block 66.23.201.176/29. This allows me to use 66.23.201.178 - 182, and the gateway is 66.23.201.177.
What I'm having issues understanding is, how to properly configure these network interfaces. I'm used to how OVH handles their IP addressing, and I've never seen this before.
Here's what I see in the Networking tab in Proxmox VE:
And here is what is in /etc/network/interfaces by default:
I can't seem to figure out how to get VMs/containers working with Internet access, and if I make *any* changes, the network config breaks and I can no longer contact the server. Can anyone give me some pointers as to how to get this up and running? I've never seen networking like this before, and I don't even know what to look up to get started. Thanks so much.
I've recently purchased a dedicated machine from US Dedicated. I've been given the IP block 66.23.201.176/29. This allows me to use 66.23.201.178 - 182, and the gateway is 66.23.201.177.
What I'm having issues understanding is, how to properly configure these network interfaces. I'm used to how OVH handles their IP addressing, and I've never seen this before.
Here's what I see in the Networking tab in Proxmox VE:
And here is what is in /etc/network/interfaces by default:
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!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface primary inet static
address 66.23.201.178/29
gateway 66.23.201.177
dns-nameservers 8.8.8.8
dns-search tradingmaniacs.com
# dns-* options are implemented by the resolvconf package, if installed
# Added by SynergyCP
auto primary:1
iface primary:1 inet static
address 66.23.201.179/29
auto primary:2
iface primary:2 inet static
address 66.23.201.180/29
auto primary:3
iface primary:3 inet static
address 66.23.201.181/29
auto primary:4
iface primary:4 inet static
address 66.23.201.182/29
iface enp1s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 66.23.201.176/29
bridge-ports none
bridge-stp off
bridge-fd 0
I can't seem to figure out how to get VMs/containers working with Internet access, and if I make *any* changes, the network config breaks and I can no longer contact the server. Can anyone give me some pointers as to how to get this up and running? I've never seen networking like this before, and I don't even know what to look up to get started. Thanks so much.
Last edited: