Search results

  1. W

    Internet to CT via USB Wifi

    Hello, is there a way to connect a container to a WiFi network? The wireless network card is USB and works perfectly with a Kali virtual machine. The rest of the containers work well via cable, I just need one to connect to a WiFi network. Thank you.
  2. W

    Atek UPS

    Hi there, i have a server running Proxmox (Debian 11). I want to connect a ATEK Online UPS via USB, i think is a Generic UPS because i read the manual of KSTAR one (another brand) and its the same UPS... So i tried to configure it on the server using NUT or APCUPSd without any success... I...
  3. W

    help, my containers not starting

    Hi there... my containers ´s stop working, everything was working perfect until they stop responding, i restart my Dell C1100 server and the containers ´s (they are 3) wont start, on the log i can see the circle spining endless... I booted up proxmox rescue from a pendrive and all the...
  4. W

    No connection for VM after backup/restore from 6 to 7

    Can you ping any IP from internet on your VMs?
  5. W

    I deleted 1MB Grub partition

    Hi there, by error i deleted 1MB GRUB partition (oops) from my server, the server have old BIOS and not uefi one... Now if i try to boot the process stuck on a line that display "GRUB". So i put the proxmox ISO, select RESCUE, and proxmox boot without a problem with all my VM and configs...
  6. W

    My VM don't have internet

    HOST: root@servertest:~# ip route show default via 192.168.1.1 dev vmbr0 proto kernel onlink 192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.81 root@servertest:~# ip addr show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000...
  7. W

    Host and containers slow DNS but VM works fine

    alredy try that, no luck, what ip should i put on the VM/CT dns¿? 127.0.0.1 or the host IP?
  8. W

    My VM don't have internet

    This? https://forum.proxmox.com/threads/no-vm-ct-dns-resolving-on-fresh-install.101480/#post-437966 Every VM or CT that i try have no DNS resolution, i can ping and connect to IP but not to domains, i tried almost everything, changing host dns, changing vm dns, use a dns server that is in my...
  9. W

    Host and containers slow DNS but VM works fine

    how you do that? i try using a dns server that is running on my lan, but you mean running inside the VM?
  10. W

    can't access internet from any CT or VM

    did you try with ESXi, is free and can be installed on a usb drive (pendrive), if ESXi works out of the box, is a Proxmox issue. i want to use proxmox because the containers and backups but every VM or CT that i try have no DNS resolution, i can ping and connect to IP but not to domains, i...
  11. W

    can't access internet from any CT or VM

    i have similar problems, cant resolve any DNS inside CT or VM, and is not my router, firewall, internet, lan or what ever because all my server that not run proxmox dont have dns problems, even DNS on ESXi VM works without touch anything related to DNS. * I Test Proxmox 6.4 and the last ISO of...
  12. W

    Host and containers slow DNS but VM works fine

    Hello, i had the same problem, but host works fine and VM or CT are have slow or dead DNS, cant solve anyway, is not my dns server, firewall or anything like that, because ESXI 6.7 works perfect on the machine and the same network.
  13. W

    No VM/CT DNS resolving on fresh install

    Any other advice? i did a fresh install of ESXi 6.7 with a free license, make a debian 11 vm and dns/internet work without any problems,
  14. W

    No VM/CT DNS resolving on fresh install

    no luck with that... i dont know what can be, when something do a dns query 1 of 10 times works.
  15. W

    No VM/CT DNS resolving on fresh install

    How do i disable IPv6? also i tried disabling the Firewall of my ISP router/modem combo, setting DMZ to the IP of the server, nothing work... i have like 30 devices on the same network (phones, consoles, TVs, servers, nas, pc, raspberry, etc) and none of them have problems with DNS. i even...
  16. W

    No VM/CT DNS resolving on fresh install

    root@CT100:~# apt update Err:1 http://archive.ubuntu.com/ubuntu focal InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu...
  17. W

    No VM/CT DNS resolving on fresh install

    root@CT100:~# cat /etc/resolv.conf # --- BEGIN PVE --- search lan nameserver 8.8.8.8 nameserver 8.8.4.4 # --- END PVE --- I use DHCP on all machines. i dont know what "pct config CTID" is. EDIT: This? root@pve:~# pct config 100 arch: amd64 cores: 4 hostname: CT100 memory: 512 net0...
  18. W

    No VM/CT DNS resolving on fresh install

    Hi there, this is my first time installing Proxmox, i put the latest version on a DELL C1100 server with 3 network cards but only one have a network cable connected. After the install i made changes to apt repos for non-suscription then try an "apt dist-upgrade" and everything finish OK, so...