This is
some progress. Following the first link, when I enter
arp -a, I don't see the IP given by B4A-Bridge on my tablet. So the progress is that I now know what the problem is (maybe).
But then I come to the instructions saying to enter:
netsh interface ipv4 add neighbors "Connection Name" IP ADRESS MAC ADDRESS
Where Connection name is the name of your connection. You can find out the name of your connection by typing netsh interface show interface[1]
Your phone's IP address and MAC address will be listed in your router's ARP table[3], or you can find that information in your phone's settings.[2]
[1]When I enter
netsh interface show interface, five Interface Names are listed and it is not obvious which to use.
[2]It says I can find "your phone's MAC address in your phone's settings," but I can't find it on my tablet.
[3]I Googled "MAC Address Lookup" which said to enter
ipconfig /all at the Win7 command prompt, but that brings up 14 sections showing different descriptions and I can't be sure which to use.
So I tried my best guesses:
netsh interface ipv4 add neighbors "Wireless Network Connection" 192.168.0.6 02-50-F2-00-00-01
It accepted that but when I enter
arp -a, the B4A IP address still doesn't show up, but when I try to enter the above line again, cmd says "The object already exists." When I try to connect to B4A I still get "Ping failed".