Files
capport/Draytek
Nasir Hafeez 5f39cde3c2 added loginurl
2022-11-28 15:01:36 +05:00
..
2022-11-28 15:01:36 +05:00
2020-01-25 09:15:55 +05:00

Draytek External Captive Portal

This portal has been tested on the following hardware:

Device: Draytek Vigor2862
Redirect Method: GET

URL format and passed parameters when redirecting client to captive portal:-

http://<URL.of.external.portal>/login.php?apmac=<AP MAC>&clientmac=<Client MAC>&loginurl=<URL to which username password should be sent>&target=<URL which client was accessing>

Redirecting client from captive portal to router (for authorization):-

URL format: http://portal.draytek.com:8001/cgi-bin/wifilogin.cgi?username=<username>&password=<password>

Example of Apache Access Log (on captive portal server):-

apmac=00-1D-AA-09-44-10&client_mac=D8-8F-76-6D-A8-7B&loginurl=http://portal.draytek.com:8001/cgi-bin/wifilogin.cgi&target=http://captive.apple.com/hotspot-detect.html HTTP/1.0" 404 379 "-" "CaptiveNetworkSupport-355.270.2 wispr"

Example of RADIUS Access-Request Packet (in FreeRADIUS debug):-

User-Name = "draytek"
User-Password = "draytek"
Called-Station-Id = "00-1D-AA-09-44-10"
Calling-Station-Id = "D8-8F-76-6D-A8-7B"
NAS-IP-Address = <NAS IP Address>
Service-Type = Authenticate-Only

Notes: portal.draytek.com is the address of the Draytek router