Skip to content

Commit ac4eac3

Browse files
author
Timoses
committed
Initial DHCP config
1 parent 8629e28 commit ac4eac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/dhcp/templates/dhcpd.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ option ipxe.nfs code 41 = unsigned integer 8;
6161
subnet 192.168.102.0 netmask 255.255.255.0 {
6262
range 192.168.102.10 192.168.102.20;
6363
option domain-name-servers 192.168.102.2;
64-
option routers 192.168.102.2;
64+
option routers 192.168.102.1;
6565
next-server 192.168.102.2;
6666

6767
if exists ipxe.bzimage {

0 commit comments

Comments
 (0)