Search results

  1. P

    [SOLVED] Proxmox iptables not working on windows vm?

    I had to use these rules modprobe br_netfilter sysctl -w net.bridge.bridge-nf-call-iptables=1 sysctl -w net.bridge.bridge-nf-call-arptables=1 to actually see packets being transferred https://github.com/omribahumi/libvirt_metadata_api/pull/4/files
  2. P

    [SOLVED] Proxmox iptables not working on windows vm?

    I have a vps with nginx acting as a reverse proxy, I can connect to the vm through the vps ip. I'm just having trouble setting up the windows vm to mask itself as the vps ip. I want all incoming traffic to see only the vps ip and outgoing to send through the vps ip VM is running windows 2012...
  3. P

    [SOLVED] Proxmox iptables firewall

    Wait for $windowsip do I put my public ip or the private ip if I want to point to another public ip? If I can use private ip I could just use the unique ip given to the vm correct?
  4. P

    [SOLVED] Proxmox iptables firewall

    ahhh ok, are there commands to select a specific vm to apply the rules to?
  5. P

    [SOLVED] Proxmox iptables firewall

    The vm is windows could I create another vm for linux and point it through the linux vm?
  6. P

    [SOLVED] Proxmox iptables firewall

    Can I use proxmox PVE firewall to change my outgoing ip address?