From efc8342fa3eb319a50eae078eec1caaa8ac0454e Mon Sep 17 00:00:00 2001 From: beuchatp <beuchatp@control.ee.ethz.ch> Date: Thu, 18 Jun 2020 13:57:12 +0200 Subject: [PATCH] Corrected small error in the get IP address wiki for the broadcast ping commands. --- .../ip_address_and_internet_access_for_raspberry_pi.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md b/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md index 95f61b5f..3ce572c1 100644 --- a/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md +++ b/wiki/install_and_setup/ip_address_and_internet_access_for_raspberry_pi.md @@ -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: ``` -- GitLab