| 73 |
# a default hotplug script will disable/enable the interface on |
# a default hotplug script will disable/enable the interface on |
| 74 |
# button-press |
# button-press |
| 75 |
|
|
| 76 |
# WLAN with WPA2/WPA1 AES+TKIP |
|
| 77 |
|
## |
| 78 |
|
## WLAN with WPA2/WPA1 AES+TKIP (routing mode) |
| 79 |
|
## |
| 80 |
#auto @FWRT_WLAN@ |
#auto @FWRT_WLAN@ |
| 81 |
#iface @FWRT_WLAN@ inet static |
#iface @FWRT_WLAN@ inet static |
| 82 |
# address 192.168.10.1 |
# address 192.168.10.1 |
| 92 |
# wireless-encryption aes+tkip |
# wireless-encryption aes+tkip |
| 93 |
# wireless-wpa-key MyWlanSecret |
# wireless-wpa-key MyWlanSecret |
| 94 |
|
|
| 95 |
# Bridging WLAN<->LAN |
## |
| 96 |
|
## Bridging WLAN<->LAN |
| 97 |
|
## |
| 98 |
#auto @FWRT_LAN@ |
#auto @FWRT_LAN@ |
| 99 |
#iface @FWRT_LAN@ inet manual |
#iface @FWRT_LAN@ inet manual |
| 100 |
# switch-ports @FWRT_LAN_SWITCH@ |
# switch-ports @FWRT_LAN_SWITCH@ |
| 101 |
# |
# |
| 102 |
|
#auto @FWRT_WLAN@ |
| 103 |
|
#iface @FWRT_WLAN@ inet manual |
| 104 |
|
# wireless-type broadcom |
| 105 |
|
# wireless-country DE |
| 106 |
|
# wireless-mode ap |
| 107 |
|
# wireless-ssid FreeWRT |
| 108 |
|
# wireless-channel 11 |
| 109 |
|
# wireless-security wpa-psk |
| 110 |
|
# wireless-authorization psk psk2 |
| 111 |
|
# wireless-encryption aes+tkip |
| 112 |
|
# wireless-wpa-key MyWlanSecret |
| 113 |
|
# |
| 114 |
# should be always the last configured interface, it depends |
# should be always the last configured interface, it depends |
| 115 |
# on interfaces in bridge-ifaces |
# on interfaces in bridge-ifaces |
| 116 |
#auto br0 |
#auto br0 |
| 133 |
# wireless-mode ap |
# wireless-mode ap |
| 134 |
# wireless-ssid FreeWRT-WDS |
# wireless-ssid FreeWRT-WDS |
| 135 |
# wireless-channel 11 |
# wireless-channel 11 |
| 136 |
# wireless-security none |
# wireless-security apa-psk |
| 137 |
# wireless-lazywds 0 |
# wireless-authorization psk psk2 |
| 138 |
|
# wireless-encryption aes+tkip |
| 139 |
|
# wireless-wpa-key MyWlanSecret |
| 140 |
|
# wireless-lazywds 1 |
| 141 |
# wireless-wds-bridge br0 |
# wireless-wds-bridge br0 |
| 142 |
# wireless-wds 00:01:02:03:04:05 |
# wireless-wds 00:01:02:03:04:05 |
| 143 |
|
# wireless-wds-security wpa-psk |
| 144 |
|
# wireless-wds-encryption aes |
| 145 |
|
# wireless-wds-wpa-key key4wds |
| 146 |
|
|