Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
885f9b5f
Commit
885f9b5f
authored
Oct 07, 2004
by
Leigh B. Stoller
Browse files
Add a couple more defs for setting up initial named config.
parent
a8a16396
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure
View file @
885f9b5f
...
...
@@ -888,6 +888,8 @@ fi
...
...
@@ -950,6 +952,8 @@ SSLCERT_ORGNAME="Utah Network Testbed"
# Network config stuff. Obviously, this needs to be localized, but there are
# too many defs files too worry about right now.
#
TESTBED_NETWORK
=
155.98.32.0
TESTBED_NETMASK
=
255.255.240.0
BOSSNODE_IP
=
155.98.32.70
USERNODE_IP
=
155.98.33.74
CONTROL_ROUTER_IP
=
155.98.36.1
...
...
@@ -1389,7 +1393,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:139
3
: checking for a BSD compatible install"
>
&5
echo
"configure:139
7
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -1450,6 +1454,7 @@ esac
outfiles
=
"
$outfiles
Makeconf GNUmakefile
\
assign/GNUmakefile
\
named/GNUmakefile
\
ssl/GNUmakefile ssl/mksig ssl/usercert.cnf
\
capture/GNUmakefile
\
db/GNUmakefile db/nalloc db/nfree db/if2port db/backup
\
...
...
@@ -1768,6 +1773,8 @@ s%@TBLOGFACIL@%$TBLOGFACIL%g
s%@PLAB_ROOTBALL@%
$PLAB_ROOTBALL
%g
s%@PLAB_SLICEPREFIX@%
$PLAB_SLICEPREFIX
%g
s%@LINKTEST_NSPATH@%
$LINKTEST_NSPATH
%g
s%@TESTBED_NETWORK@%
$TESTBED_NETWORK
%g
s%@TESTBED_NETMASK@%
$TESTBED_NETMASK
%g
s%@BOSSNODE_IP@%
$BOSSNODE_IP
%g
s%@USERNODE_IP@%
$USERNODE_IP
%g
s%@CONTROL_ROUTER_IP@%
$CONTROL_ROUTER_IP
%g
...
...
configure.in
View file @
885f9b5f
...
...
@@ -65,6 +65,8 @@ AC_SUBST(TBLOGFACIL)
AC_SUBST(PLAB_ROOTBALL)
AC_SUBST(PLAB_SLICEPREFIX)
AC_SUBST(LINKTEST_NSPATH)
AC_SUBST(TESTBED_NETWORK)
AC_SUBST(TESTBED_NETMASK)
AC_SUBST(BOSSNODE_IP)
AC_SUBST(USERNODE_IP)
AC_SUBST(CONTROL_ROUTER_IP)
...
...
@@ -142,6 +144,8 @@ SSLCERT_ORGNAME="Utah Network Testbed"
# Network config stuff. Obviously, this needs to be localized, but there are
# too many defs files too worry about right now.
#
TESTBED_NETWORK=155.98.32.0
TESTBED_NETMASK=255.255.240.0
BOSSNODE_IP=155.98.32.70
USERNODE_IP=155.98.33.74
CONTROL_ROUTER_IP=155.98.36.1
...
...
@@ -489,6 +493,7 @@ esac]
outfiles="$outfiles Makeconf GNUmakefile \
assign/GNUmakefile \
named/GNUmakefile \
ssl/GNUmakefile ssl/mksig ssl/usercert.cnf \
capture/GNUmakefile \
db/GNUmakefile db/nalloc db/nfree db/if2port db/backup \
...
...
defs-default
View file @
885f9b5f
...
...
@@ -46,6 +46,8 @@ SSLCERT_ORGNAME="Utah Network Testbed"
#
# Network config stuff. Used to generate initial named and dhcpd config files.
#
TESTBED_NETWORK=155.98.32.0
TESTBED_NETMASK=255.255.240.0
BOSSNODE_IP=155.98.32.70
USERNODE_IP=155.98.33.74
CONTROL_ROUTER_IP=155.98.36.1
...
...
defs-elabinelab
View file @
885f9b5f
...
...
@@ -36,6 +36,8 @@ DISABLE_NSE=1
#
# Network config stuff. Used to generate initial named and dhcpd config files.
#
TESTBED_NETWORK=changeme
TESTBED_NETMASK=changeme
BOSSNODE_IP=changeme
USERNODE_IP=changeme
CONTROL_ROUTER_IP=changeme
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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