-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.txt
32 lines (26 loc) · 894 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file contains configuration settings. In this file network and other
# settings can be adjusted.
# If ADDRESS and NETMASK are not both specified DHCP will be used instead.
# The ADDRESS field can be set to a four part dotted IP address followed by a
# network mask specification thus:
#
# ADDRESS = 172.23.252.202
# NETMASK = 255.255.240.0
# If the ADDRESS field has been set then the GATEWAY and DNS fields should be
# set:
#
# GATEWAY = 172.23.240.254
# DNS = 172.23.5.13 172.23.4.1 130.246.8.13
# Optionally the DNS search domain can be set:
#
# DNS_SEARCH = diamond.ac.uk
# The NTP server or servers can be specified here:
#
# NTP = 172.23.240.2 172.23.199.1
# The machine hostname can be specified here:
#
# HOSTNAME = panda
# To skip loading any zpackages at startup, either for testing or as an
# override to recover from a faulty zpkg install:
#
# NO_ZPKG