Proxmox host lost internet connection

creaky

Member
Oct 16, 2018
19
0
6
53
I had to change my router over the last weekend which meant IP address change for my proxmox machine.

This is the network setup from the PVE node

network.PNG

This is the interfaces output from
Code:
root@enterprise:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT 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 enp0s31f6 inet manual

auto vmbr0
iface vmbr0 inet static
        address  192.168.1.200
        netmask  255.255.255.0
        gateway  192.168.1.1
        bridge-ports enp0s31f6
        bridge-stp off
        bridge-fd 0

If I try to png anything from the host I get an error
Code:
root@enterprise:~# ping bbc.co.uk
ping: bbc.co.uk: Temporary failure in name resolution

I have 2 VM's and 2 containers setup, both the VM's can access the Internet but both the containers cant. The VM's and containers can talk to each other fine.

Is there somewhere else I need to update the network settings, the old router gave IP address of 192.168.86.xx and the new is 192.168.1.xx. The server and guests all have static IP's
 
Hi,
are host and container firewall disabled, do you have some old firewall rules?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!