Ref Data Over Coax Gateway Application Notes. Vlan Support

Size: px
Start display at page:

Download "Ref Data Over Coax Gateway Application Notes. Vlan Support"

Transcription

1 Ref Data Over Coax Gateway Application Notes Vlan Support

2 Content Index About this Application Note...3 Functional Description of Router...3 System Interfaces description...3 Operation Modes...3 Creating VLANs on the device...4 Creating VLANs on the device's Switch...5 Creating Bridge interfaces on the device...7 Behavior of the Default Bridge (br0)...10 WAN configuration to support VLAN...11 LAN configuration to support VLAN...11 Application Examples...12 Configuring a DHCP Client with VLAN Configuring a PPPoE Client with VLAN Configuring a VAP SSID with VLAN...14 Configuring VLAN 100 for ATA telephone adapter (Ethernet)...15 Configuring switch ports for Internet access...17 Configuring multiple devices...20

3 CoaxData Application Notes 3 About this Application Note This application note describes how to configure ref for creating VLANs. The following features are supported: VLAN creation over Coax, wireless and Ethernet interfaces. Bridge connection (Bridges) between physical interfaces (Ethernet, Coaxial or Wifi) and VLAN interfaces PPPoE with VLAN: Support for packet routing through a PPPoE link over VLAN interface DHCP Client with VLAN: Support for packet routing through a VLAN interface configured with a DHCP client. The features described in this application note are supported by firmware versions v Functional Description of Router System Interfaces description Ref has four interfaces: Coaxial interface eth0: This interface is connected to the coaxial network. Internally this interface is called eth0 and is the interface connected to the CoaxData master device. Ethernet LAN Interface eth1: This interface represents the device's Ethernet LAN ports. This interface is connected internally to an internal switch that provides access to the three Ethernet ports on the device. Wireless interface ath0: This interface represents the device's wireless access point. There is typically a single VAP CoaxData-DoC-Wifi (ath0) in AP mode. The device would accept the configuration of more VAPs, that internally would be named ath0, ath1, etc. Default Bridge br0: This bridge is created in the device between the Ethernet (eth1) and Wireless (ath0) interfaces to provide ethernet bridge between the Ethernet and Wireless. The IP configuration of the LAN ( ) and the DHCP server operates on this interface. Operation Modes ref has two modes of operation Router Mode In this mode there are two networks. WAN (eth0) network is connected to the Coaxial network and LAN (br0) network is connected to the Wireless (ath0) and Ethernet (eth1) interfaces. In this mode the device acts as a router, routing packets from the internal network (LAN) to the external WAN.

4 Vlan Support ref AP Mode or Bridge Mode: In this mode there is no WAN interface and all interfaces (Coaxial: eth0, Wifi: ath0 and Ethernet eth1) are interconnected to the LAN (br0), allowing a layer 2 communication between all interfaces. In this mode the device works as a transparent switch, relaying packets between the different interfaces. Creating VLANs on the device In order to operate with VLAN tags in the device, it needs to have virtual interfaces configured, that will receive traffic from an interface that incorporates an specific tag and transmit the traffic adding the VLAN tag to it. To do this, it must be specified the VLAN tag that will be incorporated in the packets, called VLANID. To create Vlan interfaces, go to Network > Vlan Settings on ref Web Interface: Interface: Represents the interface on which the VLAN will operate, that is, indicate whether the VLAN tag will apply to Coaxial (eth0), Ethernet (eth1) or Wireless (ath0). VlanID: Represents the VLAN tag to be incorporated into the packages, known as VLAN ID. This value must be between [ ]. Once an interface is created using the Add Vlan option, a VLAN interfaces list configured in the device will be displayed. A standard notation is used on this document to identify the interface and packets with VLAN tags transmited over that interface, consisting on the interface name followed by the corresponding VLANID. For example, packets with VLANID tag 10 on the Coaxial eth0 interface will be marked with eth0.10.

5 CoaxData Application Notes Creating VLANs on the device's Switch Ref has an internal switch that provides three RJ45 interfaces. This option allows the creation of VLANs on the switch and the configuration of the Ethernet ports as members or not of the created VLANs. To do this, both VLANs and how each port interact with those VLANs needs to be configured: VLANID: Identifies the VLAN to be created on the Switch. Only values in the range [ ] are accepted. As Vlan1 is the default VLAN of the switch, it is reserved for internal use. 5 CPU Port: Identifies the port of the Switch that is connected to the device processor. Ports LAN / WAN, LAN1 and LAN2: Are the three RJ45 ports of the device for Ethernet connection. The following image shows a graphic representation of the switch operation: To create a VLAN on the switch, the VLAN tag must be specified for the configuration of the switch:

6 Vlan Support ref And indicate how the switch ports operate in that VLAN Off: The port is not a member of the VLAN. Traffic associated with the VLAN will not be transmitted through this interface. Untagged: All untagged traffic arriving to this interface will be considered a member of the VLAN. Also, VLAN traffic will be transmitted over this port without any kind of Tag. Tagged: All traffic with the specified tag will be assigned to this VLAN. This VLAN traffic will be transmitted through this port with the specified Tag. Once established a VLAN entry in the switch, it has several options Change Vlan: Allows to change the port assignment to a particular VLAN. Delete Vlan: Allows to delete a VLAN entry in the switch. This configuration of the switch allows to assign certain ports to a specific VLAN. A series of checks are included to ensure that the port settings are correct: Each port can only be Untagged in one VLAN: A port can only be declared untagged in a single VLAN. All traffic without tag arriving or departing from that interfacewill be associated with that VLAN. This limitation comes from the fact that if a port is declared as untagged in two different VLANs the device won't know to which VLAN associate the traffic. VLAN 1: VLAN tag 1 is used internally by the switch as a default VLAN. If there is no entry in the configuration, all ports are members of VLAN 1 as untagged, which guarantees that initially all switch ports are able to communicate with each other. This VLAN can not be used for creating VLAN entries on the switch. CPU Port Tagged: When the CPU port is declared tagged in a VLAN, the device will automatically create an interface in the system, therefore if an VLAN entry on the switch (for example VLAN 100) configures the CPU Port as Tagged, eth1.100 interface is created so it can be used and added to a particular bridge.

7 CoaxData Application Notes 7 Creating Bridge interfaces on the device In order to transmit or receive VLAN tags on the device, it is necessary to create a Bridge on the device and then add the interfaces that operate in it. The function of the bridge is to allow communication between different interfaces that have been added. This communication is at Ethernet packet level, layer2. To create a Bridge in the device, it's needed: Bridge Name: This is a descriptive name of the Bridge, it will be used to identify it as an interface. Add New Bridge: Adds a new Bridge to the device Once the Bridge is created it will appear in the system's List of Bridges Interfaces. Change Config: Changes the configuration of a Bridge. This configuration changes include the IP Address assigned to the bridge and the Subnet Mask. This allows the operators to connect to the device via the Bridge interface created. If no communication with the device through VLAN is needed for maintenance operations, it is not necessary to specify any IP address associated with the bridge. Delete Bridge: Removes a bridge from device. The newly created Bridge will be incorporated as an interface to the system.

8 Vlan Support ref Next step is adding to the Bridge the interfaces that we want it to operate with. These interfaces might be: System Interfaces: These are the Coaxial, Wireless and/or Ethernet interfaces. When one of this interface is added, it indicates that the bridge will operate on packets with or without tag arriving at the bridge from this interface, unless a specific VLAN interface is created with a VLANID tag. VLAN Interfaces: These interfaces correspond to the tagged packets on the corresponding system interface. This would be Coaxial, Ethernet or Wifi interface, configured with an specific VLAN ID tag. 8 When an interface is added to a bridge, it will not be available for other bridges of the system, since an interface can be added only to one Bridge. Add: Adds an interface to a Bridge Remove: Removes the interface from a Bridge. The above VLAN interface has been added to bridge created, br-vlan10, so traffic with VlanID 10 tag coming from the coaxial, eth0.10, it will be handled by this bridge. The following Picture graphically displays the system configuration

9 CoaxData Application Notes 9 VLAN10 tag coming from the Ethernet interface, we can create the corresponding VLAN interface and add the new interface to the bridge, br-vlan10 in this example According to this configuration: Router: All untagged packets will be routed normally. br-vlan10: A bridge is create between Coaxial interface (eth0.10) and Ethernet interface (eth1.10) which allows packets with tag VLAN 10 to pass directly from the Coaxial to Ethernet and vice versa.

10 Vlan Support ref Behavior of the Default Bridge (br0) The system default setting is shown again in the following picture. This section explains how the interfaces that are connected to the default Bridge (br0) behave: If any interface included in the default bridge (br0) is added to a bridge configured on the system (br-vlan10, in the previous example), this interface will be automatically disconnect from br0 bridge and be added to the bridge indicated (br-vlan10). If this interface is removed from that bridge (br-vlan10 in the example), is automatically reassigned to the default system Bridge (br0). This is the reason why eth1 and ath0 interfaces, even when by default they are already attached to the bridge br0, they are available to be added to a new bridged created in the device; it is an exception to the rule that if an interface belongs to a bridge, it can not be added to another. Following our previous example, if we want to configure the bridge br-vlan10 so the traffic from the wireless interface (ath0) comes out the Coaxial and Ethernet interfaces with VLAN10 tag, we only need to add that interface to br-vlan10. Picture shows how the system would be set up Traffic coming from the Coaxial will normally be routed through the WAN connection. This traffic will come out through the Coaxial and the Ethernet interfaces with VLAN10 tag. What is actually happening is that wireless packets are tagged with VLAN10 before being transmitted through the Coaxial or Ethernet. As can be seen in the picture, the wireless interface (ath0) has been removed from the default interface (br0)

11 CoaxData Application Notes WAN configuration to support VLAN Another application is tagging WAN traffic with VLAN tag. Typical applications for this case are PPPoE client or DHCP client with VLAN. o configure the WAN interface to support VLAN, the desired VLAN interface (must be previously configured) should they be selected so WAN services will run through it. It can be configured in Network> Network Settings, selecting the interface on which the services will operate: Coaxial eth0: This is the default interface, Coaxial interface Any of the bridges created in the system. In the example, br-vlan LAN configuration to support VLAN Like the WAN connection, LAN connection can be configured to use VLAN, although is unusual to use this configuration. The LAN connection offers a number of services such as DHCP Server that can be configured to run on any bridge configured on the system. This option can be configured in Network> LAN Settings, selecting the bridge in which you want the LAN to run Bridge br0: This is the default bridge where the device is running the LAN services. Any of the bridges created in the system. Br-lan in the example.

12 Vlan Support ref Application Examples Configuring a DHCP Client with VLAN 10 The following case shows a configuration where We want no tags on the LAN and all traffic is routed to the Coaxial. We want the traffic coming out the coaxial with tag VLAN 10. To solve this scenario: Create interface VLAN10 on Coaxial: eth0.10 Create a bridge that includes VLAN10 on Coaxial: br-vlan10 configure the WAN interface to use the bridge that we just created, and we configure it for DHCP Following picture shows the default configuration of the system, and the result after we apply the mentioned configuration.

13 CoaxData Application Notes 13 Configuring a PPPoE Client with VLAN 10 The following case shows a configuration where We want no tags on the LAN and all traffic is routed to the Coaxial. We want the traffic coming out the coaxial with tag VLAN 10 on a PPPoE link. To solve this scenario: Create interface VLAN10 on Coaxial: eth0.10 Create a bridge that includes VLAN10 on Coaxial: br-vlan10 Configure the WAN interface to use the bridge that we just created, and to use the PPPoE, setting the username and password. Following picture shows the default configuration of the system, and the result after we apply the mentioned configuration.

14 Configuring a VAP SSID with VLAN One of the most popular application corresponds to the following scenario Vlan Support ref Creating a VAP with SSID CoaxData-doc-Wifi (ath0), where packets are transmitted through the Coaxial with VLAN tag 100 Creating of a second VAP with SSID CoaxData-doc-Wifi-2 (ath1), where packets are transmitted through the Coaxial with VLAN tag 200 Ethernet packets are routed normally. To solve this situation 14 Create two SSIDs CoaxData-DoC-Wifi CoaxData-DoC-Wifi-2 where each one can have its own security settings: WPA / WPA2, etc.. Create interfaces with tag Vlan100 and Vlan200 in Coaxial (eth0.100 and eth0.200) Create a bridge br-vlan100 and add the coaxial interface with tag VLAN100 (eth0.100) and with SSID CoaxData-doc- Wifi (ath0) Create a bridge br-vlan200 and add the Coaxial interface with tag VLAN200 (eth0.200) and the interface with SSID CoaxData-doc-Wifi-2 (ath1)

15 CoaxData Application Notes 15 Configuring VLAN 100 for ATA telephone adapter (Ethernet) The following application example implements the following scenario Wifi and Ethernet traffic without tag will be routed as normal through the WAN (Coaxial) VoIP network operates on the VLAN100. In one of the Ethernet ports, a VoIP adapter (ATA) that is configured to work with VLAN100 is connected. Create interfaces with VLAN100 tag in both Ethernet and Coaxial Create a bridge Br-vlan100 and add the Coaxial interface with VLAN100 tag (ath0.100) and the Ethernet interface with VLAN100 tag (eth1.100). VoIP data generated with VLAN100 tag by the ATA adapter shall be forwarded directly through the Coaxial with tag VLAN100

16 Vlan Support ref

17 CoaxData Application Notes 17 Configuring switch ports for Internet access VLAN support on the switch allows the configuration of specific, different functions for each of the switch ports. This means that we can assign a particular function on the router to each of the switch ports. As an example, below it's shown a configuration where the Router is configured to operate NOT through the Coaxial interface (eth0), but through the LAN / WAN port. PTo achieve this configuration, we would like: WAN: The LAN/WAN interface to act as WAN in a Router connected to Internet through an Ethernet port. To do this, we need to create a br-wan bridge, which will only include the Ethernet LAN/WAN port. LAN: That Coaxial, Wifi, LAN 1 and LAN 2 ports behave as in a LAN interface, with a DHCP server. To do this, we need to create a br-lan bridge, that incorporates all these interfaces. Creating a connection configuration VLAN creation and bridges configuration on the device can result on a loss of connectivity when the interfaces involved are used for that configuration, so our first step should be to communicate with the device through a wireless connection that will not be affected on this process. We will use the Wifi with a VAP specifically created for system configuration. Create a VAP connection, DoC-Wifi- CoaxData-Gestion (ath1). Create a bridge named br-config, with a known address ( ), that includes this vap

18 Vlan Support ref Connect a PC with address through that VAP via Wifi This VAP will be used only to establish the VLAN and bridge configuration, without the fear of losing connectivity with the device; in this example, our configuration affects ethernet ports LAN1, LAN2 and LAN/WAN, as well as coaxial and wireless interfaces a través de dicho VAP via Wifi After this, we can connect to the Web interface without fear of losing connectivity with the device. Creating interfaces on the switch First step is to define two VLANs on the switch. Vlan 2: The first VLAN will be untagged, and will include LAN1, LAN2 Ethernet Ports and CPU Port. All port willl be configured as untagged. With this configuration, the traffic that does not incorporate tags into LAN1 and LAN2 will be transmitted without tags to the system. Vlan 3: The second VLAN will declare LAN /WAN port as as untagged and CPU Port as tagged.with this configuration, al untagged packages that arrives to the LAN/WAN interface will be transmitted with tag VLAN 3 to the system's port. The fact of using specific tags (VLANID 2 to VLANID 3) is a mere artifice, as we are only making use VLAN tags internally, in this case. We use the VLAN tag to separate the traffic coming from the different switch's ports. Therefore, in the processor's Coaxial interface (eth1) Ethernet traffic without tag comes from LAN1 and LAN2 interfaces Ethernet traffic with VLAN tag 3 comes from the LAN / WAN interface. Following screenshot shows the configuration on the switch. If you are connected to the device via Ethernet, to set this configuration; follow the proposed example and connect through a wireless VAP exclusive for management.

19 CoaxData Application Notes 19 Creating bridges in the system Once we can distinguish the Ethernet interfaces, we create the bridges depending on the desired configuration. br-wan: traffic from LAN / WAN port. This traffic is transmitted to the system interface with VLAN3, so wan bridge will include the ethernet interface wit VLAN tag 3; this is eth1.3 interface. NOTE: When a VLAN is created including the CPU port as tagged, it automatically creates the corresponding VLAN, eth1.3, in the VLAN interfaces, without the need of doing it manually. br-lan: This bridge includes Wifi, Coaxial, LAN1 and LAN2 ports. Assigning bridges to LAN and WAN To do this, we establish the WAN interface as br-wan in Network> Network Settings WAN is connected to the router through the bridge br-wan and will be configured via DHCP client. And set LAN interface as br-lan in Network> LAN settings LAN will have a DHCP server, so the devices connected will obtain the IP automatically. Setting MxU Master mode As the Router is now using the Ethernet LAN / WAN port to establish the WAN connection, the Coaxial port can be used to create a LAN through Coaxial cable. This requires changing the operating mode of the Router from Slave mode (slave) to Master mode (master). This configuration must be done with an additional tool called CoaxManager, that configures the Coaxial modem, and can be used to connect the modem remotely via Coaxial or locally in the br-lan ports: LAN1, LAN2 (eth1) or via the wireless (ath0);

20 Vlan Support ref Configuring multiple devices Many of the examples given may cause a loss of connectivity because the interface used during configuration may also be included in the VLAN interfaces or bridges created. To avoid this problem as much as possible, we recommend these two mechanisms Create an interface for configuration Whenever possible, create an interface exclusive for system configuration. This configuration interface (eg br-config) can be created as a Wifi VAP, specific VLAN over coaxial or Ethernet trafic or even a VLAN that only affects one or some of the switch's ports. Usually the purpose of these interfaces is temporary and can be removed once achieved the desired configuration. Example I VAP Wireless for system configuration Example II Vlan specified for configuration (VLAN10) with IP Address: Example III Specific switch port (LAN2) used exclusively for configuration in VLAN10 Load configuration on device (RECOMMENDED) The device can also be configured by loading the configuration already generated in other device. This implies that it is not necessary to create the configuration bridge. For this purpose, the options Save Config and Load Config are available in Management> Device Management. Save Settings Load Settings

21

Ref Data Over Coax Gateway

Ref Data Over Coax Gateway Ref.769301 Data Over Coax Gateway Content Index Important safety information... 4 Main installation considerations... 4 Safe operation...4 Electric security markings... 4 Introduction... 5 Data Over Coax

More information

User Manual of 11ac 1200Mbps Outdoor CPE NWA220

User Manual of 11ac 1200Mbps Outdoor CPE NWA220 User Manual of 11ac 1200Mbps Outdoor CPE NWA220 NWA This is the user manual of 11ac 1200Mbps Outdoor CPE, which will approximate guide you how to set and apply the NWA 220 Outdoor CPE 1 st Hardware and

More information

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system.

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please follow these steps to ensure that any changes made by your previous

More information

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch

Quick Installation Guide DIR-300NRU. Wireless Router with Built-in 4-port Switch DIR-300NRU Wireless Router with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Wireless router DIR-300NRU Power adapter Straight-through Ethernet cable (CAT 5E) CD-ROM with User Manual and (brochure)

More information

Mod o e d m e C on o f n i f gu g r u a r t a i t on o n Guide

Mod o e d m e C on o f n i f gu g r u a r t a i t on o n Guide Modem Configuration Guide Compatible Modems: Huawei HG658 Huawei HG659 Netcomm NF4V Netcomm NF10WV Huawei HG658/HG659 Modem Configuration: Open a browser on your computer. Enter http://192.168.1.1 in the

More information

Port Forwarding Setup (NB7)

Port Forwarding Setup (NB7) Port Forwarding Setup (NB7) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly used

More information

ARGtek Communication Inc. Tel: Fax:

ARGtek Communication Inc.    Tel: Fax: Part I: External Installation Direction Package Content AP Router 1 DC 12V Power Adapter 1 Dual Band Antenna 1 PoE DC Injector 1 Paper QIG 1 Manual/QIG CD 1 AP Router Connection Before installing the router,

More information

Howto Guide Modem Router Connection DLINK DSL-2750B (wifi). PPPoE Configuration Hardware overview

Howto Guide Modem Router Connection DLINK DSL-2750B (wifi). PPPoE Configuration Hardware overview Howto Guide Modem Router Connection DLINK DSL-2750B (wifi). PPPoE Configuration Hardware overview Please read the instructions over the page before plugging in your new Modem Router. 1. If the router is

More information

ARGtek ARG-1220 WLAN Dual Band AP Router. For a/b/g/n POWER KING SPACE. Quick Installation Guide

ARGtek ARG-1220 WLAN Dual Band AP Router. For a/b/g/n POWER KING SPACE. Quick Installation Guide ARGtek ARG-1220 WLAN Dual Band AP Router For 802.11a/b/g/n POWER KING SPACE Quick Installation Guide Part I: External Installation Direction Package Content AP Router 1 DC 12V Power Adapter 1 Dual Band

More information

User Manual. XT-18AP-Dual band 1200Mbps Ceiling AP POE

User Manual. XT-18AP-Dual band 1200Mbps Ceiling AP POE User Manual XT-18AP-Dual band 1200Mbps Ceiling AP POE This is the user manual of XT-18AP, Dual band 2.4G &5.8G, 1200Mbps Ceiling AP, which will approximate guide you how to set and apply the Ceiling AP,

More information

XL-PB350CA. EoC bridge slave. User manual

XL-PB350CA. EoC bridge slave. User manual XL-PB350CA EoC bridge slave User manual Content 1. Equipment Connection... 6 2. Set Accessed PC... 6 3.WIFI WEB Configuration... 8 3.1 Login WEB Interface... 8 3.2 WAN Configuration... 10 3.2.1 PPPO E

More information

NWA300 User Manual of NWA ac Ceiling AP

NWA300 User Manual of NWA ac Ceiling AP NWA300 User Manual of NWA300 802.11ac Ceiling AP This is the user manual of the NWA300, 11ac 1200Mbps Ceiling AP, which will approximate guide you to set and apply the AP, it provides a convenient graphical

More information

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide

Table of Contents. CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line. Quick Installation Guide. CRA-200 Quick Installation Guide CRA-200 Analog Telephone Adapter 2 x Ethernet Port + 2 x VoIP Line Quick Installation Guide Table of Contents VoIP ATA Package Contents... 2 Checklist... 2 IMPORTANT SAFETY INSTRUCTIONS... 3 Connecting

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

NWA300. User Manual of 11ac 1200Mbps Ceiling AP

NWA300. User Manual of 11ac 1200Mbps Ceiling AP NWA300 User Manual of 11ac 1200Mbps Ceiling AP This is the user manual of the NWA300, 11ac 1200Mbps Ceiling AP, which will approximate guide you to set and apply the AP, it provides a convenient graphical

More information

Port Forwarding Setup (RTA1025W)

Port Forwarding Setup (RTA1025W) Port Forwarding Setup (RTA1025W) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly

More information

The SC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface.

The SC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface. Barracuda NextGen Secure Connectors can connect to the Internet using DHCP client, static, or Wi-Fi client connections. The connections can be configured through the Secure Connector Editor or, for troubleshooting

More information

NF18ACV - QUICK START GUIDE. VDSL2 / ADSL2+ Dual Band AC1600 Gigabit Gateway with VoIP

NF18ACV - QUICK START GUIDE. VDSL2 / ADSL2+ Dual Band AC1600 Gigabit Gateway with VoIP NF18ACV - QUICK START GUIDE VDSL2 / ADSL2+ Dual Band AC1600 Gigabit Gateway with VoIP WELCOME Thank you for choosing a NetComm Wireless NF18ACV VDSL2 / ADSL2+ Dual Band AC1600 Gigabit Gateway with VoIP.

More information

GWN7610 Firmware Release Notes IMPORTANT UPGRADING NOTE

GWN7610 Firmware Release Notes IMPORTANT UPGRADING NOTE GWN7610 Firmware Release Notes IMPORTANT UPGRADING NOTE 1. Please upgrade to 1.0.4.22 to get the patch for WPA2 4-way handshake vulnerability. 2. Before starting to upgrade, please make sure your GWN7610

More information

LevelOne. Quick Installation Guide. WHG series Secure WLAN Controller. Introduction. Getting Started. Hardware Installation

LevelOne. Quick Installation Guide. WHG series Secure WLAN Controller. Introduction. Getting Started. Hardware Installation Introduction LevelOne WHG series Secure WLAN Controller LevelOne Secure WLAN Controller is the most advanced yet simple deployment and cost-effective wireless solution; it is an ideal security solution

More information

NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation

NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation NCT240 IP DSLAM with IAC4500 VLAN Tagging Implementation The NetComm NCT240 24 Port IP DSLAMs support 802.1Q VLAN Tagging. This white paper is written to help IP DSLAM system integrator to set up and configure

More information

Chapter 5 Advanced Configuration

Chapter 5 Advanced Configuration Chapter 5 Advanced Configuration This chapter describes how to configure the advanced features of your DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router. Configuring Advanced Security The modem router

More information

EnGenius Quick Start Guide

EnGenius Quick Start Guide T he operates seamlessly in the 2.4 GHz frequency spectrum supporting the 802.11b (2.4GHz, 11Mbps) and the newer, faster 802.11g (2.4GHz, 54Mbpswireless standard. High output power and high sensitivity

More information

LEGUANG N900 Wireless Router Configuration Guide

LEGUANG N900 Wireless Router Configuration Guide LEGUANG N900 Wireless Router Configuration Guide ActForNet Technologies Inc. February 2014 Contents 1. What is included... 3 2. Installation Guide... 3 2.1 How to connect... 3 2.2 How to reset... 4 2.3

More information

Part I: External Installation Direction

Part I: External Installation Direction Part I: External Installation Direction A. Check the parts in your box CPE SET 1 DC 12V/1.5A Power Adapter 1 PoE DC Injector 1 Hose Clamps 2 Manual & QIG CD 1 Paper QIG 1 B. How to fix the CPE on the Pole

More information

GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE

GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE GWN7000 Firmware Release Note IMPORTANT UPGRADING NOTE If your GWN7000 has firmware version lower than 1.0.2.62 (1.0.2.62 not included), please refer to the beta forum upgrade guide or contact tech support

More information

Grandstream Networks, Inc. GWN7000 Command Line Guide

Grandstream Networks, Inc. GWN7000 Command Line Guide Grandstream Networks, Inc. Table of Contents INTRODUCTION... 3 CONNECTING AND ACCESSING THE GWN7XXX... 4 Connecting the GWN7000... 4 SSH Access... 5 USING THE CLI MENU... 6 Menu Structure And Navigation...

More information

Dual Band ac PoE AP

Dual Band ac PoE AP MLB-G4301 Dual Band 802.11 ac PoE AP USER MANUAL Information provided by Schmidt & Co., (HK) Ltd, (herein known as the company ), is believed to be accurate and reliable. However, the company assumes no

More information

GWN7600/GWN7600LR Firmware Release Note

GWN7600/GWN7600LR Firmware Release Note GWN7600/GWN7600LR Firmware Release Note Table of Content FIRMWARE VERSION 1.0.4.12... 2 PRODUCT NAME... 2 DATE... 2 ENHANCEMENT... 2 BUG FIX... 2 KNOWN ISSUE... 3 NEW FEATURE OVERVIEW... 3 FIRMWARE VERSION

More information

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Operation Modes Access Point (AP) / WDS AP Client Bridge (CB) Repeater WDS Bridge Client Router AP Router Access Point An access

More information

NF17ACV - QUICK START GUIDE. VDSL / ADSL Dual Band AC1600 WiFi Gigabit Modem Router with VoIP

NF17ACV - QUICK START GUIDE. VDSL / ADSL Dual Band AC1600 WiFi Gigabit Modem Router with VoIP NF17ACV - QUICK START GUIDE VDSL / ADSL Dual Band AC1600 WiFi Gigabit Modem Router with VoIP WELCOME This quick start guide is designed to get you up and running quickly with your new router. More advanced

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

The following steps should be used when configuring a VLAN on the EdgeXOS platform:

The following steps should be used when configuring a VLAN on the EdgeXOS platform: EdgeXOS VLANs VLAN Overview This document provides an overview of what a VLAN is and how it is configured on the EdgeXOS platform. Use the step-by-step guide below to configure a VLAN on the Edge appliance

More information

AirGateway. Návod / rev.0. Strana 1 z 9

AirGateway. Návod / rev.0. Strana 1 z 9 Strana 1 z 9 1. Introduction... 3 2. Setting AirGateway a station (client) to connect to your WiFi network... 4 3. Settings... 5 Strana 2 z 9 1. Introduction Congratulations on purchasing the AirGateway

More information

GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE

GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE 1. Before starting to upgrade, please make sure your GWN7610 s firmware version is 1.0.2.108 or higher. 2. Before starting to upgrade, please make

More information

FEATURES HARDWARE CONNECTION

FEATURES HARDWARE CONNECTION 1 FEATURES 1. Support ANSI T1.413 ISSUE 2, ITU G.992.1 (G.DMT), ITU G.992.2 (G.LITE), ITU G992.3, ITU G992.5 2. Web-based configuration and monitoring. 3. Support multiple PVCs. 4. Routing function. 5.

More information

Wi-Fi EOC Slave Quick Start Guide

Wi-Fi EOC Slave Quick Start Guide Wi-Fi EOC Slave Quick Start Guide Catalog 1. Hardware Setup... 3 1.1 Unpack Your EOC slave... 3 1.2 Hardware Features... 3 1.3 Position Your EOC Slave... 5 1.4 Cable Your EOC Slave... 5 2 Getting Start...

More information

User Guide TL-R470T+/TL-R480T REV9.0.2

User Guide TL-R470T+/TL-R480T REV9.0.2 User Guide TL-R470T+/TL-R480T+ 1910012468 REV9.0.2 September 2018 CONTENTS About This Guide Intended Readers... 1 Conventions... 1 More Information... 1 Accessing the Router Overview... 3 Web Interface

More information

Monitoring the Network (CPE and WBS)

Monitoring the Network (CPE and WBS) Monitoring the Network (CPE and WBS) CHAPTERS 1. View the Device Information 2. View the Wireless Settings 3. View Wireless Signal Quality 4. View Radio Status 5. View the LAN Settings 6. View the WAN

More information

TORNADO M100 CELLNODE USER MANUAL

TORNADO M100 CELLNODE USER MANUAL TORNADO M100 CELLNODE USER MANUAL 2 Tornado M100 CellNode User Manual Tornado M100 CellNode User Manual 3 Contents START Menu...4 System Configuration...4 Firewall Filters...7 Network Routes...8 Network

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

Contents. Cisco WAP121 and WAP321 Wireless Access Points, Firmware Version Release Notes. This document includes the following topics:

Contents. Cisco WAP121 and WAP321 Wireless Access Points, Firmware Version Release Notes. This document includes the following topics: Release Notes for the WAP121 Wireless-N Access Point with Single Point Setup and the WAP321 Wireless-N Selectable-Band Access Point with Single Point Setup Contents This document includes the following

More information

Quick Installation Guide of Acer WLAN 11b Broadband Router

Quick Installation Guide of Acer WLAN 11b Broadband Router Preparation 1 At lease one PC with IEEE802.11b WLAN client installed. 2 One straight-through Category 5 Ethernet cable, used to link WAN interface to xdsl or CM for Internet connection. 3 Acer WLAN 11b

More information

The FSC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface.

The FSC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface. Barracuda NextGen Secure Connectors can connect to the Internet using DHCP client, static, or Wi-Fi client connections. The connections can be configured through the Secure Connector Editor or, for troubleshooting

More information

YOUR NEW MODEM SUPPORTS:

YOUR NEW MODEM SUPPORTS: YOUR NEW MODEM SUPPORTS: ADSL / ADSL2 / ADSL2+ 802.11 b/g/n/ac Wi-Fi VDSL2 UFB 3 x 10/100/1000 LAN ports 1 x 10/100/1000 WAN/LAN port Up to 300Mbps on 2.4 GHz + 1300Mbps on 5 GHz 2 x VOIP phone ports 1

More information

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol)

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol) Added Features 1. PPTP (Point-to-Point Tunneling Protocol) APOS PPTP (Point-to-Point Tunneling Protocol) conforms to the RFC2637 standard. If you can access the PPTP server through the LAN interface, you

More information

Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0

Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0 Abstract These Application Notes describe a solution

More information

RAPIDUS WIRELESS RL-SERIES USER GUIDE

RAPIDUS WIRELESS RL-SERIES USER GUIDE RAPIDUS WIRELESS NETWORKS RAPIDUS WIRELESS RL-SERIES USER GUIDE COVERS INDOOR AND OUTDOOR SERIES MODELS Revision: 6.x.x. Firmware: RL-K-R6 Date: April.5.2018 Rafael Garrigo 4/5/2018 1 Rapidus Wireless

More information

Configuring a VAP on the WAP351, WAP131, and WAP371

Configuring a VAP on the WAP351, WAP131, and WAP371 Article ID: 5072 Configuring a VAP on the WAP351, WAP131, and WAP371 Objective Virtual Access Points (VAPs) segment the wireless LAN into multiple broadcast domains that are the wireless equivalent of

More information

Quality of Service Setup Guide (NB14 Series)

Quality of Service Setup Guide (NB14 Series) Quality of Service Setup Guide (NB14 Series) About This Quality of Service (QoS) Guide Quality of Service refers to the reservation of bandwidth resources on the Nb14 Series router to provide different

More information

MULTIBAND Dual Radio V4

MULTIBAND Dual Radio V4 Dual Radio V4 WI FI Compatibility Speed Package Contents: Multiband Dual Radio v4 Mounting Bracket (Include: 2 stainless & steel U-Bolt, 1 Bracket and 4 screw nuts) 100-240VAC 48VDC, 350 ma PoE Injector

More information

WFS709TP Case Scenario: Wireless deployment for a Corporate and Public network

WFS709TP Case Scenario: Wireless deployment for a Corporate and Public network WFS709TP Case Scenario: Wireless deployment for a Corporate and Public network This document describes the activities undertaken to deploy a Wireless solution using the Wireless Controller WFS709TP and

More information

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Table of Contents INTRODUCTION... 4 DISCOVER AND PAIR GWN76XX ACCESS POINTS... 5 Discover GWN76xx... 5 Method 1: Discover

More information

SEVIO User Guide. Document ID: sv_user_guide_en_v17_05

SEVIO User Guide. Document ID: sv_user_guide_en_v17_05 SEVIO User Guide https://sevio.it 2017 Sevio. All rights reserved. Trademarks Sevio is an Sevio S.r.l. trademark. Microsoft, Windows are a Microsoft Corporation registered brand. Other product names and

More information

Configuration Guide TL-ER5120/TL-ER6020/TL-ER REV3.0.0

Configuration Guide TL-ER5120/TL-ER6020/TL-ER REV3.0.0 Configuration Guide TL-ER5120/TL-ER6020/TL-ER6120 1910012186 REV3.0.0 June 2017 CONTENTS About This Guide Intended Readers... 1 Conventions... 1 More Information... 1 Viewing Status Information... 2 System

More information

Chapter 4 Advanced Settings and Features

Chapter 4 Advanced Settings and Features Chapter 4 Advanced Settings and Features This chapter describes the features you can configure or view under Advanced in the main menu of your WiFi range extender. Advanced Wireless Settings Note: The

More information

Copyright Statement. Disclaimer. Technical Support

Copyright Statement. Disclaimer. Technical Support Copyright Statement 2015 Shenzhen Tenda Technology Co., Ltd. All rights reserved. Tenda is a registered trademark legally held by Shenzhen Tenda Technology Co., Ltd. Other brand and product names mentioned

More information

MAC Address Filtering Setup (3G18Wn)

MAC Address Filtering Setup (3G18Wn) MAC Address Filtering Setup (3G18Wn) MAC Address Filtering MAC address filtering refers to the process of allowing (or denying) access to your wireless network based on the hardware address of the device

More information

Configuring AP Groups

Configuring AP Groups Prerequisites for, page 1 Restrictions for Configuring Access Point Groups, page 2 Information About Access Point Groups, page 2 Configuring Access Point Groups, page 3 Creating Access Point Groups (GUI),

More information

How to configure the IAC4500 Internet Access Controller for Billing by Volume Application with NCT480 IP DSLAM using port location mapping

How to configure the IAC4500 Internet Access Controller for Billing by Volume Application with NCT480 IP DSLAM using port location mapping How to configure the IAC4500 Internet Access Controller for Billing by Volume Application with NCT480 IP DSLAM using port location mapping Introduction The following paper provides instructions on how

More information

Grandstream Networks, Inc. Client Isolation Configuration Guide

Grandstream Networks, Inc. Client Isolation Configuration Guide Grandstream Networks, Inc. Table of Contents INTRODUCTION... 3 CLIENT ISOLATION MODES... 4 CLIENT ISOLATION CONFIGURATION... 5 Client Isolation - Internet Mode... 5 Client Isolation - Radio Mode... 7 Client

More information

HP0-Y49. Applying HP FlexNetwork Fundamentals.

HP0-Y49. Applying HP FlexNetwork Fundamentals. HP HP0-Y49 Applying HP FlexNetwork Fundamentals http://killexams.com/exam-detail/hp0-y49 QUESTION: 54 Refer to the Exhibit. Exhibit: HP Comware switch configuration. [Comware] vlan 100 [Comware-vlan100]

More information

Universal Software for NETSHe network devices. User Manual

Universal Software for NETSHe network devices. User Manual Universal Software for NETSHe network devices User Manual Section 4. Network Stanislav Korsakov, NETSHe Lab 2009-2017 Yaroslavl Contents Contents...2 Network Interfaces...3 Configuration of Ethernet interfaces

More information

CLOUDING WIRELESS MANAGED CPE/AP OUTDOOR 2.4GHZ WL-CPE2G24-065

CLOUDING WIRELESS MANAGED CPE/AP OUTDOOR 2.4GHZ WL-CPE2G24-065 CLOUDING WIRELESS MANAGED CPE/AP OUTDOOR 2.4GHZ WL-CPE2G24-065 USER MANUAL REV.310517 Thanks for choosed our product INDEX General Warning CHAPTER 1 How to connect and charge the outdoor CPE 1.1 CPE s

More information

Release README August 2005

Release README August 2005 Known Issues with this Release and Notes New for this release: 11.4.1 Release README August 2005 Microsoft s 802.11i supplicant is incompatible with NSE s implementation of 802.11i Broadcast packets are

More information

NBG-416N. Wireless N-lite Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE.

NBG-416N. Wireless N-lite Home Router. Default Login Details.  IMPORTANT! READ CAREFULLY BEFORE USE. NBG-416N Wireless N-lite Home Router IMPORTANT! Default Login Details LAN IP https://192.168.1.1 Address User Name admin Password 1234 READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. IMPORTANT!

More information

Customer Installation Guide NBG-4615 v2 ZyXEL Wireless Router

Customer Installation Guide NBG-4615 v2 ZyXEL Wireless Router Customer Installation Guide NBG-4615 v2 ZyXEL Wireless Router Form #496PTC Rev. 09/2013 Hardware Installation 1. First, connect the DSL modem to the WAN port, located on the back of the NBG-4615 v2, on

More information

Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP)

Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP) Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP) Objective A Wireless Access Point (WAP) is a networking device that allows wireless-capable devices to connect to

More information

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Contents 1. How to Login to your Hitron Modem... 3 2. SmartWiFi and Local Area Network (LAN) set up...4 a. LAN Setting -Private Gateway IP

More information

The VWRT510&WRT500 High Speed Router User s Guide

The VWRT510&WRT500 High Speed Router User s Guide The VWRT510&WRT500 High Speed Router User s Guide The page 1 of 53 Table of Contents 1 Preface... 4 2 LED Indicators and Connectors... 5 2.1 LED Indicators... 6 2.2 Hardware Installation... 7 3 Voice Prompt...

More information

User Guide Outdoor Point to Point CPE

User Guide Outdoor Point to Point CPE Outdoor Outdoor Point to Point CPE Copyright Statement 2018 IP-COM Networks Co., Ltd. All rights reserved. is the registered trademark of IP-COM Networks Co., Ltd. Other brand and product names mentioned

More information

DWS-4000 Series DWL-3600AP DWL-6600AP

DWS-4000 Series DWL-3600AP DWL-6600AP Unified Wired & Wireless Access System Configuration Guide Product Model: Release 1.0 DWS-4000 Series DWL-8600AP DWL-6600AP DWL-3600AP Page 1 Table of Contents 1. Scenario 1 - Basic L2 Edge Setup: 1 Unified

More information

KW5590 Wireless Router User Manual

KW5590 Wireless Router User Manual KW5590 Wireless Router NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation are copyrighted. All

More information

Rapidlogger Systems. EnGenius ENS202EXT Access Point

Rapidlogger Systems. EnGenius ENS202EXT Access Point EnGenius ENS202EXT Access Point This tech note describes how to setup the EnGenius Wi-Fi access point and connect it with the Rapidlogger System. This will allow you to wirelessly communicate between your

More information

Network Guide for Listen Everywhere

Network Guide for Listen Everywhere Network Guide for Listen Everywhere Overview: The Listen Everywhere (LE) System is designed to be used on pre-existing wireless networks and to be plug and play. However, it may be necessary to have an

More information

Creating a Unifi Lab Network on your existing network

Creating a Unifi Lab Network on your existing network Creating a Unifi Lab Network on your existing network This tutorial will outline how to add a Unifi USG-3 and Unifi Switch 8 to your existing network to create a separate subnet. This tutorial assumes

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

User Manual of 5.8G Outdoor CPE

User Manual of 5.8G Outdoor CPE User Manual of 5.8G Outdoor CPE Version V1.2 Thank you for purchasing Enterprise High Gain Outdoor CPE. This manual will instruct you how to configure and manage this CPE, enable you to use it in a perfect

More information

FX Series Quick Start Guide - Version 6.0 Rev 1

FX Series Quick Start Guide - Version 6.0 Rev 1 This Quick Start Guide provides the 1.1 Unpacking 1.1.1 Packing List Inspect shipping containers for damage. If shipping containers are damaged, keep them until the contents of the shipment have been carefully

More information

GWN7600 Firmware Release Note IMPORTANT UPGRADING NOTE

GWN7600 Firmware Release Note IMPORTANT UPGRADING NOTE GWN7600 Firmware Release Note IMPORTANT UPGRADING NOTE 1. For firmware 1.0.5.13, this is only for GWN7610/GWN7600/GWN7600LR master deployment. All users with GWN7000 as master are NOT encouraged to upgrade

More information

300M Wireless-N Broadband Router User Manual

300M Wireless-N Broadband Router User Manual 300M Wireless-N Broadband Router Model No.: ib-wrb314n User Manual Ver.: 1.0.0 Contents...Error! Bookmark not defined. Chapter 1 Product Overview... 3 Package Contents 3 Conventions....4 Panel Overview...

More information

Quick Installation Guide DVG-N5402SP

Quick Installation Guide DVG-N5402SP Quick Installation Guide DVG-N5402SP VoIP Router Check Your Package Contents DVG-N5402SP VoIP Router Ether (CAT5 UTP) Cable 12VDC, 2A Power Adapter Using a power adapter with a different voltage rating

More information

Contents. LaFonera_Software_Client-Mode. You are here: DD-WRT wiki mainpage / LaFonera / Software / Client-Mode

Contents. LaFonera_Software_Client-Mode. You are here: DD-WRT wiki mainpage / LaFonera / Software / Client-Mode You are here: DD-WRT wiki mainpage / LaFonera / Software / Client-Mode Contents 1 Client Mode 2 Separate Guides 3 Requirements 4 Quick Setup 5 Host Router Settings 5.1 Wireless > Basic Settings 5.2 Wireless

More information

Lab 7.5.1: Basic Wireless Configuration

Lab 7.5.1: Basic Wireless Configuration Topology Diagram Learning Objectives Configure options in the Linksys Setup tab. Configure options in the Linksys Wireless tab. Configure options in the Linksys Administration tab. Configure options in

More information

NF10W - QUICK START GUIDE. VDSL / ADSL WiFi Modem Router

NF10W - QUICK START GUIDE. VDSL / ADSL WiFi Modem Router NF10W - QUICK START GUIDE VDSL / ADSL WiFi Modem Router WELCOME This quick start guide is designed to get you up and running quickly with your new router. More advanced set up instructions can be found

More information

Quick Note 31 Using an External Modem with a Digi TransPort Router

Quick Note 31 Using an External Modem with a Digi TransPort Router Quick Note 31 Using an External Modem with a Digi TransPort Router UK Support November 2015 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV User Guide 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV4.0.0 1910011930 Contents About This Guide...1 Chapter 1. Get to Know About Your Access Point.................... 2 1. 1. Product

More information

GWN7600/7600LR Firmware Release Notes IMPORTANT UPGRADING NOTE

GWN7600/7600LR Firmware Release Notes IMPORTANT UPGRADING NOTE GWN7600/7600LR Firmware Release Notes IMPORTANT UPGRADING NOTE 1. For firmware 1.0.5.13, this is only for GWN7610/GWN7600/GWN7600LR master deployment. All users with GWN7000 as master are NOT encouraged

More information

Radiolabs Bridge in a Box Setup

Radiolabs Bridge in a Box Setup Radiolabs Bridge in a Box Setup This manual will guide you through creating a point-to-point bridge using your Radiolabs equipment. Step 1: Preparing for setup. To set the bridge up, start by unboxing

More information

1. You have a Wireless router from Edimax. We used BR-6258n as example. Your screen may look somewhat different with BR-6258n.

1. You have a Wireless router from Edimax. We used BR-6258n as example. Your screen may look somewhat different with BR-6258n. EDIMAX COMPUTER INC. 2011 Edimax Computer 3350 Scott Blvd., Building #15 Santa Clara, California 95054, USA Phone 408-496-1105 Fax 408-980-1630 www.edimax.us 1 Congratulations on your purchase of the Edimax

More information

Quick Installation Guide DSL-2650U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2650U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2650U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2650U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE

GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE GWN7610 Firmware Release Note IMPORTANT UPGRADING NOTE 1. For firmware 1.0.5.14, this is only for GWN7610 master deployment. All users with GWN7000 as master are NOT encouraged to upgrade until 1.0.5.x

More information

ETI/Domo. English. ETI-Domo Config EN

ETI/Domo. English.  ETI-Domo Config EN ETI/Domo 24810140 www.bpt.it EN English ETI-Domo Config 24810140 EN 29-07-14 PC Setup Before proceeding with the full system setup, it is necessary to set up the PC so that it is ready to interface correctly

More information

AC1200M/MS. User Manual

AC1200M/MS. User Manual AC1200M/MS User Manual Table of Contents User Manual... 1 1 Preface... 1 2 LED Indicators and Connectors... 1 2.1 LED Indicators... 1 2.2 Hardware Installation... 2 3 Voice Prompt (AC1200MS)... 2 4 User

More information

I-Fly Wireless Broadband Router

I-Fly Wireless Broadband Router with 4 Fast Ethernet ports + 1 Wan port Quick Start Guide A02-WR-54G/G2 (November 2003)V1.00 For more detailed instructions on configuring and using the I- Storm Lan Router ADSL, please refer to the online

More information

NetComm Limited 802.1Q VLAN Tagging with the IAC4500 & NP2724M. IAC4500 Port-Location Mapping with the NP2724M VLAN Switch

NetComm Limited 802.1Q VLAN Tagging with the IAC4500 & NP2724M. IAC4500 Port-Location Mapping with the NP2724M VLAN Switch IAC4500 Port-Location Mapping with the NP2724M VLAN Switch Introduction The following paper provides instructions on how to configure NetComm s IAC4500 Internet Access Controller with NetComm s NP2724M

More information

D-Link DSR Series Router

D-Link DSR Series Router D-Link DSR Series Router U s e r M a n u a l Copyright 2010 TeamF1, Inc. All rights reserved Names mentioned are trademarks, registered trademarks or service marks of their respective companies. Part No.:

More information

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc.

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc. AC2000 802.11ac Wireless Access Point/Router Model WAC124 December 2018 202-11885-02 NETGEAR, Inc. 350 E. Plumeria Drive San Jose, CA 95134, USA AC2000 802.11ac Support Thank you for purchasing this NETGEAR

More information

Virtual Communications Express VCE over LTE User Guide

Virtual Communications Express VCE over LTE User Guide Version 1.17 Last Updated: May 2017 2017 Verizon. All Rights Reserved. The Verizon name and logo and all other names, logos, and slogans identifying Verizon s products and services are trademarks and service

More information

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide 3G Router 431R/421R/321R/311R/221R/211R ---------------------------------------------------------- Version: 2.0----------------------------------------------------------- Check Package Contents: 3G Router

More information