How to find out IP address of my attached NAS?

I can find several topics as how to attach your NAS when you have the IP address. However, I have the opposite use case: my NAS shows up in Finder under the Network tab. How can I find out my ip address of the NAS?


I need to get the ip address in order to load the management panel.

Posted on Dec 30, 2024 9:55 AM

Reply
Question marked as Top-ranking reply

Posted on Dec 31, 2024 11:37 AM

Even just "ping -c1 <name>.local" would work, since the first line of the output would be something like:

PING <name>.local (<IP Address>) 56(84) bytes of data
8 replies

Dec 30, 2024 11:09 AM in response to alv1234

I happen to use a (static) Reserved DHCP address for my Diskstation NAS that resides outside of the range of normal DHCP assignments. I also bookmarked that DiskStation web Management panel address in my browser so it is a one-click access. Otherwise, I would have to do the following to ascertain the NAS IP address from its hostname:


ping -c1 DiskStation2.local | egrep -om1 "\d+.\d+.\d+.\d+"


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to find out IP address of my attached NAS?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.