1 | | {{{ |
2 | | #!TracForm |
3 | | |
4 | | == Internet connection information == |
5 | | || connection type || [tf.select:internet_contype val0//3G val1//xDSL val2//Satellite] || |
6 | | || Service provider (optional) || [tf.input:internet_provider] || |
7 | | || connection upload speed (optional) || [tf.input:internet_upspeed] || |
8 | | || connection download speed (optional) || [tf.input:internet_downspeed] || |
9 | | || Dynamic Internet public address || [tf:internet_public_addr_dynamic] || |
10 | | || Internet public address, if not dynamic (IP of FQDN) || [tf.input:internet_public_addr] || |
11 | | |
12 | | == inSolar internet access == |
13 | | || Type || [tf.radio:insolar_access_type dhcp] DHCP [tf.radio:insolar_access_type static] Static || |
14 | | || IP address for inSolar, if static || [tf.input:insolar_static_address] || |
15 | | || netmask for inSolar, if static || [tf.input:insolar_static_netmask] || |
16 | | || gateway, if static || [tf.input:insolar_static_gateway] || |
17 | | || DNS server 1, if static || [tf.input:insolar_dns_1] || |
18 | | || DNS server 2, if static || [tf.input:insolar_dns_2] || |
19 | | || NTP server 1, (optional) || [tf.input:insolar_ntp_1] || |
20 | | || NTP server 2 (optional) || [tf.input:insolar_ntp_2] || |
21 | | || SMTP server (optional) || [tf.input:insolar_smtp] || |
22 | | |
23 | | == inSolar controller addressing == |
24 | | |
25 | | || IPsec gateway || [tf.input:insolar_addr_ipsecgw '192.168.1.1' 16] || |
26 | | |
27 | | [tf.textarea:comment '(default comment)' 20 5] |
28 | | }}} |
29 | | |
30 | | |