Skip to content

Get Bond IP Address

Aaron Sapp edited this page Sep 29, 2020 · 2 revisions

To get your Bond IP Address, from your Mac/PC connected to the same network, try pinging the Bond. For example, if your Bond ID is BB18038, you can ping it by running the following command in a terminal:

ping BB18038.local

You should see the IP address printed, along with reply messages. Press Ctrl-C to exit the ping program:

PING bb18038.local (192.100.0.61): 56 data bytes
64 bytes from 192.100.0.61: icmp_seq=0 ttl=64 time=96.800 ms
64 bytes from 192.100.0.61: icmp_seq=1 ttl=64 time=34.902 ms
64 bytes from 192.100.0.61: icmp_seq=2 ttl=64 time=4.226 ms
^C
--- bb18038.local ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 4.226/45.309/96.800/38.503 ms

You can see the IP address of this Bond is 192.100.0.61.

NOTE: It is highly recommended you use a static IP Address. If not, your router may change the IP Address of your Bond, especially if the router restarts. Directions for how to do this vary by router, but you can Google something like "Set static IP address for [insert your router name]".

Clone this wiki locally