this post was submitted on 27 May 2024
18 points (95.0% liked)

Selfhosted

38810 readers
275 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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.

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 2 months ago (1 children)

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

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (1 children)

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

[–] [email protected] 2 points 2 months ago (1 children)

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

[–] [email protected] 1 points 2 months 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.

[–] [email protected] 1 points 2 months ago (2 children)

You'll probably have to provide the netmask info for us to review. If you're using /24 then those all reside in the same network so I would expect them to be in the same broadcast domain.

If you have mismatched netmasks that could be trying to route traffic to the gateway which then reflects back. Ensure your devices have the same network, netmask and broadcast ip (e.g. 192.168.1.0/24 will have broadcast ip of 192.168.1.255)

[–] [email protected] 4 points 2 months ago (1 children)

this, most likely a netmask mismatch.

Make sure all 3 devices have a /24 (255.255.255.0) network mask

[–] [email protected] 1 points 2 months ago (1 children)

That's it... Thanks. I'm a moron.

[–] [email protected] 1 points 2 months ago

your not a moron, networking is a learning opportunity. just need a way to debug your issue, thats how I go about all tech issues.

Most of what I know is on the job learning, I dont have any certificates in any of what I do.

[–] [email protected] 1 points 2 months ago

That's it... Thanks. I'm a moron.