Recent content by foxt

  1. F

    Proxmox VE 8.0 (beta) released!

    Could we get this noted on the wiki pages? Since there's no stable for Bookworm, and there is a pretty big disclaimer on https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm, it seems appropriate to mention (or change the commands to pvetest)
  2. F

    After reboot, bridging stops working

    I didn't find anything there, but just incase I've missed anything I've put the entire listing here https://pastebin.com/raw/7pD5M7wU me@Cana ~> sudo cat /etc/networks^C me@Cana ~> sudo cat /etc/network/interfaces [sudo] password for me: # network interface settings; autogenerated # Please do...
  3. F

    After reboot, bridging stops working

    I don't have network manager installed. No clue if something else is doing it, is there any way to check?
  4. F

    After reboot, bridging stops working

    I removed the Docker network, leaving ip a as the following 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever...
  5. F

    After reboot, bridging stops working

    Sorry for the late response but, default via 192.168.1.1 dev enp0s31f6 src 192.168.1.247 metric 202 default via 192.168.1.1 dev vmbr0 proto dhcp src 192.168.1.80 metric 35428 169.254.0.0/16 dev docker0 scope link src 169.254.83.180 metric 205 169.254.0.0/16 dev veth065ee09 scope link src...
  6. F

    After reboot, bridging stops working

    Yes. I can ping devices on the local network from the PVE node including the gateway, and local devices on the network can access it (such as http interface), however it cannot be accessed from the internet and it cannot access the internet. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue...
  7. F

    After reboot, bridging stops working

    Ah, yes my mistake. I got the two mixed up. I did actually mean to make a bridge, not a bond That could of been the default in the ethernet port configuration, so I just left it there. Can't remember though, not that well versed in CIDR. Patching the /etc/network/interfaces as follows still...
  8. F

    After reboot, bridging stops working

    Hi Aaron, thanks for your reply. Here are the two files me@Cana ~> 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 parts of the network configuration manually, #...
  9. F

    After reboot, bridging stops working

    Hi all, I recently installed Proxmox on my server, however when I use a Linux bridge to allow VMs to connect to the internet, the host machine does not get any internet. Inbound connections can be made (ssh, http console, etc), however outbound (ping, dns, etc) fail. PING 1.1.1.1 (1.1.1.1)...
  10. F

    Containers not starting

    Recently installed Proxmox, and I'm trying to create a container, but I'm getting this error. thelmgn@Cana:~$ sudo cat /tmp/lxc-100.log lxc-start 100 20200831215524.275 INFO confile - confile.c:set_config_idmaps:2055 - Read uid map: type u nsid 0 hostid 100000 range 65536 lxc-start 100...