peerchemist / Peerbox

DEPRECATED
GNU General Public License v3.0
19 stars 22 forks source link

Feature request: choose network name #25

Open eennaam opened 7 years ago

eennaam commented 7 years ago

when there are more than one peerboxes in the network, it could be useful to give them different names, like peerbox1, peerbox2, something12 etc

erik55 commented 7 years ago

You mean to change the hostname of the machine via peerbox?

If so, you can just do it manually:

hostnamectl set-hostname peerbox1
hostnamectl set-hostname peerbox99
hostnamectl set-hostname peerboxNEW

etc.