Date: Tue, 23 Jul 1996 18:03:40 -0800 (PST) From: rishim@teil.soft.net (Rishi Gautam) To: hackers@freebsd.org Subject: Ned info for Host Route add Message-ID: <9607240203.AA25716@teil.soft.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9607240203.AA25716>