Skip to content
GitLab
Menu
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
9f03f873
Commit
9f03f873
authored
Oct 30, 2001
by
Mac Newbold
Browse files
Change su1 to sudo... oops!
parent
8c4945a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/faq.html
View file @
9f03f873
...
...
@@ -461,8 +461,8 @@ tb-set-node-startup $router /users/myname/router-startup
router-startup script, which should look like this:
<pre>
#!/bin/sh
/usr/site/bin/su1
sysctl -w net.inet.ip.forwarding=1
/usr/site/bin/su1
sysctl -w net.inet.ip.fastforwarding=1
sudo
sysctl -w net.inet.ip.forwarding=1
sudo
sysctl -w net.inet.ip.fastforwarding=1
exit 0
</pre>
That will make sure that routing gets turned on when my router
...
...
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