Manual:IP/Hotspot/Walled Garden: Difference between revisions
Jump to navigation
Jump to search
Line 96: | Line 96: | ||
===Properties=== | ===Properties=== | ||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-table | |||
|arg=action | |||
|type=allow {{!}} deny {{!}} reject | |||
|default=allow | |||
|desc=Action to perform, when packet matches the rule | |||
*'''allow''' - allow access to the web-page without authorization | |||
*'''deny''' - the authorization is required to access the web-page | |||
*'''reject''' - the authorization is required to access the resource, ICMP reject message will be sent to client, when packet will match the rule | |||
}} | |||
{{Mr-arg-table | |||
|arg=server | |||
|type=string | |||
|default= | |||
|desc=Name of the HotSpot server, rule is applied to. | |||
}} | |||
{{Mr-arg-table | |||
|arg=src-address | |||
|type=IP | |||
|default= | |||
|desc=Source address of the user, usually IP address of the HotSpot client | |||
}} | |||
{{Mr-arg-table | |||
|arg=dst-address | |||
|type=IP | |||
|default= | |||
|desc=Destination IP address, IP address of the WEB-server | |||
}} | |||
{{Mr-arg-table | |||
|arg=dst-host | |||
|type=string | |||
|default= | |||
|desc=Domain name of the destination web-server | |||
}} | |||
{{Mr-arg-table | |||
|arg=dst-port | |||
|type=integer | |||
|default= | |||
|desc=TCP port number, client sends request to | |||
}} | |||
{{Mr-arg-table-end | |||
|arg=protocol | |||
|type=integer {{!}} string | |||
|default= | |||
|desc=IP protocol | |||
}} | |||
Revision as of 11:19, 8 October 2010
Applies to RouterOS: v3, v4, v5+
Walled Garden
Sub-menu: /ip hotspot walled-garden
HTTP walled-garden, menu allows to set authentication bypass for HTTP and HTTPs resources
Properties
Property | Description |
---|---|
action (allow | deny; Default: allow) | Action to perform, when packet matches the rule
|
server (string; Default: ) | Name of the HotSpot server, rule is applied to. |
src-address (IP; Default: ) | Source address of the user, usually IP address of the HotSpot client |
method (string; Default: ) | HTTP method of the request |
dst-host (string; Default: ) | Domain name of the destination web-server |
dst-port (integer; Default: ) | TCP port number, client sends request to |
path (string; Default: ) | The path of the request, path comes after '''http://dst_host/''' |
Read-only properties
Property | Description |
---|---|
dst-address (IP) | |
hits (integer) |
IP Walled Garden
Sub-menu: /ip hotspot walled-garden ip
Walled-garden menu for the IP requests (Winbox, SSH, Telnet, SIP, etc.)
Properties
Property | Description |
---|---|
action (allow | deny | reject; Default: allow) | Action to perform, when packet matches the rule
|
server (string; Default: ) | Name of the HotSpot server, rule is applied to. |
src-address (IP; Default: ) | Source address of the user, usually IP address of the HotSpot client |
dst-address (IP; Default: ) | Destination IP address, IP address of the WEB-server |
dst-host (string; Default: ) | Domain name of the destination web-server |
dst-port (integer; Default: ) | TCP port number, client sends request to |
protocol (integer | string; Default: ) | IP protocol |
[ Top | Back to Content ]