Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
2b113ae5
Commit
2b113ae5
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
e2538330
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/nfsCommands
+4
-10
4 additions, 10 deletions
iocBoot/nfsCommands
with
4 additions
and
10 deletions
iocBoot/nfsCommands
+
4
−
10
View file @
2b113ae5
# Set the default gateway (the address to which IP datagrams will be sent
# when there is no specific specific routing table entry available for the
# actual destination address.)
routeAdd "0","164.54.52.1"
# Something like this is needed for proc 0 if "inet on backplane" is defined
# Here, 164.54.53.226 is the backplane address, and it's actually not the
# gateway for everything in the world.
routeDelete "164.54.0.0", "164.54.53.226"
routeAdd "0","164.54.48.1"
routeShow
...
...
@@ -14,12 +9,11 @@ routeShow
# rather than FTP, for booting the VME crate, and generally for reading
# and writing files on the server.
#
hostAdd("oxygen","164.54.
5
2.
4
")
hostAdd("oxygen","164.54.
2
2.
10
")
nfsMount("oxygen","/export/oxygen","/home/oxygen")
nfsMount("oxygen","/export/oxygen4","/home/oxygen4")
hostAdd("wheaties","164.54.53.101")
nfsMount("wheaties","/local","/local")
hostAdd("oxygennfs52","164.54.54.136")
hostAdd("mooneylinux","164.54.51.75")
nfsMount("mooneylinux","/local","/local")
# The following line eliminates "cksum: out of data" messages due to DHCP
#proxyPortFwdOff(67)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment