[comp.sys.ncr] Another dumb TCP/IP Question

TEMNGT23@ysub.ysu.edu (Lou Anschuetz) (10/13/90)

We are now successfully running the newest release of WINS TCP/IP
and the nameserver code works quite nicely thank you (and thanks
to all who have helped us get this far).  We are able to
successfully resolve any name into its real address.  Unfortunately,
having the address is not enough, and a connection cannot be made
if the route is not already present in our router.  netstats -r
does reveal that our system knows about all the routes stored
in the router, but we seem unable to get the system to dynamically
create a new path.  That is, if we try to connect somewhere that
our router doesn't already have a route defined for, we will simply
get a timeout.  Mail fails for the same reason since a two
way path cannot be created.  In most systems we have seen a
statement of the form DEFAULTROUTE, but can find no such mechanism
on our system.  We can use the "route add" command and things
will work, but this is obviously not a permanent solution.  If
there is something buried in the manual or in the menus for 4.01.00
I apologize for missing it, but can't seem to find it anywhere.

Any help would be appreciated!
temngt23@ysub.ysu.edu

bobw@ncrcae.Columbia.NCR.COM (Bob Williamson) (10/15/90)

  By specifying the string "default" for the destination, you
may set up a default route add command.

  Example:    /usr/etc/route add host default 90.1.6.112 0

  Glad to hear that the DNS is working well for you.

Bob Williamson