Search results

  1. T

    Web GUI hangs

    Not entirely sure what caused this unfortunately, however when killing a few unrelated processes it seemed to stop the GUI from working. I thought restarting the machine would help but it didn't, and now all my VMs are not working :( The browser just hangs, it loads endlessly. I have cleared...
  2. T

    Install Windows 2016 Server on Proxmox VE (Video tutorial)

    Just out of curiosity, what exactly is the benefit of installing 'VirtIO drivers, Qemu-disk agent and Balloon Service' on Windows VMs with Proxmox? I might do this with my VMs if it actually helps performance. Currently I just use raw disks and writeback cache to assist with performance.
  3. T

    High IO (slow VMs) on SyS/OVH machines

    I recently migrated to Proxmox after some issues with a previous hypervisor, however with SyS/OVH's default installation settings, it appears the IO can get very high (from 15-20%+ when cloning a disk and, according to a client, they can feel the VM's performance degrade greatly when doing...
  4. T

    Port forwarding host to guest (NAT)

    Still need help with this. Is this really not solvable?
  5. T

    Port forwarding host to guest (NAT)

    Yeah, I already looked there. It doesn't help sadly. When I installed Proxmox my /etc/network/interfaces was nothing like the one in 'Default Configuration (bridged)'. My starting interfaces looked like this: And anything I try to edit stops the internet connection on the host. So I'm in need...
  6. T

    Port forwarding host to guest (NAT)

    Would I be able to use the Network tab on the Proxmox VE control panel to create the vmbr1 request above? If so, what would I make the gateway? Also if I changed to a bridge, wouldn't the 10.0.2.15 IP shown in the iptables you provided above be non-existant? EDIT: I tried adding the following...
  7. T

    Port forwarding host to guest (NAT)

    Thanks again, mir. I executed the lines below: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 3389 -j DNAT --to 10.0.2.15:3389 iptables -A FORWARD -i eth0 -p tcp --dport 3389 -d 10.0.2.15 -j ACCEPT With still no luck to the port...
  8. T

    Port forwarding host to guest (NAT)

    Thanks a ton for that, mir. I had a look into it and tried executing some of the iptables commands, however doesn't seem to have had any effect on the issue. Proxmox confirms my NAT is 'eth0', so I executed: iptables -A FORWARD -i eth0 -j ACCEPT iptables -A FORWARD -o eth0 -j ACCEPT I also...
  9. T

    Port forwarding host to guest (NAT)

    I think you're misunderstanding due to your possible lack of English - I only stated that it shouldn't be ignored/feared because if the question was unclear as you claimed, in most forums someone would say so rather than just ignore it. Also, 'simple' and 'detailed' are antonyms - I cannot be...
  10. T

    Port forwarding host to guest (NAT)

    If the question isn't clear, it shouldn't just be ignored and feared. Someone should say it's not clear then I would do my best to rewrite it. But as far as I can see it can't be any clearer in detail, otherwise it would be rambling. I would use bridged however I only have one IP, and as far as...
  11. T

    Port forwarding host to guest (NAT)

    From my previous post (at http://forum.proxmox.com/threads/17988-Web-interface-not-working-after-installation-from-provider) that I managed to solve myself, everything has been going very smoothly with the virtualisation. EDIT: (Network/Host Settings from my previous post on the link above) My...
  12. T

    [SOLVED] Web interface not working after installation from provider

    Sorry, managed to solve it! Didn't realise it only worked through HTTPS.Make sure you use https://your.ip.here:8006 for the solution to this! :)
  13. T

    [SOLVED] Web interface not working after installation from provider

    Also for some reason the layout of my post changed. I used double enter however it doesn't appear to have liked them for some reason. I apologise for that, I tried editing them but it just seems to want to stay like that. Hope it's still readable!
  14. T

    [SOLVED] Web interface not working after installation from provider

    Hi community, I'll just start by saying I am an absolute newbie when it comes to Linux. I am currently trying to learn from it so you'll have to excuse me if I don't understand some responses given. I am however Microsoft certified so I will understand most 'jargon' ;)I have a dedicated machine...