Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH invece di Telnet #1

Open
garis opened this issue Dec 24, 2016 · 3 comments
Open

SSH invece di Telnet #1

garis opened this issue Dec 24, 2016 · 3 comments

Comments

@garis
Copy link

garis commented Dec 24, 2016

Nel caso del DSL 2750B si può fare tutto tramite SSH.

Se ti interessa qui ho caricato qualcosa che riesce a monitorare la velocità in real-time di un collegamento ADSL su questo router.

https://github.com/garis/D-Link-DSL2750B-ssh-adsl-speed

@albertus82
Copy link
Owner

albertus82 commented Dec 24, 2016

Grazie @garis; purtroppo non ho più a disposizione un DSL 2750B, per cui dovrei lavorare alla cieca. Se potessi inviarmi l'output completo di una sessione SSH manuale in cui richiedi al router lo stato della connessione (usi ifconfig pppoa0 se non ho capito male), potrei iniziare a pensarci. Magari offusca l'eventuale IP esterno, non si sa mai. Grazie ancora e buone feste.

@garis
Copy link
Author

garis commented Dec 24, 2016

USando PuTTY:

login as: admin
[email protected]'s password:
> sh

BusyBox v1.17.2 (2014-11-05 17:06:34 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# ifconfig pppoa0
pppoa0 Link encap:Point-to-Point Protocol
inet addr:xxx.xxx.xxx.xxx P-t-P:213.205.53.165 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP ALLMULTI MULTICAST MTU:1492 Metric:1
RX packets:2559560 multicast:0 unicast:2559560 broadcast:0
RX errors:0 dropped:0 overruns:0 frame:0
TX packets:1920732 multicast:0 unicast:1920732 broadcast:0
TX errors:0 dropped:0 overruns:0 carrier:0 collisions:0
txqueuelen:3
RX bytes:3480262677 (3.2 GiB) TX bytes:149751272 (142.8 MiB)
RX multicast bytes:0 (0.0 B) TX multicast bytes:0 (0.0 B)

# exit
> exit

Buone feste anche a te!

@albertus82
Copy link
Owner

@garis mancano informazioni fondamentali quali, ad es., i valori di SNR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants