Replies: 1 comment 9 replies
-
IIRC, Yes, Lighthouse hosts can act as unsafe_routes routers. This configuration should work.
My first guess in this instance would be a firewall rule preventing access. Are you able to share the Nebula configs from your hosts (with Another common issue is not enabling forwarding on the router host. Can you verify the output of the sysctl command here? https://nebula.defined.net/docs/guides/unsafe_routes/#step-4-enable-ip-forwarding-on-linux-host-lan If you still have issues, the next step would be to start some packet captures and determine where the packets are getting hung up. Something like |
Beta Was this translation helpful? Give feedback.
-
I'm trying to follow this article to access my local network via nebula.
I have my linux host that is also my lighthouse, behind a nat with the correct port forwarded.
LinuxHost: (my nebula lighthouse, that also hosts some web panel)
LocalServer: (my target)
My laptop: (i want to read LocalServer via nebula with it)
I've followed https://nebula.defined.net/docs/guides/unsafe_routes/ this article step by step and indeed I can get into the web panels of the LinuxHost from my laptop (connected to another network) via nebula and I can also ping 192.168.1.54 from the laptop. Unfortunately I cannot reach the LocalServer host at 192.168.1.20.
A peculiar debug log message says:
Error while validating outbound packet: packet is not ipv4, type: 6
but I am pretty sure none of my device has ipv6So, the question is in the title:
Can LinuxHost and Lighthouse be the same in Extend network access beyond overlay hosts ?
And I'm asking because in the example of the article lighthouse and linux host have different nebula ips and different nebula rule (i guess, lighthouse has am_lighthouse:true and linux host has am_lighthose:false ?)
Beta Was this translation helpful? Give feedback.
All reactions