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
339 views 2 comments
by anonymous
Before the upgrade I used :

 echo -n "== whatever ==" | nc I<ip address> 8888

But after the upgrade I'm getting the message:

[Notification Center] duifkruid.nl utility not found

I want to sent data to an IP address NC was a good tool but doesn't work anymore any suggestion?

Johan

1 Answer

0 votes
by anonymous

Hi Johan,

By default OpenWrt comes with busybox-nc (the busybox implementation of netcat) which does not support server mode. However, can install GNU netcat.
Please check if the Netcat package exits in the RUT240 or not. Go to CLI and issue the below command:

opkg list-installed

if you cannot see the package, please install it using command:

opkg install netcat

If the package is already there try to remove it and then reinstall it again.

Regards,
Ramandeep

by anonymous

Hi,

opkg install netcat did not work but the command ns seems to be working again:

root@RUT240:~# nc

BusyBox v1.33.1 (2021-08-31 22:20:08 UTC) multi-call binary.

Usage: nc [IPADDR PORT]

Open a pipe to IP:PORT

Thanks for your support.

by anonymous

Hi Johan,

In case, if you face this issue in the future. Try to flash the firmware again. Download the firmware file here and please click on the link below on how to flash the firmware:
 
https://wiki.teltonika-networks.com/view/Firmware_upgrade_via_command_line#Uploading_the_firmware_file_to_the_router

Note: It is recommended only in case if you cannot run nc at all.

Regards,
Ramandeep