Changing WiFi Channel on Nokia G-2425G

Messages
5
Location
India
ISP
Airtel
I'm trying to use my TP-Link router in bridge mode with GPON Nokia G-2425. This is working well with setting WiFi Channel number in TPLink router same as that in Nokia.
But the issue is sometimes after restart of Nokia router, it changes the WiFi Channel number. I've to again manually adjust the channel number in TPLink.
When I tried to set this in Nokia under Network--> Wireless (2.4 GHz), I can change all settings but Channel number.
Any suggestions of fixing this?
 
Shift + Ctrl + C on your browser page where channel is disabled, hover to disabled element (Channel), you will get:
<select name="wl_channel" class="form-control x-input-sm" disabled>
removed disabled:
<select name="wl_channel" class="form-control x-input-sm">

then drop down will work and change the channel

Thanks man, you are a life saver it is now working fine.
 
Upvote 0
No, this trick doesn’t work anymore.

However, I can change the channel in Airtel routers to any channel number. I have spent 4 weeks to figure this out writing a lot of codes manually. Finally! I’ve made it!!!
Reach out to me via PM.

Posting this message on all related threads of Nokia - Airtel router channel change so people can easily find.
 
Last edited by a moderator:
Upvote 0
Shift + Ctrl + C on your browser page where channel is disabled, hover to disabled element (Channel), you will get:
<select name="wl_channel" class="form-control x-input-sm" disabled>
removed disabled:
<select name="wl_channel" class="form-control x-input-sm">

then drop down will work and change the channel
You dont know, but you are fucking awesome bro.
 
Upvote 0
Yes it used to work using inspect element, but now it is blocked from the servers, and you need to ask technicians each time to change the channels so that you can use your range extenders, each one of them TP-Link, Netgear or any other will not work with auto or all channels.
 
Upvote 0
Back