Installing a new server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
= files to check if you've spun up a clone = | = files to check if you've spun up a clone = | ||
/etc/ | /etc/hostname | ||
<pre> | |||
mymachinename | |||
</pre> | |||
/etc/hosts | |||
<pre> | |||
127.0.0.1 localhost | |||
127.0.1.1 srvname.edgarbv.int srvname | |||
# The following lines are desirable for IPv6 capable hosts | |||
::1 localhost ip6-localhost ip6-loopback | |||
ff02::1 ip6-allnodes | |||
ff02::2 ip6-allrouters | |||
</pre> | |||
/etc/resolv.conf | |||
<pre> | |||
nameserver 192.168.0.10 | |||
nameserver 84.116.46.21 | |||
nameserver 84.116.46.20 | |||
search edgarbv.int | |||
</pre> | |||
NB This file can be overwritten by the resolvconf and networkmanager packages. If possible leave them alone, but pdnsd may require resolvconf | |||
= SNMP = | = SNMP = |
Revision as of 07:59, 1 April 2019
After installing the base system
Debian Standard Packages to install afterwards
Set up Networking
files to check if you've spun up a clone
/etc/hostname
mymachinename
/etc/hosts
127.0.0.1 localhost 127.0.1.1 srvname.edgarbv.int srvname # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters
/etc/resolv.conf
nameserver 192.168.0.10 nameserver 84.116.46.21 nameserver 84.116.46.20 search edgarbv.int
NB This file can be overwritten by the resolvconf and networkmanager packages. If possible leave them alone, but pdnsd may require resolvconf