Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!RAND-UNIX.ARPA!guyton%condor From: guyton%condor@RAND-UNIX.ARPA Newsgroups: comp.protocols.tcp-ip Subject: Re: question about /etc/route Message-ID: <8802050414.AA09593@condor.arpa> Date: 5 Feb 88 04:14:37 GMT References: <8802041940.AA00258@zaphod.ncsa.uiuc.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 > # route add 128.174.22 mygateway 3 > > produces a netstat -r -n output: > > 128.174.0.22 128.174.20.77 UGH You need to add the trailing zero: # route add 128.174.22.0 mygateway 3 -- Jim