Skip to content

Commit

Permalink
fix default route
Browse files Browse the repository at this point in the history
in our test setup, the bridge has the IP 192.168.33.1. This should be
the default gateway, not the faiserver.
  • Loading branch information
Thomas Lange committed Oct 30, 2015
1 parent af3e665 commit e61c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/files/etc/dhcp/dhcpd.conf/FAISERVER
Expand Up @@ -8,7 +8,7 @@ use-host-decl-names on;
#always-reply-rfc1048 on;

subnet 192.168.33.0 netmask 255.255.255.0 {
option routers 192.168.33.250;
option routers 192.168.33.1;
option domain-name "fai.example";
option domain-name-servers 192.168.33.250;
option time-servers faiserver;
Expand Down

0 comments on commit e61c0ef

Please sign in to comment.