Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ucdavis!caldwr!kwongj From: kwongj@caldwr.UUCP (James Kwong) Newsgroups: comp.sys.apollo Subject: Re: Apollo TCP/IP gateways Summary: Have you tried /etc/route ??? Message-ID: <697@caldwr.UUCP> Date: 2 Feb 90 20:53:54 GMT References: <9001311857.AA15864@mwunix.mitre.org> <7122@hacgate.scg.hac.com> Organization: California Department of Water Resources Lines: 42 On the token side (non-gateway) Apollos try using the command: '/etc/route add default gateway_apollo 1' Where gateway_apollo is the hostname of the gateway machine. I've noticed with SR9.7, if you loaded the Aegis version of TCP/IP, it doesn't require explicit routing to the gateway. If you loaded just BSD TCP/IP or are using the SR10.x version, you have to use the /etc/route command. Check the routing table on the token side Apollos with the UNIX (not Aegis) command: 'netstat -r'. You should see something like: Routing tables Destination Gateway Flags Hops Ref Use Interface cache.water.ca. USG 1 0 6 dr0 ^^^^^^^ your gateway machine should be listed here Also if you're using SR10.x, and have sub-nets, you need the defaultmask in the /etc/hosts file. With SR9.7, the netmask goes in the /sys/node_data/networks file some thing like this: xxx.yyy.192.11 on dr0 ; mask 255.255.255.0 xxx.yyy.32.252 on eth0 ; mask 255.255.255.0 Since you are able to get to the ether side from the gateway Apollo, routed is probably running OK on this machine. Finally, tcp_server needs to be running. :-) -- James Kwong Calif. Depart. of H2O Resources, Sacramento, CA 95802 caldwr!kwongj@ucdavis.edu(Internet) ...!ucbvax!ucdavis!caldwr!kwongj (UUCP) The opinions expressed above are mine, not those of the State of California or the California Department of Water Resources.