Greetings,
I have 8 static (internet) IP's for my home network. The topology is thus:
cable-modem<---16-port-switch<---hosts/clients
So given that all the boxes w/static IP's provide internet services. I've decided that
the best way to service all my home "clients" and devices, would be to simply add
a wifi AP to one of the "service" boxes as an AP. Done. The AP details are as follows:
A pretty good PCIe adapter, if anyone's looking to get one, and at ~$25 US. It's
even better.
So. What I'm hoping to achieve here, is to make this box service requests for
access to the internet, as well as continue to provide the internet services it
already serves.
Current rc.conf(5):
I'm comfortable enough getting the wireless to work. I've compiled all the necessary
wireless stuff into my kernel. The part that I'm struggling with is; what would be the
best way to plumb this to serve requests from the AP to the internet. I've read at least
30 different "recipes", and now I'm at a loss as to which way would be best.
So I'm hoping someone here might have already done something like this, and be
willing to share their experience/formula.
Thank you for all your time, and consideration.
--Chris
I have 8 static (internet) IP's for my home network. The topology is thus:
cable-modem<---16-port-switch<---hosts/clients
So given that all the boxes w/static IP's provide internet services. I've decided that
the best way to service all my home "clients" and devices, would be to simply add
a wifi AP to one of the "service" boxes as an AP. Done. The AP details are as follows:
Code:
ath0: <Atheros 9287> mem 0xfe300000-0xfe30ffff irq 16 at device 0.0 on pci3
ath0: RX timestamp: 32 bits
ath0: TX timestamp: 32 bits
ath0: [HT] enabling HT modes
ath0: [HT] enabling short-GI in 20MHz mode
ath0: [HT] 1 stream STBC receive enabled
ath0: [HT] 1 stream STBC transmit enabled
ath0: [HT] 2 RX streams; 2 TX streams
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: 2T2R
ath0: 11ng MCS 20MHz
ath0: MCS 0-7: 6.5Mbps - 65Mbps
ath0: MCS 8-15: 13Mbps - 130Mbps
ath0: 11ng MCS 20MHz SGI
ath0: MCS 0-7: 7Mbps - 72Mbps
ath0: MCS 8-15: 14.5Mbps - 144.5Mbps
ath0: 11ng MCS 40MHz:
ath0: MCS 0-7: 13.5Mbps - 135Mbps
ath0: MCS 8-15: 27Mbps - 270Mbps
ath0: 11ng MCS 40MHz SGI:
ath0: MCS 0-7: 15Mbps - 150Mbps
ath0: MCS 8-15: 30Mbps - 300Mbps
ath0: AR9287 mac 384.2 RF5133 phy 15.15
ath0: 2GHz radio: 0x0000; 5GHz radio: 0x00c0
ath0: Use hw queue 1 for WME_AC_BE traffic
ath0: Use hw queue 0 for WME_AC_BK traffic
ath0: Use hw queue 2 for WME_AC_VI traffic
ath0: Use hw queue 3 for WME_AC_VO traffic
ath0: Use hw queue 8 for CAB traffic
ath0: Use hw queue 9 for beacons
ath0: using multicast key search
A pretty good PCIe adapter, if anyone's looking to get one, and at ~$25 US. It's
even better.
So. What I'm hoping to achieve here, is to make this box service requests for
access to the internet, as well as continue to provide the internet services it
already serves.
Current rc.conf(5):
Code:
# ether
ifconfig_re0="inet XXX.YYY.ZZZ.86 netmask 255.255.255.0"
defaultrouter="XXX.YYY.ZZZ.1"
ifconfig_re0_ipv6="inet6 accept_rtadv"
# wireless
wireless stuff into my kernel. The part that I'm struggling with is; what would be the
best way to plumb this to serve requests from the AP to the internet. I've read at least
30 different "recipes", and now I'm at a loss as to which way would be best.
So I'm hoping someone here might have already done something like this, and be
willing to share their experience/formula.
Thank you for all your time, and consideration.
--Chris