Recent content by Nathans212

  1. N

    Vm internet issue

    I've installed the version from here and same issue
  2. N

    Vm internet issue

    Hey, My windows vm work fine but the internet on my linux servers are dropping packets like no tomorrow They are both using a DHCP server auto vmbr1 iface vmbr1 inet static address 188.40.205.224 netmask 255.255.255.224 broadcast 188.40.205.255 bridge_ports none bridge_stp off...
  3. N

    Linux internet issues

    Clicked continue without network and its this
  4. N

    Linux internet issues

    I tried disabling the firewall and its the same thing and the only way to edit the vm config is to click "continue without network"
  5. N

    Linux internet issues

    Ubuntu Server "Not Connected" when clicking save and source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback auto enp4s0 iface enp4s0 inet static address 88.99.139.199/26 gateway 88.99.139.193 pointopoint 88.99.139.193 iface enp4s0...
  6. N

    Linux internet issues

    I'll include this as well
  7. N

    Linux internet issues

    Hey, Sorry my website is down that's why the screenshots failed /etc/network/interfaces auto vmbr2 iface vmbr2 inet static address 88.99.73.63/27 gateway 88.99.139.199 bridge-ports none bridge-stp off bridge-fd 0 This is the broken servers vmid...
  8. N

    Linux internet issues

    Anyone has a idea??
  9. N

    Linux internet issues

    https://uploader.nathans212.com/coNE6/xOgOHOVA78.png https://uploader.nathans212.com/coNE6/TENUjAzi41.png Vms https://uploader.nathans212.com/coNE6/TixUQuCe19.png Is this what you mean?
  10. N

    Linux internet issues

    How would I get this?
  11. N

    No Internet access on guest vm because of routing problems

    Try and run these commands and restart the vps and not dedi sysctl -w net.ipv6.conf.all.forwarding=1 sysctl -w net.ipv4.ip_forward=1 I've had a odd error with the network and turns out that these didn't stick
  12. N

    No Internet access on guest vm because of routing problems

    Have u restarted the dedi at any point? (I'm not that good )
  13. N

    Linux internet issues

    Hey, It's me again I'm having a issue with internet on linux (Windows server works fine) Ubuntu Server - Not Connected Ubuntu Desktop - Works Fine Centos 8 - Disconnects from the internet (ping command its every x ping) https://uploader.nathans212.com/coNE6/rOjuFeWE72.png Centos Ping Test...
  14. N

    Updated, now VMs have no network

    that gateway looks like a home one https://uploader.nathans212.com/coNE6/HeViFuKI02.png that's my private server info. I hope this helps
  15. N

    [SOLVED] Window VM doesn't have internet

    I feel silly now but it just clicked on the issue, I'm going to post it here so if anyone else has the issue I have then they can see how i fixed it Firstly I did what I'm going to put how the issue started, I'm using hetzner.com and the issue started on a proxmox reboot I did what spirit said...