Network Bridge In Win Xp

Home Forums Discussions Support Network Bridge In Win Xp

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5091
    feodor
    Participant

      I am using the winpkfilter API’s to construct/install a network bridge between two netwotk interfaces.please help with the relevant functions …………..

      #6235
      Vadim Smirnov
      Keymaster

        Basically making bridge is rather straightforward. Just set the promiscuous mode on the bridged adapters (PacketSniffer sample shows how to do this) and repeat packets received from one bridge interface to all other bridged interfaces with NDIS_FLAGS_DONT_LOOPBACK | NDIS_FLAGS_SKIP_LOOPBACK set to avoid loopback packets. These flags combination will work for Windows 2000+, for earlier version you have to track MAC addresses and repeat packets according MAC address table.

        #6236
        feodor
        Participant

          thanx for the reply,i m really short of time
          if u have the readymade source code for the ethernet bridge for winxp pls send it,really appreciate it

          u can send it to followthepriest@yahoo.com
          or post it here thanxx

          #6237
          Vadim Smirnov
          Keymaster

            I have not got ready user mode Ethernet Bridge code I could post here.

            The source code for the kernel mode Ethernet Bridge http://www.ntkernel.com/w&p.php?id=20 is available only to WinpkFilter Source Code licensees.

            #6238
            feodor
            Participant

              any other implementation of ethernet bridge other than winpkfilter is also OK.pls check

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.