Re: [orca-list] ot ssh and accessibility



I agree with monitoring IP assignments via the router. How to do that
depends on your router.

In my case I'm running OpenWRT which writes logs into a fixed amount of
RAM and also provides a utility to read those logs called logread. Since
(presumably) we're looking for dhcp assigned addresses, we can see
addresses assigned while the target device boots like so:

logread -f |grep dhc

If your logs are systemd, you can apply a similar strategy by tailing
and filtering journalctl:

journalctl -o cat -f |grep dhc

The problem, imo, with the nmap approach is that it assumes a class C
address in a particular subnet. Perhaps that's an accurate
representation of the facts, but I suspect it's more an unwarranted
assumption. Unless you have reason to know the subnet is 192.168.1.*,
that range won't avail.

Best,

Janina


Glenn K0LNY writes:
I usually look in my router settings.
Glenn
----- Original Message ----- 
From: "Pavel Vlcek via orca-list" <orca-list gnome org>
To: <orca-list gnome org>
Sent: Sunday, August 16, 2020 10:57 AM
Subject: [orca-list] ot ssh and accessibility


Hi,atthis time, I am trying to connect to Anarchy Linux Installer using
ssh, but I can not find the device using nmap -sP 192.168.1.* Do you
know some other accessible method, how to detect all possible devices?
The Anarchy Installer has ssh support and I use nmap to detect devices,
but maybe some other method can help.

Thanks,

Pavel


_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: 
https://help.gnome.org/users/gnome-help/stable/a11y.html 

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html

-- 

Janina Sajka
https://linkedin.com/in/jsajka

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:       http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Co-Chair, Accessible Platform Architectures     http://www.w3.org/wai/apa



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]