[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Net Masks
Date: Mon, 6 Nov 89 15:42 PST
From: DMittman@sarg-uranus.jpl.nasa.gov (David Mittman)
SLUG'ers:
I have the following situation:
INTERNET Address: 128.149.34.35
Uses Gateway: 128.149.34.1
To Gateway: 128.149.37.4
To FTP To: 128.149.37.123
What is the correct INTERNET mask, and how is it
entered into the Namespace?
You should put the following user property on your INTERNET network namespace
object:
USER-PROPERTY INTERNET-SUBNET-MASKS (("128.149.0.0" "255.255.255.0"))
You will need at least three host namespace objects too. One for the Lisp
Machine, a second for the host you're FTP'ing to and a third for the gateway
host. Each host object needs to have correct ADDRESS attributes, and the host
namespace object for the gateway host needs the service:
SERVICE GATEWAY IP INTERNET-GATEWAY
Your gateway host also needs to be in the same site as your Lisp Machine host.
Doing a :Reset Network after making these changes should cause your machines
to be subnetting correctly. You'll probably have to save new world loads for
the change to take effect at boot time on your machines.
All this covered in the Symbolics IP/TCP documentation.
- References:
- Net Masks
- From: David Mittman <DMittman%sarg-uranus.jpl.nasa.gov@RELAY.CS.NET>