Ryan Huber

Results 32 comments of Ryan Huber

@jatsrt I'll stand up a testbed this week to explore what may be the cause of the issue. Thanks!

I did a bit more research, and it appears that the "AWS Nat Gateway" uses Symmetric NAT, which isn't friendly to hole punching of any kind. NAT gateways also don't...

Exactly right! When you query the nebula dns server, it will return results based on any host it knows about based on that host's name. Of note: if you use...

@coderobe I think my initial reasoning was that the IP is the closest thing to a nebula "primary key" of sorts. An overlapping name/etc is probably a mistake that can...

@allout58 we don't name them because we don't want to get too attached. jokes aside, it seems a reasonable request. we register hosts with the hostmap when they connect, and...

@JonTheNiceGuy good question! - It is intended only for lighthouses, mainly because they are the only nodes that generally have tunnels to all nodes in a nebula network, which makes...

@crinklywrappr you are correct, the "name" field in each certificate becomes something the dns resolver will answer for dynamically. beyond setting `serve_dns: true` on the lighthouse there is no further...

I'm running nebula on a synology, but don't recall any specific issues. Can you share the log output you're seeing?

ahhh i found something i'm doing in my startup script that you should try, which is adding the route myself. give this a shot: `route add -net 10.1.18.0/24 dev nebula1`

Any chance you would want to add this snippet of code into a PR we can put into the 'examples' section of the repo? I just got a new synology...