Search results

  1. K

    LXC container networking is unusably slow and unstable

    Starting today, any new LXC containers I make have terrible network performance. Any downloads I make start out full speed, and then over the next 30 seconds they peter out to nothing and eventually time out. Example download on the PVE host: root@nuc13:~# wget...
  2. K

    DELETEME

    There doesn't seem to be a delete option for threads
  3. K

    How do I access the template I created?

    This is all there is: root@nuc13:/var/lib/vz# tree . ├── dump ├── images └── template ├── cache │ ├── debian-12-standard_12.2-1_amd64.tar.zst │ └── ubuntu-22.04-standard_22.04-1_amd64.tar.zst └── iso 6 directories, 2 files
  4. K

    How do I access the template I created?

    I've set up an Ansible script to build a very basic Debian 12 container. Unfortunately, apt dist-upgrade hangs for 10 minutes the first time it's run, so I want to create a template from the point where that command finally finishes (I need to apt dist-upgrade because the base image...
  5. K

    Proxmox web interface doesn't work on many systems

    I'm running Virtual Environment 5.1-42. I am connecting over a LAN. So far I've tested: Windows 10, Firefox: Fail Windows 10, Edge: Success Windows 10, Chrome: Success Ubuntu 16.04, Firefox: Fail Ubuntu 16.04, Chrome: Success Ubuntu 16.04, Chromium: Success Mac High Sierra, Safari: Success...
  6. K

    Proxmox web interface doesn't work on many systems

    If I try to access my proxmox web interface from chrome on a chromebook, none of the buttons or screen widgets work (it's basically like a static page). Same goes for accessing it from Firefox. I've also noticed that sometimes when accessing it via a browser that does work, most actions bring...
  7. K

    Proxmox destroyed my eno1 interface. Help!

    Hmm... that's strange. There's an extra bridge vmbr20 that Proxmox doesn't see: # ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP>...
  8. K

    Proxmox destroyed my eno1 interface. Help!

    OK, uninstalled that. Now I have: # cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.8.9 root@linux:# 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...
  9. K

    Proxmox destroyed my eno1 interface. Help!

    Oh wait no, it doesn't work. This is so weird... the network config is all messed up now... From outside: $ nslookup linux Server: 192.168.178.1 Address: 192.168.178.1#53 Name: linux.fritz.box Address: 192.168.178.20 Name: linux.fritz.box Address: 192.168.178.10 Name...
  10. K

    Proxmox destroyed my eno1 interface. Help!

    Alright, I just removed the symlink resolv.conf and manually created it with nameservers 8.8.8.8 and 8.8.8.9. Hopefully this is the end of the troubles, but I'm a bit worried now that changing anything in proxmox is going to destroy my network again :/
  11. K

    Proxmox destroyed my eno1 interface. Help!

    OK, adding an entry like that got me back online, but DNS is broken. For some reason, /etc/resolv.conf is now a bad symlink: root@linux:/etc# ls -l resolv.conf lrwxrwxrwx 1 root root 35 Jan 16 13:43 resolv.conf -> /var/run/NetworkManager/resolv.conf root@linux:/etc# ls /var/run/NetworkManager/...
  12. K

    Proxmox destroyed my eno1 interface. Help!

    I tried to create a bridge under the proxmox web interface, and when I rebooted, I had no internet access. When I took a look at /etc/network/interfaces, the entry for eno1 was gone. Now I'm not up to speed on how to configure networking, so I've been scouring the net trying to figure out how...
  13. K

    Web interface connection reset

    I followed the instructions here to install proxmox on a fresh Debian stretch installation: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch When I get to the part "Connect to the Proxmox VE web interface", I can't connect to the web interface (ERR_EMPTY_RESPONSE). I've tried...