Search results

  1. F

    Access guest from guest

    Thanks, I got it, but I need NAT to access first guest.
  2. F

    Access guest from guest

    Hello, I have two guests on NAT network, but both have the same IP. I want to full network access from first guest to second guest. Is this possible and how? Thanks for reply.
  3. F

    [SOLVED] All guests on one IP

    Thanks. I did it with qemu forward traffic. Now, I have another problem. I want to run next guest machine and give full network access from host to this guest. When I created next guest with NAT network it got the same IP as last guest. Is this possible? Thank you for reply.
  4. F

    [SOLVED] All guests on one IP

    Hello, I have server with promox installed and one public IP. I installed ubuntu guest with NAT network. I want to deploy app to this guest which runs on 127.0.0.1:666 for example. Now, when I visit HOST_IP:666 I will get into the guest app. Is this possible and how? Thanks for help.