The router password is usually to gain administrative access to the router.

But are both of your machines on the same side of the router?

To see your arp table, get to an OS command prompt, and type: arp -a

This will show you the internet address and corresponding network
address of each known machine on the network.

The command to see your routing table varies with your operating system

Windows: route print
OSX: netstat -r
Linux: route

This will show you information about which machine to talk to for
machines which are outside of your network, and there is either a
bitmask showing you which part of the listed ip address selects the
network (the 1s in the bitmask) and which part identifies a machine on
the network (the 0s in the bitmask) or there will be a slash and a
small integer which says how many bits of the ip address are used to
select that particular network (counting from the left - although they
use bitmasks, the convention is that those masks are all 1s followed
by all 0s).

You already know, of course, that ip addresses are expressed using a
dotted decimal notation. For example, 1.2.3.4 corresponds to these
bits: (32#2)#:256#.1 2 3 4

And you probably knew (but have not been thinking about) the idea that
"IP" in "ip address" stands for "internet protocol" - and that that is
a protocol for sending messages between different networks (such as an
ethernet network or a wifi network, for example).

Anyways, there's more that might be relevant, but hopefully this is
enough that you can ask the next question.

Thanks,

-- 
Raul


On Thu, Jul 7, 2016 at 6:50 PM, Brian Schott <[email protected]> wrote:
> The router does have a password, but that is to join the network, isn't it?
> I have not been able to access anything else on my mac, but I did not try
> this most recent time.
> My system has a dynamic ip address that changes each time I turn off the
> router, I think.
> I suppose I could send you the IP address in a private message if you think
> you could diagnose my problem better.
>
> I don't know what an arp table is or what a routing table is.
>
> Thanks,
>
> On Thu, Jul 7, 2016 at 6:27 PM, Raul Miller <[email protected]> wrote:
>
>> It could be either, though if it's turned off in preferences that
>> suggests the router.
>>
>> Are you able to access anything else on that mac from that remote system?
>>
>> (Are they on the same network? If so, does each machine have the other
>> in its arp table? If not, what do the routing tables look like?)
>>
>> Thanks,
>>
>> --
>> Raul
>>
>>
>>
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to