Forum Discussion

DisgruntledArka's avatar
DisgruntledArka
Roaming Rookie
3 years ago

Advanced Settings Arcadyan KVD21

Does tmobile read these forums?

 

It is absolutely imperative that they un-lobotomize the firmware to provide the ability to 1. disable wifi, 2. change the admin password.  this is pathetic.

  • Hello all!

    I just recently got one of these Arcadyan KVD21 units as I was using an Inseego M2000, but after speaking with Inseego, there’s no way to add an external antenna to it unfortunately that they could offer, even though there ARE visible ports on the PCB...

    Since I’ll be living in the sticks soon, I took the unit out to where I will be at and did a speed test and I got in excess of 200mbps down, which is all I need, so I probably won’t bother with an antenna!

    What I DO need to do is to be able to disable the IPV6 as it’s causing issues. I watched a couple of YouTube videos regarding disabling WiFi, which I may need to do, but found nothing on IPV6?

    I am a 20 year network admin and I can work with command line programming, so if anyone has any info on getting this done, I would appreciate it greatly!

     

    Cheers!

     

    Tom

  • Cali_Cat's avatar
    Cali_Cat
    Bandwidth Buddy

    Apparently firmware code is suffering from supply chain too.

  • #!/usr/bin/env bash
    set -x

    admin_pass="REPLACE WITH PASSWORD FROM STICKER ON ROUTER"

    # this creates json object for obtaining token
    auth_payload=$(echo '{"username": "admin", "password": ""}' | jq -c ".password = \"${admin_pass}\"")
    # this obtains a token from the router
    token=$(curl -s -d "${auth_payload}" http://192.168.12.1/TMI/v1/auth/login | jq -r ".auth.token")
    # this gets the old config
    old_ap_config=$(curl -s -H "Authorization: Bearer ${token}" "http://192.168.12.1/TMI/v1/network/configuration?get=ap")
    # this modifies the old config in memory (no temp file in c:\ required)
    new_ap_config=$(echo ${old_ap_config}|jq -c ".[\"2.4ghz\"].isRadioEnabled |= false | .[\"5.0ghz\"].isRadioEnabled |= false")
    # this publishes the new config to the router
    curl -s -H "Authorization: Bearer ${token}" -d "${new_ap_config}" "http://192.168.12.1/TMI/v1/network/configuration?set=ap"

     

    ^ disable both wifi networks. requires curl, jq.  don’t run this if it doesn’t make sense.

  •  Yes, I know the video can be a bit long at times but it is good information and you can get the commands from below the video. I watched it a couple of times as there were a few things I had missed. I also prefer just to have the instructions in bulleted format. Nater Tater’s videos are very helpful but do take a little time to digest in places.

  • gramps28's avatar
    gramps28
    Router Royalty
    DisgruntledArkadyanUser wrote:

    Does tmobile read these forums?

    Personally I hope they are but I haven't seen any of the tmo_ employees post in the last couple of months. I think Tmobile is shifting their employee support to Facebook or Twitter.

    Tforce use to frequent this board 5-6 years ago and help people but have since shifted to the other social media support leaving this a user to user forum like it was when I first started using this forum.

  • Thanks, that’s the best I was hoping for. Watching the video now. Wish someone would type out the instructions so it’s show up in a google search instead of having to, you know, watch a video or be told about it.

  • I could not agree with you more but there are people out there that do provide ways to make the best of an imperfect solution. Do go to YouTube and check out Nater Tater’s videos. You can shut off the SSIDs for the radios and set your own admin password. Using the web interface with a hard wired connection to the gateway is my preferred way to manage the router. The Arcadyan is not where it should be but with the phone application and Nater Tater’s information you can make your way through it. I find the phone app to be a bit frustrating and buggy but in a pinch when it works well it does provide some visibility and control. The videos Nater Tater has provided are very helpful and necessary. 

    Does T-Mobile read these forums? I really hope they do and are actively working to improve the software solution so subscribers get what is needed. I cannot disagree that the Arcadyan software and feature set is lacking. It really is in comparison to the Nokia gateway software. Both could be a bit more feature laden. I have the Nokia and it is working pretty good for me. Some just complain about it but I am very happy to have it. It beats anything else that is available in my location by miles.