Search results

  1. V

    Can't connect to MC server running in a VM in Proxmox - probably port-forwarding issue

    Maybe your ISP put you behind NAT? That would explain why you can't connect from outside, while being able to do so from LAN
  2. V

    No GUI access but SSH access works - another issue

    Can you login as root (pam) via Web UI? Also can you try using ssh port forwarding tunnel to open Web UI? You would need to open ssh session something like this (I don't know how to do that in PuTTY, sorry) ssh -L 8006:localhost:8006 root@<your host here> Then you should be able to open...
  3. V

    Issue with bluetooth driver (disable?)

    No, you should separate id string It should be SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="c821", ATTR{authorized}="0"
  4. V

    Hardware for a build

    What RAM is that? Do you plan buying new or used hardware?
  5. V

    VM/container console, colons/semicolons, and Firefox variants?

    I think that might be a bug with xterm.js. I suggest filling out a bug report on the xterm.js GitHub page (or searching for it, I did find some related to firefox and ligatures, but IDK); maybe someone there can help figure it out.
  6. V

    Am I config PVE graphics passthrough correctly?

    Welp, maybe you can find success with this answer from askubuntu 1. check which driver is in use with lspci -knn 2. create and open file for blacklist rule e.g. nano /etc/modprobe.d/disable-gpu.conf 3. enter blacklist <your driver> After a reboot driver should not be loaded anymore
  7. V

    VM display to HDMI

    No, the one at Datacenter > Resource Mappings > PCI devices > ("Create PCI mapping" window that opens after clicking Add button)
  8. V

    Issue with bluetooth driver (disable?)

    Yes, your steps are pretty much correct: open PVE terminal, either via ssh or opening webgui on 8006 and then going to Node > Shell use lsusb and write down device address add rule file in /etc/udev/rules.d/ it should contain something like SUBSYSTEM=="usb", ATTRS{idVendor}=="xxxx"...
  9. V

    Issue with question marks on all storages (and Looking for some reassurances)

    Maybe your storage is starting to fail? Can you check Node > Disks? What is your storage configuration?
  10. V

    VM display to HDMI

    I think iGPU acts just like usual PCI device, can you show Resource Mappings tab?
  11. V

    VM/container console, colons/semicolons, and Firefox variants?

    Can you e.g. create file and fill it with colons/semicolons, and then open console with other browser to see if this is a visual bug or key codes are different?
  12. V

    USB Audio passthrough require proxmox reboot to work.

    I think this post might be helpful: PCIe card falls off the bus after vm reboot, how can I automatically reset it
  13. V

    udp/tcp 6666,6667,7000

    Have you tried temporarily disabling firewall with pve-firewall stop? (wiki link)
  14. V

    Am I config PVE graphics passthrough correctly?

    I think you need to add pci-stub driver at boot so linux would not initialize it further for proxmox *Untested* steps: identify your GPU with lspci: lspci -nn write down [xxxx:xxxx] part open /etc/default/grub with your favorite text editor and find GRUB_CMDLINE_LINUX_DEFAULT add...
  15. V

    Museum KVM switch

    I mean, that goes outside PVE topic, but e.g. my browser Vivaldi allows using Ctrl + 0-9 key combo to switch between tabs; it's also probably possible to rebind to single button
  16. V

    create load balancing on a proxmox server

    Bond connection will only combine interfaces at the data link (layer 2) level, it will basically work like "one powerful NIC"
  17. V

    Hardware for a build

    In my non-enterprise experience - any computer would do the job, even a quite old one. Primary concern would be getting good disks for RAID-1 storage and possibly ECC RAM
  18. V

    Museum KVM switch

    My suggestion would be to find some customisable VNC client and install it on your (I suppose) thin client that runs monitors; though this case also seems more like XY problem, but if its going to work for you - would be cool to know! :)
  19. V

    Proxmox host has no internet connection, but VM's do

    Do these VMs and containers use DHCP provided IP addresses? Maybe your router doesn't route traffic for hosts that don't have valid DHCP lease?
  20. V

    Can't connect to MC server running in a VM in Proxmox - probably port-forwarding issue

    Have you tried disabling firewall with pve-firewall stop? (wiki article)

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!