Netplus Broadband Bridging / Genexis Modem Unlock

  • Thread starter champa.rando
  • Start date
  • Replies: Replies 19
  • Views: Views 494
C

champa.rando

Messages
11
Location
Bikaner, IND & Sydney, AUS
ISP
Airtel/Jio/BSNL
I'm probably gonna get rid of this ISP tbh after this garbage as I see its not worth my time (especially when I don't live there lol, its just for my grandparents)
 
C

champa.rando

Messages
11
Location
Bikaner, IND & Sydney, AUS
ISP
Airtel/Jio/BSNL
@santorini
I have F670L from airtel with locked down user. All I did for that one was F12, inspect element and literally modify HTML code line which has "disabled" attribute tag on the option for bridge. Then create new WAN profile, you cannot choose Bridge via GUI, again using HTML, set the option tag's value to "bridge" and its done.


IlPGrAz.png

Here is an image of what I did. As you see in the right side, after creating a new profile, set the VALUE TAG TO BE "bridge". The title/text tag doesn't matter as its just for visuals.

See if this works for you in Netplus. IF it does, win win :)
 
C

champa.rando

Messages
11
Location
Bikaner, IND & Sydney, AUS
ISP
Airtel/Jio/BSNL
By the way @Harmanpreet you can setup an automatic script to update your WAN IPs for your router. Not so sure about TP-Link since they dont give you full SSH on basic routers (correct me if im wrong) but for example on Asus or Netgear or opnsense/pfsense, you can setup a Cron job to automatically curl the netplus ONT's WAN profile page (send -u username : pass as cmd param in CLI) and you can use 'sed' linux cmd to extract the latest IP from ONT.

Then compare against opnsense/pfsense/your router's WAN IP and update it via CLI if needed.

Obviously you need linux experience for this but can be done if you wish. And maybe set crontab to do this every 5 minutes or something lol? Max reliability ;P
 
P

panks21

Messages
229
Location
Delhi
ISP
Airtel Static IP
@champa.rando

I am not sure if you try to connect your laptop to the ONT and tried to get IP on the laptop directly instead of the opnsense firewall. You may run wireshark to see what is going on