summaryrefslogtreecommitdiffstats
path: root/resources/config/1/uniontmp/etc/vmware/udhcpd/udhcpd-vmnet1.conf
blob: 0cc10176838ddeb342d5c7b09679a717aaf282bc (plain) (blame)
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
33
34
35
36
37
# general udhcpd configuration file for virtual machines written by
# /bin/init-wrapper during OpenSLX stage3 configuration

# start and end of the IP lease block
start 		192.168.101.20
end		192.168.101.100

# interface that udhcpd will use
interface	vmnet1

# how long an offered address is reserved (leased) in seconds
offer_time	6000

# location of the leases file
lease_file	/var/run/vmware/udhcpd-vmnet1.leases

# location of the pid file
pidfile		/var/run/vmware/udhcpd-vmnet1.pid

option	dns	132.230.200.200 132.230.201.111
option	subnet	255.255.255.0
option	router	192.168.101.1
option	wins	192.168.101.10
option	domain	virtual.site ruf.uni-freiburg.de

# additional options known to udhcpd
#subnet			#timezone
#router			#timesvr
#namesvr		#dns
#logsvr			#cookiesvr
#lprsvr			#bootsize
#domain			#swapsvr
#rootpath		#ipttl
#mtu			#broadcast
#wins			#lease
#ntpsrv			#tftp
#bootfile