# 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.48.1"

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.
#
hostAdd("oxygen","164.54.22.10")
nfsMount("oxygen","/export/oxygen","/home/oxygen")
nfsMount("oxygen","/export/oxygen4","/home/oxygen4")
hostAdd("mooneylinux","164.54.51.75")
nfsMount("mooneylinux","/local","/local")

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