What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Mac os x device discovery?

captaindunsel

New Around Here
Currently have my rt n66u in access mode. I need to change a setting and I can't without a way to find router. Is there a way to do this on os x? I have searched high and far without an answer. If this has been answered already please excuse my inability to find it.
 
Currently have my rt n66u in access mode. I need to change a setting and I can't without a way to find router. Is there a way to do this on os x? I have searched high and far without an answer. If this has been answered already please excuse my inability to find it.

Do you mean the RT-N66U is set as an access point ? I probably misunderstand your question, but usually you can access the router at the address 192.168.1.1 ? What else is on your network ?

GH
 
Mac os x device discovery

Yes it is in access point mode. I needed to have full cone in ichat to connect to a few people and screen sharing from Imessage. My motherboard has dual lan so i enabled internet sharing between the dual lans and connected the wire from the modem to en0 and connected the other lan to the rt-n66u to en1. It worked but i was unable to connect to the the modem. In windows there is a utility for this... none for mac
 
Mac os x device discovery

Ok thanks to everybody that took a look at this..it was not an easy thing to find but I did find a solution to the problem. great forum! Thanks to Merlin for his hard work.
 
I hate to state the obvious, but if you announce a resolution to the original question, could you possibly state what that resolution might be?
 
I entered into terminal netstat -ra and in the output was the IP address of the rt-n66u . It worked in my situation as i was using Internet sharing on my dual LAN ............ As always ymmv.........
 
Hi captaindunsel,
"netstat -ra" bring a lot of information mostly not needed to find the router as a standard configuration router is the default gateway.
If you use
"netstat -rn | grep UG"
you will get the IP of the gateway, all in one line.
Netstat is a very usefull command but it brings too many info, with grep you display only what is needed ;)
In any case for MAC OS the reference page is :
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/netstat.1.html

:cool:
 
Yes I was looking at that library page on netstat command. I will experiment with this and see what the terminal output is.. I wish Asus would have figured out a way to do this on a mac..
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top