Skip to content
Snippets Groups Projects
Commit 17e58730 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Simplify last revision; I am hoping to make much simpler changes to

the dhcpd config file (for elabinelab) then I previously thought by
making use of dhclient enter/exit hooks in the image.
parent 18ed6e7c
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,10 @@ shared-network emulab {
subnet @CONTROL_NETWORK@ netmask @CONTROL_NETMASK@ {
option subnet-mask @CONTROL_NETMASK@;
option routers @CONTROL_ROUTER_IP@;
option domain-name-servers @BOSSNODE_IP@;
option domain-name "@OURDOMAIN@";
next-server @BOSSNODE_IP@;
# Example of a dynamic range. If you uncomment the following line
# (after changing the IP addresses to suitable ones, of course)
......@@ -69,11 +73,6 @@ shared-network emulab {
# testbed PCs
group {
next-server @BOSSNODE_IP@;
option routers @CONTROL_ROUTER_IP@;
option domain-name-servers @BOSSNODE_IP@;
option domain-name "@OURDOMAIN@";
#
# For every PC nodetype, include a line like the one below.
# These lines will be replaced with auto-generated entries for
......@@ -85,11 +84,6 @@ shared-network emulab {
# stargates
group {
next-server @BOSSNODE_IP@;
option routers @CONTROL_ROUTER_IP@;
option domain-name-servers @BOSSNODE_IP@;
option domain-name "@OURDOMAIN@";
%%nodetype=sg
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment