Recent content by Tyresa

  1. T

    [SOLVED] Forward wordpress through proxmox

    Thank you very much, this made it work indeed :)
  2. T

    [SOLVED] Forward wordpress through proxmox

    Seems like my proxmox host is not listening on port 80 or 443. I tried opening port 80 and 443 via webgui but seems like it not working, also tried disabling firewall at all, but still wont let me connect. Has any one a command that might open port 80 and 443?
  3. T

    [SOLVED] Forward wordpress through proxmox

    When I run a netstat -tulpn | grep LISTEN i get the following output. I'm not really sure if I'm reading this output correctly but I noticed that there only is a "tcp6 :::80", which means its only listening port 80 for IPv6?
  4. T

    [SOLVED] Forward wordpress through proxmox

    Hello, Thank you for your input but I still have some troubles. is this syntax correct '--to-destination 192.168.1.100' ? When I enter the site URL I can see that I'm trying to connect to the Proxmox host but still unable to connect
  5. T

    [SOLVED] Forward wordpress through proxmox

    Hello everyone, I'm struggling for quite some time now with something that shouldnt be that hard I guess haha. I have this Proxmox server running and I'm running a virtual machine, ubuntu server with wordpress installed. Proxmox server has public ip and VM has private IP, Vm is able to access...
  6. T

    [SOLVED] VM no internet access

    Ah,, so I finally got it. I tried it all over again and for some reason It's working now. Perhaps I forgot the 'autostart' checkbox when I configured the eno1 port the first time, im not sure.
  7. T

    [SOLVED] VM no internet access

    The first step to make this work is configure my eno1 interface with my public ip right? And then create a bridge for my private ip? The moment I assign my the public IP to the eno1, I'm no longer able to access the webpage/ping, there is no connectivity at all.
  8. T

    [SOLVED] VM no internet access

    Something is definitely not clear yet, I dont know why I wont understand. I have reinstalled proxmox and it auto creates vmbr0, so it automatically creates a bridge. I want to use NAT, I have one public IP. I have checked the Proxmox link which you have sended me, but there is a little...
  9. T

    [SOLVED] VM no internet access

    Hello Guys, First time using proxmox here. I'm having some difficulties getting my VM connected to the internet (just browsing etcetera). I'm at the point where I'm able to ping my Host, but im unable to ping anything else. Internet connectivity on the host machine is fine. For my virtual...