Dlink DIR-825 B1 trial

Sean Bruno sean_bruno at yahoo.com
Wed Sep 4 20:17:38 UTC 2013


On Wed, 2013-09-04 at 17:02 -0300, Nenhum_de_Nos wrote:
> On Wed, September 4, 2013 14:34, Sean Bruno wrote:
> > On Tue, 2013-09-03 at 20:36 -0300, Nenhum_de_Nos wrote:
> >> hail,
> >>
> >> just splitting that thread. I git it to work, and when ath was on, that got on my screen.
> >>
> >> is this known ?
> >>
> >> att,
> >>
> >> matheus
> >>
> > No, I don't see this on mine.  Let me fire up it up and see what I get.
> >
> > sean
> 
> for that to happen, I must use the hostapd config you sent the link (wiki, examples) turned on.
> without, no issue at all.
> 
> thanks,
> 
> matheus


i'm using the following hostap.wlan0.conf and rc.conf.  Once I
configured my router, I did a cfg_save to make sure they don't get
overwritten.

Sean


-------------- next part --------------
interface=wlan0
driver=bsd
ssid=TEST
wpa=3
wpa_key_mgmt=WPA-PSK
wpa_passphrase=password123
wpa_pairwise=CCMP TKIP
ctrl_interface=/var/run/hostapd
-------------- next part --------------
# Set the default system hostname
system_hostname="freebsd-wifi-build"

# Modules to load
kernel_modules="if_ath_pci bridgestp if_bridge random wlan_xauth wlan_tkip"

# These interfaces are configured in-order
network_interfaces="arge0 wlan0 bridge0"

netif_wlan0_enable="YES"
netif_wlan0_type="wifi"
netif_wlan0_wifi_mode="hostap"
netif_wlan0_descr="default"
netif_wlan0_addrtype="none"
netif_wlan0_name="wlan0"
netif_wlan0_wifi_parent="ath0"
netif_wlan0_wifi_createargs1="country US regdomain FCC3"
netif_wlan0_wifi_createargs2="channel 36:ht/40 up"
netif_wlan0_wifi_hostapd_enable="yes"
netif_wlan0_wifi_hostapd_conf="/etc/cfg/hostapd.wlan0.conf"


# Create arge0, no interface address
netif_arge0_enable="YES"
netif_arge0_type="ether"
netif_arge0_addrtype="none"
netif_arge0_descr="default"
netif_arge0_name="arge0"

# Create a bridge, flip on an IPv4 static address
netif_bridge0_type="bridge"
netif_bridge0_addrtype="static"
netif_bridge0_descr="default"
netif_bridge0_name="bridge0"
# These are bridge members w/ STP enabled
netif_bridge0_members_stp="arge0"
# These are bridge members w/ STP disabled
netif_bridge0_members=""
netif_bridge0_ipv4_address="192.168.100.20"
netif_bridge0_ipv4_netmask="255.255.255.0"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/freebsd-embedded/attachments/20130904/1431b5ab/attachment.sig>


More information about the freebsd-embedded mailing list