FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
371 views 0 comments
by anonymous
Hi on a RUT950 Running firmware V6.x is there any CLI command to do a port scan on a specific IP address on the LAN side?

Thanks

Kind regards

2 Answers

0 votes
by anonymous

Hello,

you can try to add nmap to the device:

opkg update; opkg install nmap

then you can scan a specifi IP address:

nmap -A the-IP-addr-2-scan

regards,

0 votes
by anonymous

Hello,

tried your suggestion but I'm having the following errors:

*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz

Downloading http://opkg.teltonika-networks.com/97a70a384af1f296d43b3dd9a3a19b403858c2d8b648e8916d70e0eee6dc8d31/Packages.gz

Updated list of available packages in /var/opkg-lists/tlt_packages

Collected errors:

 * opkg_download: Failed to download https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/vuci/Packages.gz, wget returned 8.

Installing nmap (7.80-3) to root...

Package installation encountered an error, removing previously installed packages.

Collected errors:

 * verify_pkg_installable: Only have 1944kb available on filesystem /overlay, pkg nmap needs 2169

It seems that the avail space is not enough

Ciao