Update README.md
This commit is contained in:
@@ -7,19 +7,19 @@ Device: Draytek Vigor2862
|
||||
Redirect Method: GET
|
||||
```
|
||||
|
||||
Redirecting client to captive portal:-
|
||||
URL format and passed parameters when redirecting client to captive portal:-
|
||||
```
|
||||
URL format: 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>
|
||||
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>
|
||||
```
|
||||
Apache Access Log (on captive portal server):-
|
||||
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"
|
||||
```
|
||||
RADIUS Access-Request Packet (in FreeRADIUS debug):-
|
||||
Example of RADIUS Access-Request Packet (in FreeRADIUS debug):-
|
||||
```
|
||||
User-Name = "draytek"
|
||||
User-Password = "draytek"
|
||||
|
||||
Reference in New Issue
Block a user