Changes between Version 31 and Version 32 of FreeBSDOnEmbeddedDevice
- Timestamp:
- Feb 2, 2012, 1:20:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDOnEmbeddedDevice
v31 v32 95 95 Warning: IPv4 and IPv6 is provided example only, provide your own local IP configuration 96 96 {{{ 97 #!sh 97 98 chroot# cat <<EOF > /etc/rtadvd.conf 98 99 bridge0:\ … … 102 103 103 104 {{{ 105 #!sh 104 106 chroot# <<EOF >> /etc/rc.conf 105 107 cloned_interfaces="bridge0" … … 132 134 133 135 {{{ 136 #!sh 134 137 chroot# cat <<EOF > /etc/hostapd.conf 135 138 interface=wlan0 … … 155 158 156 159 {{{ 160 #!sh 157 161 #chroot <<'EOF' > /etc/pf.conf 158 162 inet_if="vr1" … … 189 193 pass in on $inet_if keep state 190 194 pass in on $wleiden_if keep state 195 EOF 191 196 }}} 192 197 == Package install ==