EAP 115 External portal problem

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

EAP 115 External portal problem

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
EAP 115 External portal problem
EAP 115 External portal problem
2019-02-06 07:41:10

I have problems to establish sms authorisation... 

 I read this https://www.tp-link.com/ru/faq-2335.html 

 My scripts stuck somewhere between 4-5-6 steps.

 

 I sent form with login pasword, mac to AP and all stop. My Radius don't get reqests from AP(step 5). I don't know where to look in AP to see log - was ever data recived by AP... 

APs a in network 192.168.0.x, it treminates by NAT on TL-WR940N/TL-WR941ND where works portmap: 81 port maps  to ip 192.168.0.11:80 wich is AP, so I have access to them outside LAN. 
Authorisation scripts & radius outside this network, so they have to access to AP using external router ip and port to send ansver on step 4. 



How I can see any logs on AP to check authorisation process in detail?  

  0      
  0      
#1
Options
1 Reply
Re:EAP 115 External portal problem
2019-02-06 11:34:56 - last edited 2019-02-06 12:51:20

my form for 4th step =>

 

<div class="login-page"><div class="form">
        <p class="message2">«bla-bla-bla»: WiFi</p>
        <img src="img/wifilogo.png" style="padding-bottom: 14px;">
        <p class="message4">Доступ предоставлен!</p>
        <p class="message4">После нажатия на кнопку "Включить" Вы сможете использовать Интернет на своём устройстве как обычно!</p>
        <form method="POST" action="http://10.225.32.181/portal/auth" id="form" name="form">
         <input type="hidden" name=username value="'.$PHONE.'">
         <input type="hidden" name=password value="'.$CODE.'">
         <input type="hidden" id="cid" name=clientMac value="'.$MAC.'">
         <button type="submit">Enter</button>
        </form>
</div> </div>

 

 

 

if I click  Enter I expect AP resive post request and ask radius with username/password from fomr but I resive nothing - just android "ERR_CONNECTION_ABORTED" 
AP address definately 10.225.32.181  and I resive it in target too. 

 

PS: 3.2.0 Build 20181211 Rel. 51136(4555)

  0  
  0  
#2
Options

Information

Helpful: 0

Views: 441

Replies: 1

Related Articles