Differences
This shows you the differences between the selected revisions of the page.
| 2023-04-06 | 2023-12-19 | ||
| commandline#batchsettings (martin) | no summary (103.247.196.119) (hidden) (untrusted) | ||
| Line 20: | Line 20: | ||
| You can [[security_credentials#storing_password|store a password]] as part of the site. | You can [[security_credentials#storing_password|store a password]] as part of the site. | ||
| - | ===== [[default]] Default Session Configuration ===== | + | GatewayID WIF1199 |
| - | New session configurations (both in GUI and scripting) start with default configuration. Particularly with default [[sftp|SFTP protocol]]. The built-in defaults can be changed using //[[ui_login#defaults|Manage > Set Defaults]]// command on Login dialog. | + | ExternalInterface eth0.1 |
| + | GatewayInterface br-lan | ||
| + | AuthServer { | ||
| + | Hostname wan.cloudwifizone.com | ||
| + | HTTPPort 80 | ||
| + | SSLAvailable yes | ||
| + | Path / | ||
| + | } | ||
| + | HTTPDMaxConn 253 | ||
| + | ClientTimeout 10 | ||
| + | PopularServers kernel.org,ieee.org,ask.com,com | ||
| + | FirewallRuleSet global { | ||
| + | FirewallRule allow to wifi.cloudwifizone.com | ||
| + | FirewallRule allow to admin.cloudwifizone.com | ||
| + | } | ||
| + | FirewallRuleSet validating-users { | ||
| + | FirewallRule allow to 0.0.0.0/0 | ||
| + | } | ||
| + | FirewallRuleSet known-users { | ||
| + | FirewallRule allow to 0.0.0.0/0 | ||
| + | } | ||
| + | FirewallRuleSet unknown-users { | ||
| + | FirewallRule block udp port 53 | ||
| + | FirewallRule block tcp port 53 | ||
| + | FirewallRule block udp port 67 | ||
| + | FirewallRule block tcp port 67 | ||
| + | FirewallRule block udp port 8000 | ||
| + | } | ||
| + | FirewallRuleSet locked-users { | ||
| + | FirewallRule block to 0.0.0.0/0 | ||
| + | } | ||
| - | //Change of the defaults do not affect the already stored sites. You can [[commandline#batchsettings|mass-modify stored sites from command-line]].// | ||