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
223 views 0 comments
by anonymous
Hi,

for security reasons I would like to disable the USB Interface.

Is that possible?

Regards

1 Answer

0 votes
by anonymous

Hi,

You can do this by executing these UCI commands:

uci set network.lan.ifname='eth0'

and then

service network reload

uci commit network

service network reload && /etc/init.d/adb stop && /etc/init.d/adb disable

After these, your USB should not give any network. If you wish to gain your Micro-USB functionality back you will have to activate everything back again with other services like SMS utilities or Json-RPC.

EB.