From owner-freebsd-hackers Fri Feb 11 8:26:13 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from proxy.telecoms.bg (proxy.telecoms.bg [193.200.17.2]) by builder.freebsd.org (Postfix) with ESMTP id 8EFCC4714 for ; Fri, 11 Feb 2000 08:26:06 -0800 (PST) Received: from www.bgzone.com (bgzone [193.200.17.161]) by proxy.telecoms.bg (8.9.3/8.9.3) with ESMTP id SAA08773 for ; Fri, 11 Feb 2000 18:25:43 +0200 Received: from www.koral.bg (www.koral.bg [194.12.241.161]) by www.bgzone.com (8.9.2/8.9.2) with ESMTP id SAA14162 for ; Mon, 1 Feb 1999 18:30:24 +0200 (EET) (envelope-from mitko@www.koral.bg) Received: (from mitko@localhost) by www.koral.bg (8.9.3/8.9.2) id SAA01682 for freebsd-hackers@freebsd.org; Fri, 11 Feb 2000 18:26:39 +0200 (EET) (envelope-from mitko) Date: Fri, 11 Feb 2000 18:26:39 +0200 (EET) From: Dimitar Peikov Message-Id: <200002111626.SAA01682@www.koral.bg> To: freebsd-hackers@freebsd.org Subject: Routing problem Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have the following problem and cant see where I wrong or there is another way to do it. Problem: I have one segment in wich are connected different networks. in this case I try to use one workstation using Windows with alone IP -> let it be 192.168.1.1/32 and my freebsd uses 192.168.0.1/24 . The other Win I could setup to see this alone workstation using routing information but in my freebsd machine when I set using : route add -host 192.168.1.1 -netmask 255.255.255.255 -interface ed0 My arp table says that ed0 has IP 192.168.1.1 ????? If set using : route add -host 192.168.1.1 -netmask 255.255.255.255 192.168.0.1 My arp says nothing, but ping returns routing errors???? In fact I cannot route alone IP trought interface. It have no sense but in my case I must use tricks doing that!!! Could someone can explain me how to solve that problem? I see that 2 Windowses in this configuration have ping between, but ping between freebsd and that Windows - no! Mitko P.S.: I forgot that currently I use 3.1 release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message