Reliance Jio AirFiber Root Access Guide

  • Thread starter Thread starter itsyourap
  • Start date Start date
  • Featured
  • Replies Replies 310
  • Views Views 37,701
to instal theme use ssh and
opkg install luci-theme-material
it will instal matrial theme
 
also we can use this idu as mesh or extender also acces to led wich we can customize as or need
 
@error4oo4

Sorry there was a mistake in the WAN config in /etc/config/network,
it should be,

Code:
config interface 'wan'
    option device 'eth1'
    option defaultroute '1'
    option peerdns '0'
    list dns '1.1.1.1'
    list dns '1.0.0.1'
    option metric '2048'
    option ip6prefix '64:ff9b::/96'
    option proto 'dhcp'
    
config interface 'wan6'
    option proto 'dhcpv6'
    option device 'eth1'
    option defaultroute '1'
    option reqaddress 'try'
    option reqprefix 'auto'
    option peerdns '1'
    list dns '2606:4700:4700::1111'
    list dns '2606:4700:4700::1001'

Also comment out plume in /etc/config/plume and change permissions to read only.

Code:
# config plume
#     option redirector_addr 'ssl:redirector-prod.rho.jiohs.net:443'
chmod 444 plume

Also change permissions for the TR069 file like this (after editing it from the code given in Github).
 
I know it will take a lot of work to get here, but I am willing to do it if I can unlock usb port to share my HDD over the network. Can I do it if I gain root access?
 
@error4oo4 After disabling IPv4, you would get the ODU's IPv6 gateway address something like fe80::XXXX:XXX:XXXX:XXXX%2. You just have to remove the %2, and paste the gateway IP in the browser in this format http://[fe80::XXXX:XXX:XXXX:XXXX]. Hopefully, you'll be able to reach the ODU.

Do note that the ODU's default login is capital letter A in Admin and password Jiocentrum.
 
@Palwinder Gill It's locked by default. The router will scan and identify the device but will provide no options to share it. I didn't do anything from this guide yet like gaining root access etc. Now that you have provided links and seems like it might be possible, it's time to learn something new. If I brick the router in the process, I moved on from Jio anyways.
 
Back