Changeset 0379371 in freewrt
- Timestamp:
- Mar 30, 2007, 1:45:28 AM (19 years ago)
- Children:
- e058975
- Parents:
- 011b9fe
- File:
-
- 1 edited
-
package/Config.in.network (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in.network
r011b9fe r0379371 35 35 help 36 36 Switch ports used for logical LAN. 37 5 is the internal switch port. Exact one asterisk * 38 is needed in one of the switch configurations. 37 5 is the internal switch port. Exact one asterisk * 38 is needed in one of the switch configurations. 39 39 40 40 choice … … 44 44 bool "Static IP configuration" 45 45 help 46 Protocol used for the LAN interface 46 Protocol used for the LAN interface 47 47 48 48 config FWRT_NETWORK_LAN_PROTO_DHCP 49 49 bool "DHCP" 50 50 help 51 Protocol used for the LAN interface 51 Protocol used for the LAN interface 52 52 endchoice 53 53 … … 109 109 bool "DHCP" 110 110 help 111 Automatic interface configuration via DHCP client. 111 Automatic interface configuration via DHCP client. 112 112 113 113 config FWRT_NETWORK_WAN_PROTO_STATIC 114 114 bool "static IP configuration" 115 115 help 116 static interface configuration. 116 static interface configuration. 117 117 endchoice 118 118 … … 152 152 depends on FWRT_NETWORK_WLAN 153 153 help 154 Wireless chipset used, needed for correct ifupdown scripts to154 Wireless chipset used, needed for correct ifupdown scripts to 155 155 configure wireless. 156 156 … … 165 165 166 166 config FWRT_NETWORK_WLAN_IP_ADDRESS 167 string "WLAN IP address"168 default "192.168.1.1"169 depends on FWRT_NETWORK_WLAN 170 help171 WLAN IP address167 string "WLAN IP address" 168 default "192.168.2.1" 169 depends on FWRT_NETWORK_WLAN 170 help 171 WLAN IP address 172 172 173 173 config FWRT_NETWORK_WLAN_IP_NETMASK 174 string "WLAN IP netmask"175 default "255.255.255.0"176 depends on FWRT_NETWORK_WLAN 177 help178 WLAN IP netmask174 string "WLAN IP netmask" 175 default "255.255.255.0" 176 depends on FWRT_NETWORK_WLAN 177 help 178 WLAN IP netmask 179 179 180 180 choice … … 198 198 default "FreeWRT" 199 199 help 200 Wireless network name 200 Wireless network name 201 201 202 202 config FWRT_NETWORK_WLAN_CHANNEL … … 222 222 depends on FWRT_NETWORK_WLAN 223 223 config FWRT_NETWORK_WLAN_SECURITY_NONE 224 bool "No authorization"225 help226 No authorization !very unsecure! 224 bool "No authorization" 225 help 226 No authorization 227 227 228 228 config FWRT_NETWORK_WLAN_SECURITY_WEP 229 bool "wep"230 help231 WEP key229 bool "wep" 230 help 231 WEP key 232 232 233 233 config FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 234 bool "wpa-psk"235 help236 WPA with preshared key234 bool "wpa-psk" 235 help 236 WPA with preshared key 237 237 238 238 config FWRT_NETWORK_WLAN_SECURITY_802.1X 239 bool "802.1x"240 help241 IEEE 802.1X authentication239 bool "802.1x" 240 help 241 IEEE 802.1X authentication 242 242 243 243 endchoice … … 248 248 249 249 config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN 250 bool "open"250 bool "open" 251 251 depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X 252 help253 Only Open System Authentication252 help 253 Only Open System Authentication 254 254 255 255 config FWRT_NETWORK_WLAN_AUTORIZATION_SHARED 256 bool "shared"257 depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X258 help259 Only Shared System Authentication256 bool "shared" 257 depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X 258 help 259 Only Shared System Authentication 260 260 261 261 config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN_AND_SHARED 262 bool "open+shared"263 depends on FWRT_NETWORK_WLAN_SECURITY_WEP264 help265 Both Open System and Shared Key Authentication262 bool "open+shared" 263 depends on FWRT_NETWORK_WLAN_SECURITY_WEP 264 help 265 Both Open System and Shared Key Authentication 266 266 267 267 config FWRT_NETWORK_WLAN_AUTORIZATION_PSK 268 bool "psk"269 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK270 help271 WPA PSK268 bool "psk" 269 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 270 help 271 WPA PSK 272 272 273 273 config FWRT_NETWORK_WLAN_AUTORIZATION_PSK2 274 bool "psk2"275 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK276 help277 WPA2 PSK274 bool "psk2" 275 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 276 help 277 WPA2 PSK 278 278 279 279 config FWRT_NETWORK_WLAN_AUTORIZATION_PSK_PSK2 280 bool "psk psk2"281 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK282 help283 WPA PSK and WPA2 PSK280 bool "psk psk2" 281 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 282 help 283 WPA PSK and WPA2 PSK 284 284 285 285 config FWRT_NETWORK_WLAN_AUTORIZATION_WPA 286 bool "wpa"287 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X288 help289 WPA with RADIUS286 bool "wpa" 287 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X 288 help 289 WPA with RADIUS 290 290 291 291 config FWRT_NETWORK_WLAN_AUTORIZATION_WPA2 292 bool "wpa2"293 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X294 help295 WPA2 with RADIUS292 bool "wpa2" 293 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X 294 help 295 WPA2 with RADIUS 296 296 297 297 config FWRT_NETWORK_WLAN_AUTORIZATION_WPA_AND_WPA2 298 bool "wpa wpa2"299 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X300 help301 WPA and WPA2298 bool "wpa wpa2" 299 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X 300 help 301 WPA and WPA2 302 302 303 303 endchoice … … 308 308 309 309 config FWRT_NETWORK_WLAN_ENCRYPTION_TKIP 310 bool "tkip"311 help312 RC4 encryption310 bool "tkip" 311 help 312 RC4 encryption 313 313 314 314 config FWRT_NETWORK_WLAN_ENCRYPTION_AES 315 bool "aed"316 help317 AES encryption315 bool "aes" 316 help 317 AES encryption 318 318 319 319 config FWRT_NETWORK_WLAN_ENCRYPTION_AES_TKIP 320 bool "aes+tkip"321 help322 Support for RC4 and AES encryption320 bool "aes+tkip" 321 help 322 Support for RC4 and AES encryption 323 323 324 324 config FWRT_NETWORK_WLAN_ENCRYPTION_WEP 325 bool "wep"325 bool "wep" 326 326 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X 327 help328 RC4 encryption (static)327 help 328 RC4 encryption (static) 329 329 330 330 endchoice … … 336 336 337 337 config FWRT_NETWORK_WLAN_EAP_TLS 338 bool "tls"339 help340 Transport Layer Security338 bool "tls" 339 help 340 Transport Layer Security 341 341 342 342 config FWRT_NETWORK_WLAN_EAP_TTLS 343 bool "ttls"344 help345 Tunnelled TLS343 bool "ttls" 344 help 345 Tunnelled TLS 346 346 347 347 config FWRT_NETWORK_WLA_EAP_PEAP 348 bool "peap"349 help350 Protected EAP348 bool "peap" 349 help 350 Protected EAP 351 351 352 352 config FWRT_NETWORK_WLAN_EAP_LEAP 353 bool "leap"354 help355 Cisco Wireless353 bool "leap" 354 help 355 Cisco Wireless 356 356 357 357 endchoice … … 361 361 362 362 config FWRT_NETWORK_WLAN_RADIUS_IPADDR 363 string "radius ipaddr"363 string "radius ipaddr" 364 364 default "0.0.0.0" 365 help366 Transport Layer Security365 help 366 Transport Layer Security 367 367 368 368 config FWRT_NETWORK_WLAN_RADIUS_PORT 369 string "radius port"370 default "1812" 371 help372 RADIUS-Port# to connect369 string "radius port" 370 default "1812" 371 help 372 RADIUS-Port# to connect 373 373 374 374 config FWRT_NETWORK_WLAN_RADIUS_KEY 375 string "radius key"376 help377 Shared Secret for connection to the Radius server375 string "radius key" 376 help 377 Shared Secret for connection to the Radius server 378 378 379 379 endmenu 380 380 381 381 config FWRT_NETWORK_WLAN_WEP_KEY 382 string "wep key"383 depends on FWRT_NETWORK_WLAN_SECURITY_WEP384 help385 wep key to use382 string "wep key" 383 depends on FWRT_NETWORK_WLAN_SECURITY_WEP 384 help 385 wep key to use 386 386 387 387 config FWRT_NETWORK_WLAN_WPA_KEY 388 string "wpa key"389 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK390 help391 wpa key to use388 string "wpa key" 389 depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 390 help 391 wpa key to use 392 392 393 393 config FWRT_NETWROK_WLAN_WPA_GTK_REKEY 394 string "Rekeying interval in seconds"395 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X || FWRT_NETWORK_WLAN_SECURITY_WPA_PSK396 default "3600"397 help398 Rekeying interval in seconds394 string "Rekeying interval in seconds" 395 depends on FWRT_NETWORK_WLAN_SECURITY_802.1X || FWRT_NETWORK_WLAN_SECURITY_WPA_PSK 396 default "3600" 397 help 398 Rekeying interval in seconds 399 399 400 400 endmenu
Note:
See TracChangeset
for help on using the changeset viewer.
