Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!netnews.upenn.edu!msuinfo!news From: yurkon@CYCVAX.NSCL.MSU.EDU Newsgroups: comp.sys.amiga.tech Subject: Re: TCP/IP FTP question Message-ID: <1991Jan31.150908.12930@msuinfo.cl.msu.edu> Date: 31 Jan 91 15:03:54 GMT Sender: news@msuinfo.cl.msu.edu Distribution: usa Organization: National Superconducting Cyclotron Lab Lines: 26 In article <1991Jan30.182615.2849@eng.umd.edu>, gingrich@eng.umd.edu (Chester Gingrich) writes... >Hi, I recently bought and installed the commodore TCP/IP package. > >I have added the host table from a local machine (I am connected thru the >machines on campus - so I used one of their host tables). > >I can rlogin and ftp to the local machines fine but when I try to >ftp to ab20.larc.nasa.gov I get a host not found - if I try >to ftp to the ab20's inet number I get network unreachable. What is >wrong.? I have added the gateway inet number that the other pc's use >but still no success. > >Also - I have tried starting the routed server with start-inet RIP - >it reports that SIOCADDRT is already in use, previous to that I have I had the same problem. Starting the router daemon should work but doesn't seem to. If you have the mask and broadcast addresses set correctly it should maintain the router tables for you. Instead of start-inet RIP, just do start-inet or start-inet servers and then do a route add default "name of your gateway" 1 If you have access to another machine on your network you can find the name of the gateway by doing a netstat -r command. If you need more than one gateway, you will need to replace "default" with the appropriate value. John