• 2 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle






  • My bad, I just looked up what a CUV is and you are totally right. I’d go even further and say that there are barely any real “SUVs” around from European car makers, seems like the CUV label fits pretty much all of them (with few exceptions, usually the big ones like Audi Q5+, BMW X5+, VW Touareg). So I learned sth today, thanks!



  • Is this a US take? Serious question because in Europe, I see primarily SUVs being sold when it comes to EVs. Small and shitty ones yes, but still aiming to resemble at least the SUV look. E.g. VW ID3, ID4; these I see a lot on the streets over here. Big exception seem to be hybrids, they usually are sedans or hatchbacks.






  • Okay, then it simply has an issue with the addresses you are providing, as someone pointed out already, the issue likely is the 192.168.100 network. Find out where exactly you define localhost and 192.168.100.1 as addresses to listen to and change them to e.g. 0.0.0.0 and 127.0.0.1 instead (or ideally just 0.0.0.0 as this includes localhost as well). Restart the container afterwards, see if it works. Of course make a backup of your config first so you can go back.



  • Yes, have it running and it works well. Nextcloud setup is sth that I will still have to set up but the only problem I see there is certificates. To debug Nebula, simply try executing it by hand, e.g. nebula --config /path/config.yml and see what the error message is. Or check your journalctl of course. Share the message here and we can have a look!