Date: Mon, 13 Aug 2007 13:54:18 +0530 From: "rajneesh rana" <rana.rajneesh@gmail.com> To: freebsd-net@freebsd.org. Subject: tcp connection b/w two modules using tap devices. Message-ID: <228b46650708130124w6c5f4adfqd727b52d41b23143@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
i am writing two modules on same machine which interacts with each other through tcp connection using two taps: tap1 tap2 with IP address of class C. Both taps are connected to bridge. Module1 opens a client tcp socket, bind that socket to tap1 and write to socket with destination IP of tap2. Module2 opens a server socket connection listening on IP address of tap2. Problem is connection is not getting established and i am getting error connection timeout.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?228b46650708130124w6c5f4adfqd727b52d41b23143>