In order to open a terminal window. If from the ChromeOS desktop, we press and hold down the Control and Alt keys, and then press t on the keyboard. A CROSH terminal window will open
- At the command prompt type:
 
ipaddrs
- When we press Enter on our keyboard, we will be presented with basic information about all the network connections on our Chromebook.
 
- In order to find the IP address being used by your Chromebook, you will need to find the connection type wlan0 which is the Chromebooks wireless network connection. 
 
- To make the list of connections shorter, you can use the following command to display only the connections using IPv4
 
ipaddrs -4
- To display only the connections using IPv6 use this command:
 
ipaddrs -6
Note:  IPv4, which stands for Internet Protocol version 4. Is one of the core protocols used by the internet to enable devices to connect and communicate with each other. However as the internet has grown, IPv4 can no longer provide enough addresses. So IPv6 was developed, to accommodate more devices, and will create roughly 240 trillion new addresses. 
- To close the Crosh simply type 
 
exit
Note: As of ChromeOS 119.0.6045.212 (December 12, 2023), we noticed that the network_diag command was no longer being recognised in the CROSH. So while the ipaddrs command does not provide as much information as network_diag. This is the only command the CROSH will recognise in order to display the IP address being used by a Chromebook.