Recent content by cd0101

  1. C

    Can,t ping vm from pc

    All of proxmox in same physical subnet given by my phusicql router. My pc is in other subnet. Will try those commands.
  2. C

    Can,t ping vm from pc

    I reinstalled proxmox and created a debian vm. I have the standard vbr 0 Bridge. I can ping the VM from the pv's PVE host and I can ping Google from in the VM the VM gets an IP address but if I try the Ping the VM for my PC I can't reach it what am I missing? The weird thing is if I make a...
  3. C

    proxmox 8.1 vm not using dhcp

    Here you go. root@pve:~# qm config 100 boot: order=scsi0;ide2;net0 cores: 1 cpu: x86-64-v2 ide2: local:iso/debian-12.4.0-amd64-netinst.iso,media=cdrom,size=628M memory: 2048 meta: creation-qemu=8.1.2,ctime=1706151416 name: k1 net0: virtio=BC:24:11:57:13:D5,bridge=vmbr0 numa: 0 ostype: l26...
  4. C

    proxmox 8.1 vm not using dhcp

    I installed Proxmox 8.1 This is the network for PVe box. As you can see i have 3 machines, but that is not relevant Another post on this forum said run this on pve shell so vms could access the inet. I did and that worked. echo 1 > /proc/sys/net/ipv4/ip_forward...