Recent content by zarlo5899

  1. Z

    Inherited a proxmox server. No ipv6 resolution

    there might be an error in the ipv6 config for the host can we see it
  2. Z

    Multiple NIC bridging/routing

    for NAT you can use auto vmbr192 iface vmbr192 inet static address 10.1.0.1 netmask 255.255.0.0 bridge-ports none bridge-stp off bridge-fd 0 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s...
  3. Z

    Networking for web proxy + clients on Proxmox?

    that same way for any bridge there is a snip from my net work config vmbr0 is public vmbr10 is my clusters LAN i just have all the ports hocked up to the same switch iface eno1 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 64.XXX.XXX.230...
  4. Z

    Setup Proxmox Clustered VM network multiple public IP

    https://www.proxmox.com/en/proxmox-ve/support should do it
  5. Z

    Setup Proxmox Clustered VM network multiple public IP

    make 2 network bridges one for LAN one for public or you have to use iptables
  6. Z

    [SOLVED] Crossing Subnets with 10G Speeds (Bypassing Router)

    why dont you change the netmask 255.255.0.0 then they will be on the same subnet
  7. Z

    [SOLVED] Cant join cluster

    if i change the IP the there LAN ips would that work 10.X.X.X/8 ips
  8. Z

    [SOLVED] Cant join cluster

    the ips are only masked for this post so it could be that publicIP3 is not in the same subnet as publicIP1 and publicIP2 and yes the first 2 nodes work is just the 3rd on that can join
  9. Z

    [SOLVED] Need explication for network for CT...

    to use NAT on your CT you need to set the gateway (the HOSTs IP) for you that is 192.168.0 (i dont know if that is a valid IP)
  10. Z

    [SOLVED] How to create automated internal/LAN networks?

    set up a dhcp Server and you can use the firewall (i think IPset) to limit the VM to there IPs
  11. Z

    Setup Proxmox Clustered VM network multiple public IP

    does each VM and 1 or 2 network bridges IE one just for LAN and one for public ips and a DHCP server on every node should do want you want
  12. Z

    [SOLVED] Cant join cluster

    now i cant login to the web panel for the node im tring to add now the UI does not load (i have not edited any thing)