From owner-freebsd-hackers Tue Jul 23 05:34:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA10697 for hackers-outgoing; Tue, 23 Jul 1996 05:34:48 -0700 (PDT) Received: from teil.soft.net (tata_elxsi.soft.net [164.164.10.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA10686 for ; Tue, 23 Jul 1996 05:34:36 -0700 (PDT) Received: by teil.soft.net (920330.SGI/920502.SGI.JF) for hackers@freebsd.org id AA25716; Tue, 23 Jul 96 18:03:41 -0800 From: rishim@teil.soft.net (Rishi Gautam) Message-Id: <9607240203.AA25716@teil.soft.net> Subject: Ned info for Host Route add To: hackers@freebsd.org Date: Tue, 23 Jul 1996 18:03:40 -0800 (PST) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I have a network with subnet address 192.192.10. I hooked a machine1 with IP adress 228.100.11.135. I want to add HOST route in the machine1 for the host 192.192.10.30 with LLINFO flag set, so that i can communicate to the machine 192.192.10.30. I also want to create a route in the machine 192.192.10.30 for the machine1(228,100.11.135) with the LLINFO flag set. What route command i have to use? I tried all sort of combinations, and it's seems that nothing is working. The commands i tried are for machine1 228.100.11.135 route add -host 192.192.10.30 228.100.11.135 -netmask 255.255.255.255 -interfacee error: arp_rtrequest bad gateway value. But it add the host rtentry. if we did netstat -r, it gives error "arp_resolve: can't allocate llinfo" I think it's not creting the space for the llinfo structure in the arp_rtrequest, when I am adding the route. Can anybody have any solution for this to work. I need this information badly. Regards, Rishi