Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!know!pluto.hemel.bull.co.uk!pmoore From: pmoore@hemel.bull.co.uk (Paul Moore) Newsgroups: comp.protocols.tcp-ip Subject: routing in a subnet (come on all you wizards!) Message-ID: <1990Nov27.122045.5238@hemel.bull.co.uk> Date: 27 Nov 90 12:20:45 GMT Organization: Bull HN UK Lines: 23 I am trying to get the following to work and cannot, it seems it should to me. It is on Lachman and HP-UX. All this is on a class B net (123.456 for example). The net is subnetted on 8 bits ( a not uncommon situation , I imagine). Some boxes don't do RIP so I need static routing tables. I don't want a global default installed for security reasons. boxa knows where all the subnets are (123.456.1 , 123.456.2 etc) boxb is installed on 123.456.1 and I want to tell it that all 123.456 traffic that it cannot reslove should go to boxa. so i do route add net 123.456 boxa 2 The route installs OK but is ignored, I must do route add net 123.456.2 boxa 2 route add net 123.456.3 boxa 2 etc.. Am I being stupid? Or what