Differences
This shows you the differences between the selected revisions of the page.
| session_configuration 2023-12-19 | session_configuration 2026-06-02 (current) | ||
| Line 2: | Line 2: | ||
| To connect you first need to configure your session. | To connect you first need to configure your session. | ||
| - | When configuring a session, most often you set a //Protocol//, //Host name// and //User name//. | + | When configuring a session, most often you set a //Protocol//, //Hostname// and //Username//. |
| Session is usually configured on a [[ui_login|Login dialog]]. | Session is usually configured on a [[ui_login|Login dialog]]. | ||
| 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]].// | ||