This is a quick guide to setting up your AP230 as a wireless client bridge, allowing any devices plugged in via eth0 to communicate with the network of the connected SSID. Note that this config uses NAT, and I cannot figure out how to set a static IP for the "WAN" interface, so DHCP it is.
- Connect a console cable to to the "console" port (or do step two, SSH into the address which appears on your network)
- After providing power to the AP (either with PoE or 12v/1a connector), hold the reset button for 30s (or login and execute reset config bootstrap, reset config)
- Default login:
admin:aerohive
- Basic Administravia:
No capwap client enable
Ntp enable
Ntp server us.pool.ntp.org
Console timeout 0
Clock time-zone -7
admin root-admin <desired admin username> password <long password>
Console page 50
Config version 1
- DNS Stuff
dns server-ip 1.1.1.1
dns server-ip 1.0.0.1 second
- Radio stuff
Radio profile radio_client
Radio profile radio_client acsp use-last-selection
Radio profile radio_client frameburst
Radio profile radio_client short-preamble
Radio profile radio_client short-guard-interval
Radio profile radio_client phymode 11ng
Interface wifi0 radio tx-power-control auto
Interface wifi0 mode wan-client
Interface wifi0 radio profile radio_client
Interface wifi1 sensor
client-mode ssid <desired_SSID_to_connect_to> passphrase ascii <WPA2 key of SSID to connect to>
client-mode ssid <desired_SSID_to_connect_to> priority 17
Interface eth0 mode bridge-access
Interface eth0 mac-learning enable
- LAN Interface setup
interface mgt0 ip 10.20.30.1/24
Interface mgt0 vlan 1
Interface mgt0 native-vlan 1
interface mgt0 default-ip-prefix 10.20.30.0/24
no interface mgt0 dhcp client
interface mgt0 dhcp-server options dns1 1.1.1.1
interface mgt0 dhcp-server options dns2 9.9.9.9
interface mgt0 dhcp-server ip-pool 10.20.30.30 10.20.30.35
interface mgt0 dhcp-server enable