I made ad-hoc wireless network on my Gentoo workstation using NetworkManager. Is there any way to see what network adapters are connected to this network?
|
feedback
|
migrated from stackoverflow.com Oct 6 '11 at 3:54
This question came from our site for professional and enthusiast programmers.
|
netstat should be able to show this.
For example:
should show who is connected on a certain interface. If you don't know the IP or interface to use, do | |||
feedback
|