Skip to content
Snippets Groups Projects
nfsCommands 714 B
Newer Older
mooney's avatar
mooney committed
# 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.)
mooney's avatar
mooney committed
routeAdd "0","164.54.48.1"
mooney's avatar
mooney committed

routeShow

# The following lines are examples of what might be required to use NFS,
# rather than FTP, for booting the VME crate, and generally for reading
# and writing files on the server.
mooney's avatar
mooney committed
hostAdd("oxygen","164.54.22.10")
mooney's avatar
mooney committed
nfsMount("oxygen","/export/oxygen","/home/oxygen")
nfsMount("oxygen","/export/oxygen4","/home/oxygen4")
mooney's avatar
mooney committed
hostAdd("mooneylinux","164.54.51.75")
nfsMount("mooneylinux","/local","/local")
mooney's avatar
mooney committed

# The following line eliminates "cksum: out of data" messages due to DHCP
#proxyPortFwdOff(67)