Search results

  1. U

    Bridged IPv4 with Routed IPv6 on hetzner DS?

    So my current config on the host looks like this: auto lo iface lo inet loopback iface enp0s31f6 inet manual auto vmbr0 iface vmbr0 inet static address 95.216.XXX.YYY netmask 255.255.255.192 gateway 95.216.XXX.YYY bridge-ports enp0s31f6 bridge-stp...
  2. U

    [SOLVED] Changed host IP address, not can't log in to web interface!

    Of course, figured it out as soon as I post. Had to clear browser cache...
  3. U

    [SOLVED] Changed host IP address, not can't log in to web interface!

    I've upgraded the hardware on my proxmox server. The new server was set up on a temp ip address, fresh install of OS and Proxmox, then the hardware was swapped over and the IP addresses updated. Everything seems to work on the server except when I try to log in to the proxmox UI, I get the...
  4. U

    Proxmox VM firewall not working on routed hetzner config.

    So... I rebooted the host, because when you've tried pretty much everything else, why not? And the firewall has started working for VM's and CT's. I even tried creating a new CT in case it was an issue with VM's/CT's being created since the last reboot, and the firewall works for them too...
  5. U

    Proxmox VM firewall not working on routed hetzner config.

    I'm running 5.4-5 (at least that's what it says in the top left of the GUI), and the status output is: root@dianna ~ # pve-firewall status Status: enabled/running root@dianna ~ # I turned on debug level logging for both input and output on VM100 and accessed via https the caddy server running...
  6. U

    Proxmox VM firewall not working on routed hetzner config.

    Hi Chris, The Datacenter level has "Firewall" set to Yes under Firewall > Options. The firewall does appear to be protecting the proxmox host though (which is not clustered) as I can (for example) toggle on a HTTP rule and see port 80 go from filtered to closed on the nmap scan. I've also...
  7. U

    Proxmox VM firewall not working on routed hetzner config.

    I have a Hetzner dedicated server running proxmox with a IPv4 /29 and IPv6 /64 routed to the virtual machines. Until recently I have left the hetzner firewall enabled along with the proxmox one, but I discovered some issues with it and a pfSense vm I wanted to run, so I turned it off... Only to...
  8. U

    Bridged IPv4 with Routed IPv6 on hetzner DS?

    Mainly because IPv4 is working and I was hoping just to be able to quickly add IPv6. Also, I've seen loads of different proxmox configurations for Hetzner (some with loads of additional routes, some with weird configs on the VM's) and I don't really have the server downtime to fiddle around and...
  9. U

    Bridged IPv4 with Routed IPv6 on hetzner DS?

    The problem there is that you aren't bridging IPv4 traffic ("bridge_ports none"), and I don't think I can assign an IPv6 address to a port that's bridged as in my case ("bridge_ports enp2s0")
  10. U

    Bridged IPv4 with Routed IPv6 on hetzner DS?

    Thanks for the advice but I am probably going to need a little more help than that. I didn't even know that vswitch existed and I've no idea how to set it up as you suggest...
  11. U

    Bridged IPv4 with Routed IPv6 on hetzner DS?

    For a while now I've been using Proxmox VE 5.2 with bridged IPv4 addresses to (amongst other things) host some websites for friends and family. I've been asked if I can get IPv6 working but this has turned out to be problematic because my dedicated server supplier, Hetzner, does not support...