Airfiber Outdoor unit Login

  • Thread starter Thread starter subandhu21
  • Start date Start date
  • Replies Replies 12
  • Views Views 4,084
@subandhu21 the login is https://jioodu.local.html/ .
IMG-20240426-151729 hosted at ImgBB
BTW are you trying to directly connect the odu to PC? Then please let me know the results as though I had Jio Airfiber I never tried that and my Airtel Airfiber allows me to connect the odu directly to PC/own router
 
Last edited:
I connected the ODU to the Openwrt Router (without Jio's router), something's works while others doesn't, so I found the IP of the ODU and able to reach that from the openwrt but not from the lan. This means they haven't disabled that.


Code:
root@OpenWrt:~# wget -qO- --no-check-certificate https://[2409:40f4:___:____::1]
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="application/x-www-form-urlencoded;charset=utf-8">
<link rel="stylesheet" href="/css/styleJio.css">
<title>JioODU</title>
</head>

<script>
var islogin  ="0";

function bodyLoad()
{
        if(islogin == "1")
        {
                //redirect to net-status.html page
                window.location.href = "/cgi-bin/cm/net-status.html";
        }
        else
        {
                //redirect to login.html
                window.location.href = "/cgi-bin/cm/login.html";
        }

}
</script>

<body onload="bodyLoad()" style="background: var(--primaryjiomint);">
</body>
</html>
 
So If you get a IPv6 like this 2409:40f4:1127:528:24e6:4ad9:2f22:____ then it would be accessible at 2409:40f4:1127:528::1, It took me some time to figure this out.
 


@adinetech can you please explain me that how you got that login IP from OpenWrt as I'm trying to do the same with my Airtel AirFiber ODU?
Thanks in Advance
 
Hello @adinetech, I am also trying to web login to Jio AirFiber ODU unit, but no luck at all. As per its user manual it has mentioned the Web UI address https://jioodu.local.html, to access this while connecting this ODU direct to PC, but nothing happed and PC doesn't connect at all and also no IP assigned to the PC from the core network as ODU is configured in bridge mode (Pass through) as per their mention in the user manual. Could you please help me in finding out how you got that login IP and access to this ODU Web login Page? Thanks for your cooperation on this please.
 
Last edited by a moderator:
Hello to all you Are Absolutely correct in login but here is some spteps that you are missing out:

1. Don't remove the ODU
2. Just Remove The Lan Cable Which Is Going Into The Router do not plug the ODU unit lan cable diectly into you pc
3. Take the lan cable from the router the cable which is going inside the router from power adapter.
4. Then just Got to browser and type 'https://jioodu.local.html'
5. then login with Username : Admin ; and password : Jiocentrum
 

Back