Changes between Version 31 and Version 32 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
02/02/12 13:20:56 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v31 v32  
    9595Warning: IPv4 and IPv6 is provided example only, provide your own local IP configuration
    9696{{{
     97#!sh
    9798chroot# cat <<EOF > /etc/rtadvd.conf
    9899bridge0:\
     
    102103
    103104{{{
     105#!sh
    104106chroot# <<EOF >> /etc/rc.conf
    105107cloned_interfaces="bridge0"
     
    132134
    133135{{{
     136#!sh
    134137chroot# cat <<EOF > /etc/hostapd.conf
    135138interface=wlan0
     
    155158
    156159{{{
     160#!sh
    157161#chroot <<'EOF' > /etc/pf.conf
    158162inet_if="vr1"
     
    189193pass in on $inet_if keep state
    190194pass in on $wleiden_if keep state
     195EOF
    191196}}}
    192197== Package install ==