On 2010-05-27, Jon Scruggs <j.scru...@gmail.com> wrote: > I have been a user of GNU/Linux for a long time. I recently built my > own custom router with the following components: > RouterBoard R52N WiFi miniPCI card with the AR9220 Chipset: > http://www.routerboard.com/index.php?showProduct=72 > Soekris net5501 > Traverse Solos Multi-Port ADSL2+ PCI Modem: > http://www.traverse.com.au/productview.php?product_id=116 > > I did some research and found the OpenSoekris project, so I know there > is compatibility with that. However, I am having trouble finding out > if the other hardware is compatible with OpenBSD 4.7. How well is > Wireless N supported with the Athn driver? Can WPA2 be done with that > without it stop responding after a while. I have this issue with the > current Linux drivers where I think it's hostapd will just stop > responding and disconnect everyone on wireless. How reliable is the > Wireless N with that chipset here?
-current has only very recently added "initial Host AP bits" for athn(4) so you probably won't get a lot of feedback on that yet... > Also, I have looked for information on the Multi-port ADSL card for > BSD, but have not really found anything. Is this card supported. No. The only reasonably easily available PCI ADSL card likely to work is Traverse's single-port one (viking, I think) which presents as a Realtek NIC. (It's basically a separate router + a nic glued together onto one PCI card). > I need to be able to do multi-wan with two ADSL2+ connections. You can do that with two of the 1-port cards, or some combination with external routers, using PF route-to or multipath routing. > One of the main reasons for wanting to switch is PF. I am having some > very major performance issues with iptables. I've read a lot of great > things about PF when I did search on replacement firewalls. There's > also other reasons for wanting to switch, as well. > > One thing that I would like to continue to do is filter packets based > on type, namely P2P type packets. I want to give them a low priority > in the QoS. On Linux, I use Layer7 rules, is there something similar, > or the same for OpenBSD? Also, is it possible to block those packets > between certain times and at other times, just reduce the priority? Deep packet inspection + QOS + ATM protocol. Not sure exactly what Solos runs on the host cpu, maybe some of ADSL protocol too. I think you are asking rather a lot of a low-power geode-based system...