How to get a list of IP addresses connected to a WISP home broadband router?

How do I find what machines are connected & their traffic?

I can log into my ubiquiti Rocket M2 radio from Linux using: $ ssh -l ubnt

Once in the "ash" shell, I see this: BusyBox v1.11.2 (2013-05-28 17:52:06 EEST) built-in shell (ash) Enter 'help' for a list of built-in commands. XM.v5.5.6#

Typing "help", I get these commands only: Built-in commands: ------------------- . : [ [[ alias bg break cd chdir command continue echo eval exec exit export false fg getopts hash help jobs kill let local printf pwd read readonly return set shift source test times trap true type ulimit umask unalias unset wait

I know the IP address of the home broadband router (192.168.1.100) which is connected to the radio, but my first question is how I would find that router IP address if I didn't already know it?

Route -n doesn't seem to report the router (which is 192.168.1.100): XM.v5.5.6# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.50.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ath0 0.0.0.0 10.50.0.1 0.0.0.0 UG 0 0 0 ath0

My next question is the more important one.

How do I find the IP addresses of the machines that are connected *to* that router? And how do I find their traffic?

I tried "netstat -n", "ifconfig", etc., but none tell me the IP addresses connected to the home broadband router, nor their traffic IP addresses.

Any ideas how to get a list of the IP addresses connected to the home broadband router?

read more and respond »

Posted 5 years ago by Cl?ment Durand in Wireless Networking

Report misuse

Image for How to get a list of IP addresses connected to a WISP home broadband router?