Hi,
First time FreeBSD forum user here. As per attached drawing, I am trying to create a wireless link between a pfSense box located on the second floor and a wired network down in the basement. The LAN 'computer' downstairs is a network printer, maybe a Wii console (debating) and/or Blu-ray player. Currently the job of the bridge is performed by a Windows 8 laptop with a temporary OS license set to expire in a couple of months. I would prefer to switch the OS to *BSD.
What I've done so far: gotten FreeBSD 10 up and running and the iwi0 interface associated with an AP.
Snippet from loader.conf:
Snippet from /etc/rc.conf:
Snippet from /etc/wpa_supplicant.conf:
From what I understand, I need to create some ipfw rules in order to pass the traffic through the bridge. I need to do some reading.
I scoured the Internet for a guide, but came up empty-handed. Any howto's that you guys recommend?
First time FreeBSD forum user here. As per attached drawing, I am trying to create a wireless link between a pfSense box located on the second floor and a wired network down in the basement. The LAN 'computer' downstairs is a network printer, maybe a Wii console (debating) and/or Blu-ray player. Currently the job of the bridge is performed by a Windows 8 laptop with a temporary OS license set to expire in a couple of months. I would prefer to switch the OS to *BSD.
What I've done so far: gotten FreeBSD 10 up and running and the iwi0 interface associated with an AP.
Snippet from loader.conf:
Code:
if_iwi_load="YES"
legal.intel_iwi.license_ack=1
Code:
wlans_iwi0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
if_bridge_load="YES"
bridgestp_load="YES"
cloned_interfaces="bridge0"
ifconfig_bridge0="addm bge0 addm wlan0 up"
ifconfig_bge0="up"
ifconfig_wlan0="up"
Code:
network={
ssid="myssid"
psk="passkey"
}
I scoured the Internet for a guide, but came up empty-handed. Any howto's that you guys recommend?