Skip to content
Snippets Groups Projects
Commit efc8342f authored by beuchatp's avatar beuchatp
Browse files

Corrected small error in the get IP address wiki for the broadcast ping commands.

parent 9a1b1bca
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,9 @@ inet 192.168.0.123 netmask 0xffffff00 broadcast 192.168.0.255
<br>
**(e)** Still in the terminal or command prompt window, ping the broadcast address with one of the following commands:
> On Mac OS X: ``ping -b 192.168.0.255``
<br>
> On Ubuntu 18.04: ``ping 192.168.0.255``
<br>
> On Windows: ``ping 192.168.0.255``
- On Mac OS X: ``ping 192.168.0.255``
- On Ubuntu 18.04: ``ping -b 192.168.0.255``
- On Windows: ``ping 192.168.0.255``
**(f)** The IP address of the RaspberryPi should be one of the IP addresses from which a response is received. As an example, the output of the ping should look something like the following:
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment