After moving my physical server w/ proxmox host on it to a datacenter and an IP change, I'm not able to get any internet.
I've gone in and edited /etc/network/interfaces and replaced the new /27 block I have:
/etc/resolv.conf
A traceroute to 8.8.8.8 fails
The CIDR info I was provided:
I know NIC 1 (eno1) should be the interface to use. From the iDRAC:
From an ip a:
Any help would be greatly appreciated, as externally I can't access the web interface, or ping the .99 ip, but I can ping the gateway (.97). From the server I can't ping anything.
Thanks.
I've gone in and edited /etc/network/interfaces and replaced the new /27 block I have:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
#iface eno2 inet manual
#iface eno3 inet manual
#iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 46.246.x.99
gateway 46.246.x.97
netmask 255.255.255.224
bridge_ports eno1
bridge_stp off
bridge_fd 0
/etc/resolv.conf
Code:
nameserver 79.99.x.100
nameserver 79.99.x.101
A traceroute to 8.8.8.8 fails
The CIDR info I was provided:
Code:
CIDR: 46.246.x.96/27
Gateway IP: 46.246.x.97
Subnet Mask: 255.255.255.224
I know NIC 1 (eno1) should be the interface to use. From the iDRAC:
From an ip a:
Any help would be greatly appreciated, as externally I can't access the web interface, or ping the .99 ip, but I can ping the gateway (.97). From the server I can't ping anything.
Thanks.
Last edited: