Re: problems with NetBT



So both physical segments use one and the same IP address, right?

Not sure whether or why that would make any sense, but anyway...

Both NICs have their own MAC address, right? So which MAC address does
your IM's virtual adapter present to NDIS and thus to ARP?

What is the result of the "ARP -a" command?

I guess ARP is the problem. You can probably solve the problem by
implementing "proxy ARP" (RFC 1027, e.g.
http://www.ietf.org/rfc/rfc1027.txt), but I am not sure if it's
actually worth worrying about.

I am also pretty sure there is another, easier, and probably more
standard conforming solution for your concern.

Stephan
---
Michal Filka wrote:
> Hi,
> >
> > Are you saying you have two physical NICs, and each of them is
> > connected to a separate physical network?
> >
> > Otherwise, are the two NICs connected to the same physical network?
> > Still not much of an exceptional setup. IP and ARP don't care for
> > packets of foreign IP subnets.
> ... it depends. Each adapter is connected to a separate physical network.
> But purpose of my NDIS IM is to conect both segments together and create one
> "logical" network. I have a reason for doing so throught changing ARP
> communication and then forwarding IP communication. But, when I try to use
> "my neighbourhood" on computer where NDIS IM is installed it doesn't work
> well sometimes (doesn't show connected stations). I suppose that problem is
> that computer with NDIS IM is connected throught two NICs into this new
> logical network.
> >
> Thanks for answer
> Michal

.



Relevant Pages

  • Re: problems with NetBT
    ... are the two NICs connected to the same physical network? ... Each adapter is connected to a separate physical network. ... But purpose of my NDIS IM is to conect both segments together and create one ...
    (microsoft.public.development.device.drivers)
  • Re: 2 nics in the same machine...
    ... >> the roles of the two NICs if you want to test both ways. ... He will need to enter static ARP entries for this to ... Except that in some very weird cases, the higher MTU on loopback may ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • ARP MESSAGES FILLING CONSOLE
    ... I have several BSD based servers which are multi-hone (Two Nics) one Nic faces the internet, the other faces a PRIVATE IP subnet and wireless DMZ. ... However since the internet router is also the end point for the wireless DMZ I get a barrage of ARP messages indicating the the private nic is receiving ARP for the public network and vice versa. ... PRIVATE 192.168.100.24 (NAT IP for PC etc) ...
    (freebsd-isp)
  • Re: NDIS Vs Protocol Who will drop the packets?
    ... I'll also add a summary of the "Ndis miniport syncronisation question" chat, ... > explicitly been asked to allow certain types of packets, ... The mechanism by which NICs achieve this is hardware ...
    (microsoft.public.development.device.drivers)
  • Re: Manually controlling ARP requests
    ... >>solution, as ARP only covers the NICs on your subnet (your LAN segment, ... unless your bridges enable ARP passthroughs). ... > I assume you can do this with raw sockets however this works different of ...
    (comp.os.linux.development.system)