Search results

  1. S

    how to let network traffic mirror to guest os using linux bridge(port mirroring)?

    network config: ens15f2(nic) -> vmbr4(bridge) -> eth0(guest os). network traffic from ens15f2 can't mirror to eth0. using tcpdump -i eth0 got nothing, but tcpdump -i vmbr4 can got packets. so how to mirror network traffic to eth0 like a switch?
  2. S

    how to let network traffic mirror to guest os using linux bridge(port mirroring)?

    Datacenter: firewall -> disabled. Node: firwall -> disabled. VM: firewall -> disabled.
  3. S

    how to let network traffic mirror to guest os using linux bridge(port mirroring)?

    pve host:has network traffic. vmid=102, guest os: config bridge to vmbr4, but cant get network traffic. why?
  4. S

    where does qemu-server/PVE/API2 perl source installed

    i want to change some perl code. where can i find it ?
  5. S

    send data to serial port(ttyS0) in vm from host serial port(ttyS0)

    how to use `socat` setup bid pipe between host and vm? qm showcmd 100 output: /usr/bin/kvm -id 100 -name louwa -no-shutdown -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server=on,wait=off' -mon 'chardev=qmp,mode=control' -chardev...
  6. S

    send data to serial port(ttyS0) in vm from host serial port(ttyS0)

    1、PVE(host) can get receive data from serial port。 2、serial port (ttyS0) in VM can't receive data。 how to let serial port(ttyS0) in VM received data from COM?
  7. S

    Proxmox API + Postman

    can you paste your postman key-value in Headers when request api using Token mode?
  8. S

    Proxmox API + Postman

    the document is not correct in proxmox 7.1-4.
  9. S

    Proxmox API + Postman

    if use token, how to config it ?