tcp connection b/w two modules using tap devices.

rajneesh rana rana.rajneesh at gmail.com
Mon Aug 13 01:51:57 PDT 2007


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.


More information about the freebsd-net mailing list