
Wireless access points typically have a single Ethernet interface which is connected to another switch or gateway. The access point then provides network connectivity to clients connected via 802.11 a/b/g/n.

In this example the DUT is an 802.11 a/b/g/n wireless access point. CDRouter's WAN interface (eth1) is directly connected via Ethernet to the DUT's WAN/Ethernet port. Likewise, CDRouter's LAN interface (wlan0) will associate and connect to the DUT's 802.11 a/b/g/n network. A simple CDRouter configuration based on the following assumptions is provided below.
* NOTE: CDRouter supports a wide range of wireless security schemes. Please see this Knowledge Base article for more information.
# Enable forwarding mode within CDRouter testvar forwardingMode bridge # LAN IPv4 configuration testvar lanInterface wlan0 testvar lanType 802.11g testvar lanSSID bridge_AP testvar lanWepKey off testvar dhcpClientStart 192.168.1.2 testvar dhcpClientEnd 192.168.1.7 # WAN IPv4 configuration testvar wanInterface eth1 testvar wanMode static testvar wanIspIp 192.168.1.10 testvar wanIspAssignIp 192.168.1.50 # IPv6 configuration testvar supportsIPv6 yes testvar ipv6WanMode none testvar ipv6WanIspIp 3001::1 testvar ipv6WanIspPrefixLen 64
In this example CDRouter will automatically enable its internal DHCP server using the address range specified by the testvars dhcpClientStart and dhcpClientEnd. Once associated with the DUT, CDRouter's LAN client will obtain an IPv4 address from within this range. In addition, CDRouter will send NDP Router Advertisements on the WAN based on the address and prefix length specified by the testvars ipv6WanIspIp and ipv6WanIspPrefixLen, respectively. These Router Advertisements will be forwarded by the access point to all associated clients thereby allowing CDRouter's LAN client to obtain an IPv6 address as well.
Related articles that may also be helpful: