Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
jijisa
/
porch
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6350cf82
authored
Feb 24, 2017
by
Heechul Kim
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
added dhcpd.conf
parent
d4c54f78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
conf/dhcpd.conf
conf/dhcpd.conf
0 → 100644
View file @
6350cf82
# dhcpd.conf for a fai installation server
# replace faiserver with the name of your install server
authoritative
;
deny
unknown
-
clients
;
option
dhcp
-
max
-
message
-
size
2048
;
use
-
host
-
decl
-
names
on
;
#always-reply-rfc1048 on;
subnet
192
.
168
.
24
.
0
netmask
255
.
255
.
255
.
0
{
option
routers
192
.
168
.
24
.
4
;
option
domain
-
name
""
;
option
domain
-
name
-
servers
164
.
124
.
101
.
2
;
# option time-servers porch; # RFC868 time protocol (port 37)
option
ntp
-
servers
porch
;
# RFC1035 network time protocol (port 123)
server
-
name
porch
;
next
-
server
porch
;
#filename "fai/pxelinux.0";
#filename "fai/lpxelinux.0";
if
exists
user
-
class
and
option
user
-
class
=
"iPXE"
{
filename
"http://192.168.24.50:8000/api/fai/boot/"
;
}
else
{
filename
"fai/undionly.kpxe"
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment