Re: nanobsd and mutli vap support

2016-03-11 Thread Willem Offermans
Hello Marten and FreeBSD friends,

On Wed, Mar 09, 2016 at 03:14:52PM +0100, Marten wrote:
> 
> > On Mar 9, 2016, at 2:25 PM, Willem Offermans  
> > wrote:
> > 
> > Dear Marten and FreeBSD friends,
> > 
> > On Wed, Mar 09, 2016 at 01:49:32PM +0100, Marten wrote:
> >> 
> >>> On Mar 9, 2016, at 11:54 AM, Willem Offermans 
> >>>  wrote:
> >>> 
> >>> Hi Marten and FreeBSD friends,
> >>> 
> >>> On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
>  Hi,
>  
>  While it tool me a while how get multi  VAP support working on FreeBSD I 
>  made a write
>  up how to get it working… The site is in dutch, but I think the drawing 
>  and configs
>  are clear enough to save some people some time…
>  
>  http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
>  
>  
>  
>  If another place a full english it wish feel free to copy and translate,
>  where off course I am willing to help...
>  
>  So thanks for all your work,
>  cheers Marten
> >>> 
> >>> Maybe I have missed the previous e-mails, but could you provide some
> >>> context to your project on makerspaceleiden? I would be highly interested.
> >>> What is ``Alix board'' you are referring to in your text?
> >> 
> >> 
> >> Hi Will,
> >> 
> >> The Alix board are embedded soc boards from pcengines.ch 
> >>   here we also got the atheros wlancards, casings, 
> >> pigtails and antenna’s.
> >> If are looking for hardware you could also check soekris.com 
> >>  .
> >> 
> >> If you need some hardware for testing pls let me know..
> >> 
> >> The MakerSpace a kind of offtopic on this list, so ‘ll email you a longer 
> >> email off list.
> >> 
> >> But in a null shell:
> >> Our infrastructure runs FreeBSD on the core router/firewall, mqtt, mail , 
> >> http server and NanoBSD on the accents points.
> >> We have linux on the door system (RFID+Actuators) and LoraWan Gateway.
> >> There some arduino-code on ESP’s (NodeMCU) for our sensor network that 
> >> posts to the mqtt server..
> >> 
> >> Kinds regards,
> >> Marten
> >> 
> > 
> > I'm planning to ``build'' wireless access points myself. I would love to
> > run them on nanobsd. I prefer to have several networks at the end:
> > 
> > - admin net1
> > - gebruikers net2
> > - gasten net3
> > 
> > Basically the same as you provide in your NetworkSetup_AP. I imagine to
> > tune a firewall such that the networks (i.e. net1, net2, and net3) are
> > separated. So that the users (gebruikers) can use the services of an
> > available server and the guests (gasten) can only use (a limited amount of)
> > the internet and no access or only limited access to the server.
> > 
> > Would this be possible with your approach?
> That is what we do, the filtering is done with pf on the router
> and the router has some jails..
> > 
> > If yes, could you help me to do this project step by step.
> in a limited timespan .. ( or hire me :) )
> > 
> > If yes, probably I need to order the appropriate hardware. Can you be more
> > specific about the hardware you were using?
> > 
> > -Alix board? Which one?
> 
> i think this one:
> http://www.pcengines.ch/alix3d2.htm 
> 
> 
> > -The board needs to be in a case at the end. Which case?
> 
> I would reuse the current cases because i need more space for a 802.3at 
> compliant poe splitter..
> 
> > -Which wireless network adapters?
> > etc.
> I have choose for 11a only and 11g only adapters no 11a/g
>  try to find terminators for not user antenna connectors like:
> 
> http://www.pcengines.ch/mmcxterm.htm
> 
> so something like this
> 
> layer2 : modem <=uplink=> freebsd router <=vlan trunk => switch + PoE <=> 
> wlan trunk => ap’s
> 
> layer3:  internet <->  router/firewall/dhcpd <-> ap <-> notebook
> 
> We have separate 802.3at compliant (try china) adapters to power the ap’s
> 
> I bought the hardware about 8 years  ago for another project,
> you will need some time to familiarize your self with the hardware. Making a 
> shopping list
> is only a couple of ours work.
> 
> I am currenty ordering a http://www.pcengines.ch/apu.htm 
>  to see it can replace
> my current 1U  router to have less power consumption and noise.
> 
> > 
> > I might consider to write a detailed manual on this project. This would
> > certainly help other people in developing such infrastructure.
> 
> 
> That why i wrote the wiki page, i would be nice to get such content in the 
> FreeBSD  handbook ...
> 
> 
> cheers Marten
> 

I have made a first shopping list:

apu1d4 System board http://pcengines.ch/apu1d4.htm  
1x
wle200nx 802.11 a/b/g/n miniPCI express radio   
http://pcengines.ch/wle200nx.htm1x
antsmadb Antenna
http://pcengines.ch/antsmadb.htm   

Re: nanobsd and mutli vap support

2016-03-11 Thread Willem Offermans
Hello Marten and FreeBSD friends,

On Thu, Mar 10, 2016 at 11:54:01PM +0100, Marten wrote:
> hi ,
> > 
> > I had a closer look to and deeper thought about your howto
> > (http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP).
> > 
> > 1) Do I understand correctly that a VAP (virtual access point) is nothing 
> > more
> > than a bridge between a vlan and a wlan in hostap mode?
> > 
> no it’s more like a virtual interface stacked on a physical interface.
> The bridge is used to connect it to the vlan .
> 
> https://www.freebsd.org/cgi/man.cgi?query=ieee80211_vap=9=0=FreeBSD+10.0-RELEASE
>  
> 
> 
> 
> Actuallty some config maybe be needed/wished
> to avoid loops by  propagating spanning tree on the vlan interfaces
> 
> man ifconfig => check for edge / stp
> 
> 
> > 2) Why didn't you assign IP addresses to the bridges? Do you do this at a
> >   later stage?
> 
> I have no reason to, but for any interface you can replace “up” for  
> "ip/mask” if you wish to.
> If it has no ip sshd won’t bind to it. For monitoring I would prefer to 
> monitor the ESP/NodeMCU sensors
> that would give trough network performance from the wlan-clients perspective. 
> (packet loss)
> 
> > 
> > 3) From the NetworkSetup_AP:
> > 
> > 
> > ifconfig_wlan0="channel 6 ssid MakerSpaceLeiden_gasten up"
> > ifconfig_wlan1="channel 6 ssid MakerSpaceLeiden_deelnemers up"
> > ifconfig_wlan2="channel 48 ssid MakerSpaceLeiden_5G_gasten up"
> > ifconfig_wlan3="channel 48 ssid MakerSpaceLeiden_5G_deelnemers up"
> > ifconfig_wlan4="channel 6 ssid MakerSpaceLeiden_IoT up"
> > 
> > 
> > The channels will be the same in all access points. Will this lead to
> > instabilities when the access points are in close proximity?
> 
> This is just one acces point, in the space I currently run 4 ap’s (but i 
> could be a much larger number.. )
> where a push the configs from the router to the ap’s. The current space has 
> 300 square meter, but i would
> not surprise me if that triples in the coming years…  This is config has:
> - ip adresses
> - ssid
> - channels
> - ssh-keys
> - remote syslog
> - ntp
> - sysctl
> 
> And since it has key, there is a small shell script that mounts /cfg/ and 
> copies of a tarbal
> with that config, so there is also a backup / restore mechanism.
> 
> and later maybe:
> - bsnmp  to get en set values
> - tx power management (smaller cell and more ap when need)
> - auto up and down scaling combined with the sensor net or clients per ap…
> - auto cycling password’s for the guest work (bottom on the wall and a lcd 
> screen...
> - sflow
> - mqtt posts for clients per network
> - maybe maybe :: radius authentication
> - mqtt-snmp bridge to drive PoE-switch related to information for the sensor 
> netwerk
> 
> 
> 
> cheers Marten
> 
> 

O.K., next try in understanding of VAP. My FreeBSD 10.2 Server has several 
network interfaces:

ath0
bge0
wlan0
vlan2
bridge2

So what you call a VAP is actually expressed by wlan0, which is a virtual 
interface stacked on a physical interface, namely ath0 in this case.

vlan2 is a different interface, but also virtual and stacked on bge0. Its 
purpose is to have a tagged network. Several vlan2 interfaces might be 
combined to a network by switches, that understand vlan and are physically 
connected to bge0. This enables several networks running through the same 
switches.  Is this correct? vlan cannot be directly stacked onto ath0, 
since this would not make sense.

The bridge2 glues all together and ensures that the vlan2 network is 
extended to a wireless endpoint. Is this correct?

I'm not sure what to do with the info provided by your recommendation to 
have a look to edge / stp.

man ifconfig => check for edge / stp 

What is this looping about?

I also don't understand how you get your bridges working, if you do not 
assign IP addresses. 

The info you gave at point 3) is a bit overwhelming. I just picked the 
following:

`` ... where a push the configs from the router to the ap’s''
``.. - ip addresses ''. 

So, do I understand correctly that you push the IP addresses to the APs at 
a later stage.



-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
De jrus wah,

Will

*
W.K. Offermans

   Powered by 

(__)
 \\\'',)
   \/  \ ^
   .\._/_)

   www.FreeBSD.org
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: nanobsd and mutli vap support

2016-03-10 Thread Marten
hi ,
> 
> I had a closer look to and deeper thought about your howto
> (http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP).
> 
> 1) Do I understand correctly that a VAP (virtual access point) is nothing more
> than a bridge between a vlan and a wlan in hostap mode?
> 
no it’s more like a virtual interface stacked on a physical interface.
The bridge is used to connect it to the vlan .

https://www.freebsd.org/cgi/man.cgi?query=ieee80211_vap=9=0=FreeBSD+10.0-RELEASE
 



Actuallty some config maybe be needed/wished
to avoid loops by  propagating spanning tree on the vlan interfaces

man ifconfig => check for edge / stp


> 2) Why didn't you assign IP addresses to the bridges? Do you do this at a
>   later stage?

I have no reason to, but for any interface you can replace “up” for  "ip/mask” 
if you wish to.
If it has no ip sshd won’t bind to it. For monitoring I would prefer to monitor 
the ESP/NodeMCU sensors
that would give trough network performance from the wlan-clients perspective. 
(packet loss)

> 
> 3) From the NetworkSetup_AP:
> 
> 
> ifconfig_wlan0="channel 6 ssid MakerSpaceLeiden_gasten up"
> ifconfig_wlan1="channel 6 ssid MakerSpaceLeiden_deelnemers up"
> ifconfig_wlan2="channel 48 ssid MakerSpaceLeiden_5G_gasten up"
> ifconfig_wlan3="channel 48 ssid MakerSpaceLeiden_5G_deelnemers up"
> ifconfig_wlan4="channel 6 ssid MakerSpaceLeiden_IoT up"
> 
> 
> The channels will be the same in all access points. Will this lead to
> instabilities when the access points are in close proximity?

This is just one acces point, in the space I currently run 4 ap’s (but i could 
be a much larger number.. )
where a push the configs from the router to the ap’s. The current space has 300 
square meter, but i would
not surprise me if that triples in the coming years…  This is config has:
- ip adresses
- ssid
- channels
- ssh-keys
- remote syslog
- ntp
- sysctl

And since it has key, there is a small shell script that mounts /cfg/ and 
copies of a tarbal
with that config, so there is also a backup / restore mechanism.

and later maybe:
- bsnmp  to get en set values
- tx power management (smaller cell and more ap when need)
- auto up and down scaling combined with the sensor net or clients per ap…
- auto cycling password’s for the guest work (bottom on the wall and a lcd 
screen...
- sflow
- mqtt posts for clients per network
- maybe maybe :: radius authentication
- mqtt-snmp bridge to drive PoE-switch related to information for the sensor 
netwerk



cheers Marten




signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: nanobsd and mutli vap support

2016-03-10 Thread Willem Offermans
Hello Marten and FreeBSD friends,

On Wed, Mar 09, 2016 at 03:14:52PM +0100, Marten wrote:
> 
> > On Mar 9, 2016, at 2:25 PM, Willem Offermans  
> > wrote:
> > 
> > Dear Marten and FreeBSD friends,
> > 
> > On Wed, Mar 09, 2016 at 01:49:32PM +0100, Marten wrote:
> >> 
> >>> On Mar 9, 2016, at 11:54 AM, Willem Offermans 
> >>>  wrote:
> >>> 
> >>> Hi Marten and FreeBSD friends,
> >>> 
> >>> On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
>  Hi,
>  
>  While it tool me a while how get multi  VAP support working on FreeBSD I 
>  made a write
>  up how to get it working… The site is in dutch, but I think the drawing 
>  and configs
>  are clear enough to save some people some time…
>  
>  http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
>  
>  
>  
>  If another place a full english it wish feel free to copy and translate,
>  where off course I am willing to help...
>  
>  So thanks for all your work,
>  cheers Marten
> >>> 
> >>> Maybe I have missed the previous e-mails, but could you provide some
> >>> context to your project on makerspaceleiden? I would be highly interested.
> >>> What is ``Alix board'' you are referring to in your text?
> >> 
> >> 
> >> Hi Will,
> >> 
> >> The Alix board are embedded soc boards from pcengines.ch 
> >>   here we also got the atheros wlancards, casings, 
> >> pigtails and antenna’s.
> >> If are looking for hardware you could also check soekris.com 
> >>  .
> >> 
> >> If you need some hardware for testing pls let me know..
> >> 
> >> The MakerSpace a kind of offtopic on this list, so ‘ll email you a longer 
> >> email off list.
> >> 
> >> But in a null shell:
> >> Our infrastructure runs FreeBSD on the core router/firewall, mqtt, mail , 
> >> http server and NanoBSD on the accents points.
> >> We have linux on the door system (RFID+Actuators) and LoraWan Gateway.
> >> There some arduino-code on ESP’s (NodeMCU) for our sensor network that 
> >> posts to the mqtt server..
> >> 
> >> Kinds regards,
> >> Marten
> >> 
> > 
> > I'm planning to ``build'' wireless access points myself. I would love to
> > run them on nanobsd. I prefer to have several networks at the end:
> > 
> > - admin net1
> > - gebruikers net2
> > - gasten net3
> > 
> > Basically the same as you provide in your NetworkSetup_AP. I imagine to
> > tune a firewall such that the networks (i.e. net1, net2, and net3) are
> > separated. So that the users (gebruikers) can use the services of an
> > available server and the guests (gasten) can only use (a limited amount of)
> > the internet and no access or only limited access to the server.
> > 
> > Would this be possible with your approach?
> That is what we do, the filtering is done with pf on the router
> and the router has some jails..
> > 
> > If yes, could you help me to do this project step by step.
> in a limited timespan .. ( or hire me :) )
> > 
> > If yes, probably I need to order the appropriate hardware. Can you be more
> > specific about the hardware you were using?
> > 
> > -Alix board? Which one?
> 
> i think this one:
> http://www.pcengines.ch/alix3d2.htm 
> 
> 
> > -The board needs to be in a case at the end. Which case?
> 
> I would reuse the current cases because i need more space for a 802.3at 
> compliant poe splitter..
> 
> > -Which wireless network adapters?
> > etc.
> I have choose for 11a only and 11g only adapters no 11a/g
>  try to find terminators for not user antenna connectors like:
> 
> http://www.pcengines.ch/mmcxterm.htm
> 
> so something like this
> 
> layer2 : modem <=uplink=> freebsd router <=vlan trunk => switch + PoE <=> 
> wlan trunk => ap’s
> 
> layer3:  internet <->  router/firewall/dhcpd <-> ap <-> notebook
> 
> We have separate 802.3at compliant (try china) adapters to power the ap’s
> 
> I bought the hardware about 8 years  ago for another project,
> you will need some time to familiarize your self with the hardware. Making a 
> shopping list
> is only a couple of ours work.
> 
> I am currenty ordering a http://www.pcengines.ch/apu.htm 
>  to see it can replace
> my current 1U  router to have less power consumption and noise.
> 
> > 
> > I might consider to write a detailed manual on this project. This would
> > certainly help other people in developing such infrastructure.
> 
> 
> That why i wrote the wiki page, i would be nice to get such content in the 
> FreeBSD  handbook ...
> 
> 
> cheers Marten
> 

I had a closer look to and deeper thought about your howto 
(http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP).

1) Do I understand correctly that a VAP (virtual access point) is nothing more 
than a bridge between a vlan and a wlan in hostap mode?

2) Why didn't you assign IP addresses to the bridges? Do you 

Re: nanobsd and mutli vap support

2016-03-09 Thread Marten

> On Mar 9, 2016, at 2:25 PM, Willem Offermans  
> wrote:
> 
> Dear Marten and FreeBSD friends,
> 
> On Wed, Mar 09, 2016 at 01:49:32PM +0100, Marten wrote:
>> 
>>> On Mar 9, 2016, at 11:54 AM, Willem Offermans  
>>> wrote:
>>> 
>>> Hi Marten and FreeBSD friends,
>>> 
>>> On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
 Hi,
 
 While it tool me a while how get multi  VAP support working on FreeBSD I 
 made a write
 up how to get it working… The site is in dutch, but I think the drawing 
 and configs
 are clear enough to save some people some time…
 
 http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
 
 
 
 If another place a full english it wish feel free to copy and translate,
 where off course I am willing to help...
 
 So thanks for all your work,
 cheers Marten
>>> 
>>> Maybe I have missed the previous e-mails, but could you provide some
>>> context to your project on makerspaceleiden? I would be highly interested.
>>> What is ``Alix board'' you are referring to in your text?
>> 
>> 
>> Hi Will,
>> 
>> The Alix board are embedded soc boards from pcengines.ch 
>>   here we also got the atheros wlancards, casings, 
>> pigtails and antenna’s.
>> If are looking for hardware you could also check soekris.com 
>>  .
>> 
>> If you need some hardware for testing pls let me know..
>> 
>> The MakerSpace a kind of offtopic on this list, so ‘ll email you a longer 
>> email off list.
>> 
>> But in a null shell:
>> Our infrastructure runs FreeBSD on the core router/firewall, mqtt, mail , 
>> http server and NanoBSD on the accents points.
>> We have linux on the door system (RFID+Actuators) and LoraWan Gateway.
>> There some arduino-code on ESP’s (NodeMCU) for our sensor network that posts 
>> to the mqtt server..
>> 
>> Kinds regards,
>> Marten
>> 
> 
> I'm planning to ``build'' wireless access points myself. I would love to
> run them on nanobsd. I prefer to have several networks at the end:
> 
> - admin net1
> - gebruikers net2
> - gasten net3
> 
> Basically the same as you provide in your NetworkSetup_AP. I imagine to
> tune a firewall such that the networks (i.e. net1, net2, and net3) are
> separated. So that the users (gebruikers) can use the services of an
> available server and the guests (gasten) can only use (a limited amount of)
> the internet and no access or only limited access to the server.
> 
> Would this be possible with your approach?
That is what we do, the filtering is done with pf on the router
and the router has some jails..
> 
> If yes, could you help me to do this project step by step.
in a limited timespan .. ( or hire me :) )
> 
> If yes, probably I need to order the appropriate hardware. Can you be more
> specific about the hardware you were using?
> 
> -Alix board? Which one?

i think this one:
http://www.pcengines.ch/alix3d2.htm 


> -The board needs to be in a case at the end. Which case?

I would reuse the current cases because i need more space for a 802.3at 
compliant poe splitter..

> -Which wireless network adapters?
> etc.
I have choose for 11a only and 11g only adapters no 11a/g
 try to find terminators for not user antenna connectors like:

http://www.pcengines.ch/mmcxterm.htm

so something like this

layer2 : modem <=uplink=> freebsd router <=vlan trunk => switch + PoE <=> wlan 
trunk => ap’s

layer3:  internet <->  router/firewall/dhcpd <-> ap <-> notebook

We have separate 802.3at compliant (try china) adapters to power the ap’s

I bought the hardware about 8 years  ago for another project,
you will need some time to familiarize your self with the hardware. Making a 
shopping list
is only a couple of ours work.

I am currenty ordering a http://www.pcengines.ch/apu.htm 
 to see it can replace
my current 1U  router to have less power consumption and noise.

> 
> I might consider to write a detailed manual on this project. This would
> certainly help other people in developing such infrastructure.


That why i wrote the wiki page, i would be nice to get such content in the 
FreeBSD  handbook ...


cheers Marten



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: nanobsd and mutli vap support

2016-03-09 Thread Willem Offermans
Dear Marten and FreeBSD friends,

On Wed, Mar 09, 2016 at 01:49:32PM +0100, Marten wrote:
> 
> > On Mar 9, 2016, at 11:54 AM, Willem Offermans  
> > wrote:
> > 
> > Hi Marten and FreeBSD friends,
> > 
> > On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
> >> Hi,
> >> 
> >> While it tool me a while how get multi  VAP support working on FreeBSD I 
> >> made a write
> >> up how to get it working… The site is in dutch, but I think the drawing 
> >> and configs
> >> are clear enough to save some people some time…
> >> 
> >> http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
> >> 
> >> 
> >> 
> >> If another place a full english it wish feel free to copy and translate,
> >> where off course I am willing to help...
> >> 
> >> So thanks for all your work,
> >> cheers Marten
> > 
> > Maybe I have missed the previous e-mails, but could you provide some
> > context to your project on makerspaceleiden? I would be highly interested.
> > What is ``Alix board'' you are referring to in your text?
> 
> 
> Hi Will,
> 
> The Alix board are embedded soc boards from pcengines.ch 
>   here we also got the atheros wlancards, casings, 
> pigtails and antenna’s.
> If are looking for hardware you could also check soekris.com 
>  .
> 
> If you need some hardware for testing pls let me know..
> 
> The MakerSpace a kind of offtopic on this list, so ‘ll email you a longer 
> email off list.
> 
> But in a null shell:
> Our infrastructure runs FreeBSD on the core router/firewall, mqtt, mail , 
> http server and NanoBSD on the accents points.
> We have linux on the door system (RFID+Actuators) and LoraWan Gateway.
> There some arduino-code on ESP’s (NodeMCU) for our sensor network that posts 
> to the mqtt server..
> 
> Kinds regards,
> Marten
> 

I'm planning to ``build'' wireless access points myself. I would love to 
run them on nanobsd. I prefer to have several networks at the end:

- admin net1
- gebruikers net2
- gasten net3

Basically the same as you provide in your NetworkSetup_AP. I imagine to 
tune a firewall such that the networks (i.e. net1, net2, and net3) are 
separated. So that the users (gebruikers) can use the services of an 
available server and the guests (gasten) can only use (a limited amount of) 
the internet and no access or only limited access to the server.

Would this be possible with your approach?

If yes, could you help me to do this project step by step.

If yes, probably I need to order the appropriate hardware. Can you be more 
specific about the hardware you were using?

-Alix board? Which one?
-The board needs to be in a case at the end. Which case?
-Which wireless network adapters?
etc.

I might consider to write a detailed manual on this project. This would 
certainly help other people in developing such infrastructure.



-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,

Will

*
 W.K. Offermans

   Powered by 

(__)
 \\\'',)
   \/  \ ^
   .\._/_)

   www.FreeBSD.org
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

Re: nanobsd and mutli vap support

2016-03-09 Thread Marten

> On Mar 9, 2016, at 11:54 AM, Willem Offermans  
> wrote:
> 
> Hi Marten and FreeBSD friends,
> 
> On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
>> Hi,
>> 
>> While it tool me a while how get multi  VAP support working on FreeBSD I 
>> made a write
>> up how to get it working… The site is in dutch, but I think the drawing and 
>> configs
>> are clear enough to save some people some time…
>> 
>> http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
>> 
>> 
>> 
>> If another place a full english it wish feel free to copy and translate,
>> where off course I am willing to help...
>> 
>> So thanks for all your work,
>> cheers Marten
> 
> Maybe I have missed the previous e-mails, but could you provide some
> context to your project on makerspaceleiden? I would be highly interested.
> What is ``Alix board'' you are referring to in your text?


Hi Will,

The Alix board are embedded soc boards from pcengines.ch  
 here we also got the atheros wlancards, casings, pigtails and antenna’s.
If are looking for hardware you could also check soekris.com 
 .

If you need some hardware for testing pls let me know..

The MakerSpace a kind of offtopic on this list, so ‘ll email you a longer email 
off list.

But in a null shell:
Our infrastructure runs FreeBSD on the core router/firewall, mqtt, mail , http 
server and NanoBSD on the accents points.
We have linux on the door system (RFID+Actuators) and LoraWan Gateway.
There some arduino-code on ESP’s (NodeMCU) for our sensor network that posts to 
the mqtt server..

Kinds regards,
Marten




> 
> 
> --
> Met vriendelijke groeten,
> With kind regards,
> Mit freundlichen Gruessen,
> 
> Will
> 
> *
> W.K. Offermans
> 
>   Powered by 
> 
>(__)
> \\\'',)
>   \/  \ ^
>   .\._/_)
> 
>   www.FreeBSD.org



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: nanobsd and mutli vap support

2016-03-09 Thread Willem Offermans
Hi Marten and FreeBSD friends,

On Tue, Mar 08, 2016 at 11:38:22PM +0100, Marten wrote:
> Hi,
> 
> While it tool me a while how get multi  VAP support working on FreeBSD I made 
> a write
> up how to get it working… The site is in dutch, but I think the drawing and 
> configs
> are clear enough to save some people some time…
> 
> http://makerspaceleiden.nl/wiki/index.php/NetworkSetup_AP 
> 
> 
> 
> If another place a full english it wish feel free to copy and translate,
> where off course I am willing to help...
> 
> So thanks for all your work,
> cheers Marten

Maybe I have missed the previous e-mails, but could you provide some 
context to your project on makerspaceleiden? I would be highly interested.  
What is ``Alix board'' you are referring to in your text?


-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,

Will

*
 W.K. Offermans

   Powered by 

(__)
 \\\'',)
   \/  \ ^
   .\._/_)

   www.FreeBSD.org
___
freebsd-wireless@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"