Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!BU-CS.BU.EDU!bzs From: bzs@BU-CS.BU.EDU (Barry Shein) Newsgroups: comp.protocols.tcp-ip Subject: question about /etc/route Message-ID: <8802050328.AA05004@bu-cs.bu.edu> Date: 5 Feb 88 03:28:52 GMT References: <8802041940.AA00258@zaphod.ncsa.uiuc.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 I think you want to change: # route add 128.174.22 mygateway 3 to # route add 128.174.22.0 mygateway 3 The parsing routine is pretty dumb, give it all four octets. Also, last I looked it doesn't matter what you pass for that last integer (3), it's just checked for 0 or not 0 (or if it's not there at all.) I assume this may change in the future (note: the original question was specific to Sun/OS, your mileage may vary.) -Barry Shein, Boston University