Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
af8bed4f
Commit
af8bed4f
authored
Jan 08, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Checkpoint some minor fixes so thet go into new images.
parent
6a96fa69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
tmcd/common/config/rc.mkelab
tmcd/common/config/rc.mkelab
+2
-5
No files found.
tmcd/common/config/rc.mkelab
View file @
af8bed4f
...
...
@@ -377,7 +377,7 @@ sub SetupOpsNode()
print
RC
"
network_interfaces=
\"
$outer_controlif
$inner_controlif
lo0
\"\n
";
print
RC
"
ifconfig_
${outer_controlif}
=
"
.
"
\"
inet
$outer_ip
netmask
$outer_netmask
\n
";
"
\"
inet
$outer_ip
netmask
$outer_netmask
\
"\
n
";
print
RC
"
ifconfig_
${inner_controlif}
=
"
.
"
\"
inet
$inner_ip
netmask
$inner_netmask
"
.
"
media 100baseTX mediaopt full-duplex
\"\n
";
...
...
@@ -490,9 +490,6 @@ sub SetupBossNode()
# Copy over creators ssl certificate for XMLRPC. See below.
mysystem
("
cp -fp ~
${creator}
/.ssl/emulab.pem
${TBDIR}
/testbed/stuff
",
3
);
# Still waiting for Rob to fix packages. This is some extra goo.
# mysystem("cp -p /proj/$pid/exp/$eid/extras.tar.gz ${TBDIR}/testbed/stuff");
#
# Stash the IP of the outer emulab for tmcc (and script above).
# We use an IP to avoid DNS issues (there will be a DNS running inside).
...
...
@@ -611,7 +608,7 @@ sub SetupBossNode()
print
RC
"
network_interfaces=
\"
$outer_controlif
$inner_controlif
lo0
\"\n
";
print
RC
"
ifconfig_
${outer_controlif}
=
"
.
"
\"
inet
$outer_ip
netmask
$outer_netmask
\n
";
"
\"
inet
$outer_ip
netmask
$outer_netmask
\
"\
n
";
print
RC
"
ifconfig_
${inner_controlif}
=
"
.
"
\"
inet
$inner_ip
netmask
$inner_netmask
"
.
"
media 100baseTX mediaopt full-duplex
\"\n
";
...
...
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