One is the route from my Proxmox (vimes) server to my NAS, (colon) going via my Router (pessimal) (as it should be) Second one is my NAS going to Proxmox directly. However I didn’t set any static routes and this is causing issues as the Router Firewalls those Asymmetric Connections. This is happening since I upgraded Proxmox… I am not the best at network stuff, so if someone has some pointers I’d be most grateful.

I’m a moron and had a wrong subnet mask.

  • @towerful@programming.dev
    link
    fedilink
    English
    101 month ago

    If they are on the same subnet, why are they going via the router? Surely the NIC/OS will know it’s a local address within its subnet, and will send it directly; as opposed to not knowing where to send the packet, so letting the router deal with it.

    I’m assuming you are using a standard 24 bit subnet mask, because you haven’t provided anything that indicates otherwise and the issue you present would be indicative of a local link being used - this possible

    • genuinepartsOP
      link
      English
      2
      edit-2
      30 days ago

      You got it perfectly right! It was the subnetting… Thanks!

      • @towerful@programming.dev
        link
        fedilink
        English
        230 days ago

        That whole “shortest path” has caught me out before (tho in a different way)!
        And firewall logs of “state violation” aren’t always helpful when that’s pretty much the default log message

        • genuinepartsOP
          link
          English
          130 days ago

          Absolutely. But I at least realized it had to be asymmetric routing… because if I didn’t I would have been even more puzzled. Because even setting firewall rules wouldn’t fix it then. I’m glad there are people here that understand that sometimes we brain fart and they give you a great pointer! Like the second I saw netmask I knew what was wrong and facepalmed.