Elektrine lite

← Feed

@ampersandrew@lemmy.world

Post #3837790

2026-07-06 23:33 UTC

I might not understand what you mean, but doing the best I can figure out, the output from the endpoint mini PC running ip route is: 192.168.10.0/24 dev enxc84d4422aa48 proto kernel scope link src 192.168.10.157 metric 100 From the OPNsense firewall, the trace route looks like this (I would have expected to see the switches that it hops to in between, but I don’t see them here): I can’t find any option to print routing tables in my switches, both of them Netgear GS305E switches. I don’t see any mention of it in the manual either. I suspect that what you asked me to do was lost on me.

Replies (1)

  • @Jenseitsjens@lemmy.world 2026-07-07 21:50

    If that’s the only route then your issue starts there. If you want to reach anything other than the local network there needs to be a default route to the gateway. The default route is sent along the dhcp lease so my suspicion is that the issue is in the dhcp server config.

    Open ##3837789