Re: any utility to change ip
On 2013-07-17, Doug <dmcgarrett@optonline.net> wrote:
> One would think there is some simple way to find what device is using
> what ip. but I haven't ever seen it. Since the system installs printers
> and other network hardware, it surely must know what the ips for these
> devices are. (It would have to work on any Linux system, not just
> Debian, since that is not my normal system.)
>
> Anybody know?
>
> --doug
arp-scan -l -g --interface=wlan0
arp-scan -l -g --interface=eth0
arp-scan -l -g --interface=eth1
etc.
Reply to: