ip_conntrack is only there if the radio is doing NAT (OP didn't say
one way or the other)
On 02/18/2014 12:30 PM, Ben West wrote:
If you're handy with an SSH console, and you can log in
directly to the Nanostation in question, this command can dump
a list of all active connections:
cat /proc/net/ip_conntrack
If you know the IP address issued to the client in
question, or you want to filter the list to active UDP
connections, you can use grep:
grep udp /proc/net/ip_conntrack
grep 192.168.x.x /proc/net/ip_conntrack # where 192.168.x.x
is client's IP
This works on Picostations running UniFi, should work on
AirMax too. Indeed, it will probably work on an
802.11g-generation Nanostation as well. This is just querying
netstate state info from the Linux kernel.
_______________________________________________
Wireless mailing list
[email protected]
http://lists.wispa.org/mailman/listinfo/wireless
|
_______________________________________________
Wireless mailing list
[email protected]
http://lists.wispa.org/mailman/listinfo/wireless