Discourse/Guilds/2019-07-23 How to add a new noise host to NB DNS

From Noisebridge
Jump to navigation Jump to search

📜 Discourse Archive
This page is preserved verbatim from discuss.noisebridge.info, the Noisebridge community forum that operated roughly 2018–2022. The original site is defunct; this content was recovered via the Wayback Machine and is archived here as a primary source for Noisebridge history.
⮡ Original URL: https://discuss.noisebridge.info/t/how-to-add-a-new-noise-host-to-nb-dns/1180
📦 Verify on Wayback Machine
📅 Archived: 2019-08-17
🏷 Original category: Guilds

How to add a new .noise host to NB DNS?[edit | edit source]


elimisteve2019-07-23

A couple of us are building a web UI for the flaschen-taschen today and I’d love to point ftweb.noise to our server running our app!

How does one go about adding a new .noise entry?

Thanks!


_ar _2019-07-23_[edit | edit source]

The `.noise` internal domains are dynamically given out based on the hostname that your dhcp client announces when it connects to the network. As long as there isn’t a conflict, change the hostname your server sends (usually with `hostnamectl`, `/etc/hosts`, and `/etc/hostname`) and you should be able to get the name you want. You can get the name you currently have with `dig +short -x [your ip address] @10.20.0.1`.