Differences
This shows you the differences between the selected revisions of the page.
2023-12-19 | 2023-12-19 (current) | ||
no summary (103.247.196.119) (hidden) (untrusted) | commandline#batchsettings (martin) | ||
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. | ||
- | GatewayID WIF1199 | + | ===== [[default]] Default Session Configuration ===== |
- | ExternalInterface eth0.1 | + | 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. |
- | 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]].// |