IP Address
Gavin (1413) 54 posts |
How can I find my current (local) IP address? My RISC OS Pi is currently getting a net connection from a Mac (via Internet Sharing) so it uses DHCP. Is there a way to see the IP address in the Desktop? And how about the command line? I’ve tried *Status and *InetInfo and various other commands that I remember from years ago. I assume I’m missing something obvious but I’ve Googled and *Help(ed) and I don’t see how to do it :) Help? |
Chris Gransden (337) 1202 posts |
‘ifconfig -a’ to see all configured devices ‘inetstat -r’ to see routing tables |
Gavin (1413) 54 posts |
Thanks Chris! |