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

help-circle








  • Not just Dell… bought an HP Elite x360 in 2018 and it had to go back twice too; first time because they jammed a physical blocker for non-LTE models into my sim slot (then sent it back after removing it and putting the same blocker back in, afterwards gave me free on-site repair for this issue, fucked up my board during that and came back next day with a replacement board) and second time because the keyboard died after a year. Solid ever since, still running perfectly but these initial issues should not happen with a 2500€ device.



  • 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!