version 1.9, 2012/07/25 21:36:48
|
version 1.10, 2012/07/26 11:40:30
|
Line 68 pass out on $ext_if
|
Line 68 pass out on $ext_if
|
block in log on $ext_if |
block in log on $ext_if |
"""]] |
"""]] |
|
|
|
## Setup WPA WiFi client |
|
|
|
[[!template id=programlisting text=""" |
|
# wpa_passphrase WPA-WiFi-SSID my-strong-passphrase >> /etc/wpa_supplicant.conf |
|
$ grep wpa /etc/rc.conf |
|
wpa_supplicant=YES |
|
wpa_supplicant_flags="-B -iath0 -c/etc/wpa_supplicant.conf" |
|
# /etc/rc.d/wpa_supplicant start |
|
"""]] |
|
|
## Upgrade the system with binaries |
## Upgrade the system with binaries |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |