Vivato Inc. VLJ24WFSW ユーザーズマニュアル

ページ / 188
166
Vivato 2.4 GHz Wi-Fi Switch User Guide
Point to Point Tunneling Protocol (PPTP) Operation
PPTP Configuration
After creating the VLAN, each client associating through the VLAN must be added. The following 
example shows how the MAC addresses of three different clients are added to VLAN 3:
Specifying a Secondary IP Address for the Default Bridge
Assigning a secondary IP address is another way to provide the PPTP tunnel. When assigning a 
secondary IP address to the default bridge (br0), be sure to use an IP address that is on a different 
subnet from the primary IP address. For example, if the default IP address of bridge br0 is used 
(169.254.20.1), use a different value for the secondary IP address, such as 192.165.2.225. 
Use the 
 to assign a secondary IP address on a 
bridge.
Example Configuration
The configuration example illustrated below consists of two clients that associate to the Wi-Fi 
Switch on VLAN 8, which is on subnet 192.168.5/24. There is nothing special about these selections 
- any VLAN could be used and the subnet could be anything in the private address space available. 
Vivato(config)#interface vlan 3 
Vivato(config-vlan3)#add interface ethernet 0
Vivato(config-vlan3)#add interface wireless 1
Vivato(config-vlan3)#ip address 192.168.5.1 255.255.255.0
Vivato(config-vlan3)#show interfaces vlan 3
vlan3     Link encap:Ethernet  HWaddr 00:0B:33:01:05:69
          inet addr:192.168.5.1  Bcast:192.168.5.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500
          RX packets:0 error:0 dropped:0 overruns:0 frame:0
          TX packets:0 error:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          Interrupt:0  Base address::
          Bridged : [no]
          Bridge ID:8000.000b33010569, STP:Disabled
          Interface: eth0.3, wlan1.3
Vivato(config-vlan3)#
Vivato(config-vlan3)#add mac 00:02:3d:23:4a:50 
Added MAC[00:02:3d:23:4a:50] to VLAN:3
Vivato(config-vlan3)#add mac 00:02:3d:a4:98:ab 
Added MAC[00:02:3d:a4:98:ab] to VLAN:3
Vivato(config-vlan3)#add mac 00:03:31:2c:87:2b
Added MAC[00:03:31:2c:87:2b] to VLAN:3
Vivato(config-vlan3)#