(I wish this place had an Edit function)
I just noticed you mention a "multiLan environment" -
Do you mean that you are running several different address blocks over the same physical media?
If that's the case, then you need a router that can recognize the several address blocks and route the packets from block-to-block (inter-VLAN routing).
I don't know of any consumer-grade routers that can handle more than one address block per segment; you may have to upgrade to a commercial-grade router (even a Cisco 2500 can handle it, you only need one Ethernet port).
Scott
Main Topics
Browse All Topics





by: SMackPosted on 2003-05-26 at 23:12:12ID: 8587926
Probably the easiest thing would be to see what IP address the ARP is asking to resolve. If it's not on your LAN, it should at least point you to what process is looking.
If it's asking for something that looks like the right address or close, you have a typo. If it's asking for something that doesn't vaguely resemble an address on your LAN, then something is really wrong; your PC believes the address is local ... or it wouldn't be ARPing (or at the very least, it would be ARPing for the Default Gateway MAC).
My initial impression is that you have an improper mask somewhere ... the address will look right, but because the mask is incorrect (it would be too long ... like maybe it's "255.255.2YY.X" (X = 0-255, Y=00-55) instead of something like "255.255.248.0" or "255.255.128.0" ....
Check all your masks, check the requesting MAC and try to match it to a host.
Good Luck
Scott