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-devel
Commits
4e738d9e
Commit
4e738d9e
authored
Oct 27, 2003
by
Leigh B. Stoller
Browse files
Add tb-set-netmask description.
parent
2d32a8a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/nscommands.html
View file @
4e738d9e
...
...
@@ -271,6 +271,28 @@ tb-set-ip-interface $node2 $node1 142.3.4.6
</ul>
<h4>
tb-set-netmask
</h4>
<pre>
tb-set-netmask
<i>
lanlink
</i>
<i>
netmask
</i>
tb-set-netmask $link0 "255.255.255.248"
</pre>
<dl>
<dt><i>
lanlink
</i>
- The lan or link to set the netmask for.
<dt><i>
netmask
</i>
- The netmask in dotted notation.
</dl>
<p>
Notes:
<ul>
<li>
This command sets the netmask for a lan or link. The mask must
be big enough to support all of the nodes on the lan or link!
<li>
You may play with the bottom three octets (0xFFFFFXXX) of the
mask; attempts to change the upper octets will cause an error.
</ul>
<hr>
<a
name=
"OS"
></a><h3>
OS Commands
</h3>
...
...
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