<p dir="ltr">The long and the short of it is subnet masking. Basically, in home networking, your subnet mask is almost always 255.255.255.0 also known as a /24 (slash 24). What this means is that the first three octets of the IPs of two devices have to be the same before they can talk.</p>
<p dir="ltr">Routers are capable of breaking this boundary, but of course your router can only know about <a href="http://192.168.1.0/24">192.168.1.0/24</a> so that won't help you. </p>
<p dir="ltr">If the raspberry pi is handing out addresses in a different range then you need to put your laptop in that range temporarily, log into the pi, and reconfigure it to not do that. Unless you intend for it to create its own separate network that is. </p>
<div class="gmail_quote">On Oct 5, 2015 10:22 PM, "david" <<a href="mailto:ainut@knology.net">ainut@knology.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Seems like lately I've forgotten everything I've ever known. <sigh><br>
<br>
I need to be able to access subnets at home; everything is behind a firewall to the Internet.<br>
<br>
My PC's are all dhcp in the 192.168.1.x address space.<br>
<br>
I'd like to be able to talk to other addresses from these PC's.<br>
<br>
Specifically:<br>
192.168.7.2 -- Beaglebone Black default IP Address works just fine.<br>
<br>
but<br>
<br>
192.168.10.1 -- particular RPi 2 address from downloaded image does not. Of course, that Pi is a wireless one, while if I turn off the wireless and connect a house cable, it gets assigned 192.168.1.56 (for example) and that works fine. BUT, the wifi address is still not accessible unless I make the wifi laptop get on the RPi 2 as it's dhcp server and then the laptop gets assigned 192.168.10.x. <sigh> (Same for the Android tablet.) How do I get everything to play nice with each other?<br>
<br>
Bought a NAS server and set it's address to 192.168.200.1 -- and *nothing* in the house could see it until I changed it's address to a 192.168.1.x.<br>
<br>
Help, please.<br>
<br>
Thanks,<br>
David Merchant<br>
<br>
<br>
_______________________________________________<br>
General mailing list - <a href="mailto:General@lists.makerslocal.org" target="_blank">General@lists.makerslocal.org</a><br>
A service of Makers Local 256 - <a href="https://256.makerslocal.org/" rel="noreferrer" target="_blank">https://256.makerslocal.org/</a><br>
<a href="http://lists.makerslocal.org/mailman/listinfo/general" rel="noreferrer" target="_blank">http://lists.makerslocal.org/mailman/listinfo/general</a></blockquote></div>