538
edits
(mention irc channels) |
(→Bootstrapping a new machine to a static ip: some quick fixes to refer to current setup, we still don't have adminstuff.) |
||
| Line 78: | Line 78: | ||
Choose a hostname for your new machine. | Choose a hostname for your new machine. | ||
Log in to | Log in to dns vm (dns.lan.london.hackspace.org.uk), and as root cd /etc/bind, and edit lan.london.hackspace.org.uk. and db.10 to add your new host, remember the new static ip you choose. | ||
There is only a few static ip's left, you may end up needing to shrink the dhcp range and change the dhcpserver config on boole as well. | There is only a few static ip's left, you may end up needing to shrink the dhcp range and change the dhcpserver config on boole as well. | ||
| Line 86: | Line 86: | ||
Check that the hostname works in fwd and reverse dns. | Check that the hostname works in fwd and reverse dns. | ||
and git commit your changes and log out of | and git commit your changes and log out of dns vm. | ||
on adminstuff edit /etc/ansible/hosts, add: | on adminstuff edit /etc/ansible/hosts, add: | ||
edits