INSYS Router. Add-On Manual for CLI Configuration. Add-On Manual

Size: px
Start display at page:

Download "INSYS Router. Add-On Manual for CLI Configuration. Add-On Manual"

Transcription

1 INSYS Router Add-On Manual for CLI Configuration Add-On Manual

2

3 Copyright April 15 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg. Trademarks The use of a trademark not shown below is not an indication that it is freely available for use. MNP is a registered trademark of Microcom Inc. IBM PC, AT, XT are registered trademarks of International Business Machine Corporation. INSYS, VCom, e-mobility LSG and e-mobility PLC are registered trademarks of INSYS MICROELECTRONICS GmbH. Windows is a registered trademark of Microsoft Corporation. Linux is a registered trademark of Linus Torvalds. Publisher: INSYS MICROELECTRONICS GmbH Hermann-Köhl-Str. 22 D Regensburg, Germany Phone: Fax: info@insys-icom.com Internet: Date: Apr-15 Item: Version: 1.2 Language: EN

4 Content 1 General Information Command Line Interface (CLI) Functional principle of the CLI Reading out values Reading out the complete configuration Entering parameters CLI commands Executing a profile Displaying a profile Deleting a line in the profile Inserting a line into the profile Deleting a profile Listing all saved profiles Loading a saved profile Saving a profile Displaying the system state Displaying the system data Displaying the status information Displaying the log files Displaying the ADSL status information (only MoRoS ADSL) Terminating the CLI session Debugging commands Syntax Strings Endless lists Double parameters Deleting object values Mutually exclusive settings Restart at the end of the configuration Reloading the old configuration after configuration aborts Multiline entries / including files Apr-15

5 INSYS Router General Information 1 General Information This add-on manual describes the command line interface (CLI) of the INSYS routers and may only be used together with the operator manual of the respective router. The CLI allows a configuration of the router from the local network or remote via Telnet or SSH. The available parameters and their syntax can be found in the add-on manual for the ASCII configuration file. Safety instructions, technical data, and functional descriptions must be taken from the operator manual. This add-on manual is valid for all routers of INSYS icom with a firmware version of 2.12.x or higher. 5

6 Command Line Interface (CLI) INSYS Router 2 Command Line Interface (CLI) The router provides a command line interface (CLI) for a configuration from the local network or remote via Telnet or SSH. Before an access to the router via Telnet or SSH is possible, this must be configured accordingly. You'll find further details about this in the "Functions - Basic Settings" section of the router's manual. 2.1 Functional principle of the CLI One parameter after the other will be entered line by line via the CLI and a so-called profile will be created with this. The parameters entered will not be taken over into the configuration of the router directly; they are in the so-called temporary profile first. The temporary profile can also be saved and a saved profile can be loaded again. It is also possible to load the current configuration of the router into a profile by opening the profile "/active". All entries in a new profile or changes to an opened profile get lost when closing the session, if they have not been saved before. A profile consists of a series of parameters and can be edited, saved, displayed or executed using different CLI commands. The parameters will be transferred to the router with the execution. This saves the new configuration and activates it immediately afterwards. The parameters are composed of the sections and objects that are described in detail in the add-on manual of the ASCII configuration file. All sections and objects are case sensitive, i.e. capitalisation is considered. 2.2 Reading out values It is possible to read out the currently configured values from the router in the CLI. In order to do this, enter at the command prompt the section name followed by the object name separated by a dot in the form "Section.Object" and press the enter key. The actual value will then be displayed under the parameter. > dialout.start_dialout = Reading out the complete configuration The profile "/active" must be opened to get the complete current configuration of the router. The complete configuration will be loaded into the temporary profile with this. > cli.open /active 6

7 INSYS Router Command Line Interface (CLI) 2.4 Entering parameters In order to enter a parameter, enter at the command prompt the section name followed by the object name separated by a dot and then the object value separated by an equal sign in the form "Section.Object=ObjectValue" and press the enter key. The entered parameter will be taken over to the profile. If the section name is missing and the input line starts with a dot followed by the object name, the previous section name will be used. > dialout.start_dialout=1 2.5 CLI commands A series of commands are available on CLI level for editing, saving, displaying and executing the profiles. The command help lists all available commands. > help Manage profiles: cli.exit cli.list cli.open [profile name] cli.save [profile name] cli.print [profile name] cli.exec [profile name] cli.clear [profile name] end this session list all available profiles open a profile save the currently open profile print content of a profile execute profile delete profile and all its lines Edit lines of current profile cli.delete <line nr.> delete line cli.insert <line nr.> <..> insert line Print system information cli.info print device info cli.status print short system status cli.system print extensive system status cli.log [log number [lines]]print available logfiles, or selected logfile Diagnostic commands (interrupt with <ESC>) ping [target] ping target with IPv4 ping6 [target] ping target with IPv6 nslookup [domain name] resolve a domain name traceroute [target] print route to IPv4 target traceroute6 [target] print route to IPv6 target tcpdump [options] trace IP packets <..> mandatory; [..] optional Hint: Use TAB key for auto completion of sections and their objects The Tab key will auto-complete the command or parameter that is currently being entered. Pressing the Tab key a second time will list all commands or parameters that are available at this point. 7

8 Command Line Interface (CLI) INSYS Router Executing a profile The command "cli.exec [ProfileName]" transmits a profile to the router for executing the parameters contained in it. If no profile name is specified, the currently opened profile will be transmitted. The parameters are saved by the router and executed immediately (some changes (e.g. VPN, Firewall, etc.) become effective only if the WAN connection is re-initiated or the router is restarted) Displaying a profile The command "cli.print [ProfileName]" displays the lines of a profile at the screen. If no profile name is specified, the currently opened profile will be displayed. > cli.print 1 webinterface.http_port=80 2 webinterface.https_port= webinterface.location= Location Deleting a line in the profile The command "cli.delete <LineNumber> deletes the line with the respective line number in the currently opened profile. > cli.print 1 webinterface.http_port=80 2 webinterface.https_port= webinterface.location= Location > cli.delete 2 > cli.print 1 webinterface.http_port=80 2 webinterface.location= Location 8

9 INSYS Router Command Line Interface (CLI) Inserting a line into the profile The command "cli.insert <LineNumber> <parameter>" inserts a line with the specified parameter at the respective line number into the currently opened profile. > cli.print 1 webinterface.http_port=80 2 webinterface.location= Location > cli.insert 2 webinterface.https_port=8888 > cli.print 1 webinterface.http_port=80 2 webinterface.https_port= webinterface.location= Location Deleting a profile The command "cli.clear [ProfileName] deletes all lines from a profile. If no profile name is specified, the currently opened profile will be deleted Listing all saved profiles The command "cli.list" lists the names of all permanently saved profiles. The name of the opened profile is displayed in square brackets. The profile "/active" is the current configuration of the router. > cli.list /active [Profile3] Profile2 Profile Loading a saved profile The command "cli.open [ProfileName]" opens a permanently saved profile. If no profile name is specified, the temporary profile will be opened. If the profile "/active" is opened, the current configuration of the router will be written into the temporary profile Saving a profile The command "cli.save [ProfileName]" saves the temporary profile under the specified name. If an opened profile is to be saved under its previous name, it is not necessary to enter a profile name. The profile name must have a length between one and 20 characters. Up to 100 profiles can be saved. 9

10 Command Line Interface (CLI) INSYS Router Displaying the system state The command "cli.system" displays the current state of the router (corresponds to "Show current system state" in the web interface) Displaying the system data The command "cli.info" displays the system data (corresponds to the "System data" page in the web interface) Displaying the status information The command "cli.status" displays the status information (corresponds to the main page in the web interface) Displaying the log files The command "cli.log [LogNumber]" displays the different log files of the router. If no log number is specified, an overview of the log files will be displayed (see below; available log files depend on the respective device). If a log number is specified, it is possible to specify a line number to determine how much of the last lines are to be displayed; if no line number is specified, the full log file will be displayed. > cli.log [1] System Messages [2] System Log [3] Wireless Network Log [14] Auto Update Log [15] Text Configuration Log [16] IPT log [24] Router advertiser log [26] OpenVPN WWAN Client [27] OpenVPN WWAN Server [28] IPsec WWAN [29] PPTP WWAN Client [30] PPTP WWAN Server [31] WWAN Displaying the ADSL status information (only MoRoS ADSL) The command "cli.adsl" displays the ADSL status information (corresponds to the ADSL Status page in the web interface) Terminating the CLI session The commands "cli.exit" or "exit" terminate the current CLI session. 10

11 INSYS Router Command Line Interface (CLI) Debugging commands The commands ping, ping6, nslookup, traceroute, traceroute6 and tcpdump serve for debugging and are always called with the syntax of the respective programs. The results are displayed immediately. The execution of the commands can be aborted immediately with Esc or Strg + C. 2.6 Syntax Some specialities must be considered in addition to the parameter entries explained in the previous sections. All sections and objects are case sensitive, i.e. capitalisation is considered Strings Strings that are used to enter passwords or user names for example must be placed between single quotes " " (the necessity of single quotes is mentioned for the individual objects in the reference of the add-on manual for the ASCII configuration file). The strings may also contain single quotes because only the first and last single quote is searched for. Basically, the characters 0x20 through 0x7E are permissible, i.e. 0 through 9, a through z, A through Z, and the special characters! " # $ % & ' ( ) * +, -. / ; < = [ ] \ ^ _ { } ~, as well as the blank. The colon is not permissible. The following example shows the entry of strings: > webinterface.location= Regensburg Endless lists Some objects can form endless lists (e.g. routes). If further objects are passed with an object (e.g. the source address, net mask, data direction, etc. in case of a firewall rule), these are written into the same line, but separated from each other using a semicolon " ; ". The object "list" defines, whether the endless list contained in this section that is already stored on the router is to be deleted "list = d" (d for delete) before the new objects are entered, or the new objects are appended to the list "list = a" (a for append). If the object "list" is missing, the objects are appended to the list. Generally, there is no more than one endless list per section. The following example shows the entry of such an endless list: > hostnames.list=d > hostnames.new_entry=ip= ;host=host1 > hostnames.new_entry=ip= ;host=host2 11

12 Command Line Interface (CLI) INSYS Router Double parameters If a profile contains a parameter more than once, the successive parameter overwrites the previous one, because the profile is processed sequential. In the following example, the second object overwrites the first, i.e. the object "dns" will be set to " ": 1 dns.dns= dns.dns= Parameters can intentionally occur repeatedly and are also configured repeatedly. This can be used for example to close a dial-up connection, configure the communication device, and set-up the dial-up connection again within one profile, as shown in the following example: 31 dialout.start_dialout=0 32 isdn.msn=25 33 dialout.start_dialout= Deleting object values If a parameter is configured, i.e. a certain value has been assigned to an object, this value will only be updated with a configuration again. If the object is missing in a profile or no object value is assigned to it, the original object value remains unchanged. If the object value is to be deleted explicitly, the object value "C_L_E_A_R" must be assigned to the object: 13 dns.dns=c_l_e_a_r Mutually exclusive settings If settings are made in a profile that are mutually exclusive, for example simultaneously activating an OpenVPN client and server, the parameter configured first is valid (i.e. the one that is earlier in the profile). However, the associated settings are taken over. A comparable behaviour is also on the web interface: a conflicting setting cannot be made after configuring a certain setting, because it will be faded out. 12

13 INSYS Router Command Line Interface (CLI) Restart at the end of the configuration The section "textconfig" contains the object "reboot" to define whether a restart of the router is to be made following the configuration (0 = no restart; 1 = restart). A restart can be used to ensure that all services are started with the new settings (VPN settings are only used following a new dial-out for example). A restart will be made at the end of the configuration in the following example: 1 textconfig.reboot=1 2 textconfig.abort_on_error= Reloading the old configuration after configuration aborts The section "textconfig" contains the object "abort_on_error" to define whether the old configuration is to be reloaded in case the configuration aborts due to an error (0 = no reload of the old configuration; 1 = reload of the old configuration). The configuration aborts in case of faulty configurations that would result a red warning message in the web interface. This function can be used for example to secure "critical" configurations (e.g. the dial-up connection that is currently used for remote configuration), by activating this function before the "critical" section and deactivating it again behind it, i.e. the old configuration will only be reloaded, if the abort happens in the "critical" section. The old configuration will be reloaded after an abort in the following example: 1 textconfig.reboot=0 2 textconfig.abort_on_error=1 13

14 Command Line Interface (CLI) INSYS Router Multiline entries / including files It is also possible to upload the content of other files to the router via CLI configuration. This is required to upload certificates, keys, lists, or texts for example. These files are entered in text form as object value with the respective object. Carriage returns may also be contained within the object between the tags "BEGIN" and "END". In order to store certificates or keys for example, these will be entered as object value following the object name. For this, the certificate or key is opened in a text editor, copied there, and completely pasted behind the " = " in the object. The following (shortened) example shows the entry of the CA certificate in the CLI configuration: > openvpn server dialin.ca_certificate = -----BEGIN CERTIFICATE----- > MIIC+jCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBiDELMAkGA1UEBhMCREUx... > cnamclsz3ydocbkijul7smqak8un8xi4uksbhz0bzug1o5dubek/gkl2bkymjw== > -----END CERTIFICATE----- The entry of lists, like the AT answer list, takes place in a similar way and is shown in the following example: > serial ethernet modem.at_answer_list = -----BEGIN AT ANSWER LIST----- > i="serial Ethernet Gateway Version 1.0" > -----END AT ANSWER LIST----- The configuration of messages takes place in form of endless lists (see Endless lists). The object value in form of further objects is entered here behind the object name "new_entry" that are separated by a semicolon " ; " from each other. This may also contain carriage returns in case for s and is enclosed by the strings "-----BEGIN MESSAGE-----" and "-----END MESSAGE-----". This may not contain carriage returns for SMS messages and is entered without any further formattings. This is shown in the following example for an message: > .start_ = 1 > .list = d > .new_entry = recipient = support@insys-tec.de ; cause = 0001 ; attach = 0001 ; status = 1 ; text = -----BEGIN MESSAGE----- > text > Will be sent upon system start-----end MESSAGE----- > .new_entry = recipient = support@insys-tec.de ; cause = 0002 ; attach = 0004 ; text = -----BEGIN MESSAGE----- > text > Will be sent upon establishment of an OpenVPN Tunnel-----END MESSAGE

15

VPN with INSYS routers Configuring OpenVPN client with authentication via CA certificate and password. Configuration Guide

VPN with INSYS routers Configuring OpenVPN client with authentication via CA certificate and password. Configuration Guide VPN with INSYS routers Configuring OpenVPN client with authentication via CA certificate and password Configuration Guide Pos: 1 /Datenkommunikation/Configuration Guide/=== ORGA - Module ===/1 Einführung:

More information

VPN with INSYS routers Configuring OpenVPN client with authentication via static key. Configuration Guide

VPN with INSYS routers Configuring OpenVPN client with authentication via static key. Configuration Guide VPN with INSYS routers Configuring OpenVPN client with authentication via static key Configuration Guide Pos: 1 /Datenkommunikation/Configuration Guide/=== ORGA - Module ===/1 Einführung: Prinzipschaltbild

More information

VPN with INSYS routers Configuring OpenVPN client with certificate-based authentication under Windows. Configuration Guide

VPN with INSYS routers Configuring OpenVPN client with certificate-based authentication under Windows. Configuration Guide VPN with INSYS routers Configuring OpenVPN client with certificate-based authentication under Windows Configuration Guide Pos: 1 /Datenkommunikation/Configuration Guide/=== ORGA - Module ===/1 Einführung:

More information

INSYS Smart Device Monitoring App Monitoring a Modbus Register. Configuration Guide

INSYS Smart Device Monitoring App Monitoring a Modbus Register. Configuration Guide INSYS Smart Device Monitoring App Monitoring a Modbus Register Configuration Guide Introduction Copyright 2016 INSYS MICROELECTRONICS GmbH Any duplication of this üublication is prohibited. All rights

More information

Add-On Manual. INSYS GSM 4.3 easy. Apr-09

Add-On Manual. INSYS GSM 4.3 easy. Apr-09 Add-On Manual INSYS GSM 4.3 easy Apr-09 Copyright April 09 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS

More information

MoRoS / MLR / SDSL. Reference Manual ASCII Configuration. Add-On Manual

MoRoS / MLR / SDSL. Reference Manual ASCII Configuration. Add-On Manual MoRoS / MLR / SDSL Reference Manual ASCII Configuration File Add-On Manual Copyright July 11 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation

More information

M!DGE/MG102i - WAN Backup

M!DGE/MG102i - WAN Backup Application notes. M!DGE/MG102i - WAN Backup. version 1.1 3/2/2018 RACOM s.r.o. Mirova1283 59231 Nove MestonaMorave CzechRepublic Tel.: +420565659 511 Fax: +420565659 512 E-mail: racom@racom.eu www.racom.eu

More information

Flexible. Powerful. Future-proof.

Flexible. Powerful. Future-proof. Sheet Modular Industrial Router MRX Flexible. Powerful. Future-proof. MRX3 LAN MRX3 DSL MRX5 LTE M2M Communication Technology that adjusts to your needs Changing demands requires flexible solutions. Modularity

More information

Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg.

Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg. Manual EBW-E100 Copyright June 2017 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg.

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

Add-On Manual. MoRoS / MLR. Reference Manual ASCII Configuration File. Nov-10

Add-On Manual. MoRoS / MLR. Reference Manual ASCII Configuration File. Nov-10 Add-On Manual MoRoS / MLR Reference Manual ASCII Configuration File Nov-10 Copyright November 10 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation

More information

Cisco IPT Platform Administration Command-Line Interface Guide

Cisco IPT Platform Administration Command-Line Interface Guide Cisco IPT Platform Administration Command-Line Interface Guide This topic describes commands that you can use on the Cisco EGW 2200 to perform basic platform functions. These functions are also available

More information

Platform Administration

Platform Administration CHAPTER 6 Cisco provides these tools to manage the Cisco MobilityManager server platform: Cisco IPT web pages that provide complete platform administration functions. Command Line Interface (CLI) that

More information

Modular Industrial Router MRX

Modular Industrial Router MRX Technical Data Sheet Modular Industrial Router MRX MRX3 LAN MRX5 LTE MRX3 DSL M2M Communication Technology that adjusts to your needs Changing demands requires flexible solutions. Modularity is the answer

More information

Flexible. Powerful. Future-proof.

Flexible. Powerful. Future-proof. Technical Data Sheet Modular Industrial Router MRX Flexible. Powerful. Future-proof. MRX3 LAN MRX3 DSL MRX5 LTE M2M Communication Technology that adjusts to your needs Changing demands requires flexible

More information

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

SINEMA Remote Connect - Server SIMATIC NET. Industrial Remote Communication - TeleControl SINEMA Remote Connect - Server. Preface

SINEMA Remote Connect - Server SIMATIC NET. Industrial Remote Communication - TeleControl SINEMA Remote Connect - Server. Preface Preface Application and properties 1 SIMATIC NET Industrial Remote Communication - TeleControl Operating Instructions Requirements for operation 2 Installation and commissioning 3 Configuring with Web

More information

Manual INSYS ADSL 1.1

Manual INSYS ADSL 1.1 Manual INSYS ADSL 1.1 Copyright June 17 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH

More information

Industrial Control System Security white paper

Industrial Control System Security white paper Industrial Control System Security white paper The top 10 threats to automation and process control systems and their countermeasures with INSYS routers Introduction With the advent of M2M (machine to

More information

Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg.

Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg. Manual MoRoS MI Copyright June 12 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS GmbH Regensburg.

More information

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy).

A specific IP with specific Ports and Protocols uses a dedicated WAN (Load Balance Policy). 21. Multiple WAN Vigor 3300Bplus has three WAN interfaces, while Vigor 3300 and Vigor 3300V both have four WAN interfaces. With the Load Balance feature, you can use multiple WAN links simultaneously.

More information

Setting up a secure VPN Connection between a Tablet (ios), SCALANCE S615 and SINEMA Remote Connect Server. SINEMA Remote Connect, SCALANCE S615

Setting up a secure VPN Connection between a Tablet (ios), SCALANCE S615 and SINEMA Remote Connect Server. SINEMA Remote Connect, SCALANCE S615 Configuration Example 09/2015 Setting up a secure VPN Connection between a Tablet (ios), SCALANCE S615 and SINEMA Remote Connect Server SINEMA Remote Connect, SCALANCE S615 https://support.industry.siemens.com/cs/ww/en/view/109479578

More information

User Manual. SSV Remote Access Gateway. Web ConfigTool

User Manual. SSV Remote Access Gateway. Web ConfigTool SSV Remote Access Gateway Web ConfigTool User Manual SSV Software Systems GmbH Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Lab 7 Configuring Basic Router Settings with IOS CLI

Lab 7 Configuring Basic Router Settings with IOS CLI Lab 7 Configuring Basic Router Settings with IOS CLI Objectives Part 1: Set Up the Topology and Initialize Devices Cable equipment to match the network topology. Initialize and restart the router and switch.

More information

IMO Fault Monitor. Manual

IMO Fault Monitor. Manual IMO-1 1.1 Fault Monitor Manual Copyright May 14 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information

Version No. Build Date No./ Release Date. Supported OS Apply to Models New Features/Enhancements. Bugs Fixed/Changes

Version No. Build Date No./ Release Date. Supported OS Apply to Models New Features/Enhancements. Bugs Fixed/Changes Build Date / 4.1 Build_17031311 EDR-G903 3.6 Build_16081017 EDR-G903 1. Compliance to IEC 62443-4-2 level 2 requirement. 2. Support for ifadminstatus MIB information as device s port setting. 3. Support

More information

Moxa Remote Connect Server Software User s Manual

Moxa Remote Connect Server Software User s Manual User s Manual Edition 1.0, April 2018 www.moxa.com/product 2018 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Series 1000 / G Cellular Modem / Router. Firmware Release Notes

Series 1000 / G Cellular Modem / Router. Firmware Release Notes Series 1000 / 2000 3G Cellular Modem / Router Firmware Release Notes Document Number: 0013-001-000138 () Firmware Version: v1.40 Dcoumentation Control Generation Date: April 28, 2010 Cybertec Pty Limited

More information

Manual. MoRoS GPRS 2.1 PRO

Manual. MoRoS GPRS 2.1 PRO Manual MoRoS GPRS 2.1 PRO Copyright January 12 INSYS MICROELECTRONICS GmbH Any duplication of this manual is prohibited. All rights on this documentation and the devices are with INSYS MICROELECTRONICS

More information

Vodafone MachineLink. PPTP Configuration Guide

Vodafone MachineLink. PPTP Configuration Guide Vodafone MachineLink PPTP Configuration Guide Document history This guide covers the following products: Vodafone MachineLink 3G (NWL-10) Vodafone MachineLink 3G Plus (NWL-12) Vodafone MachineLink 4G (NWL-22)

More information

Appendix B NETGEAR VPN Configuration

Appendix B NETGEAR VPN Configuration Appendix B NETGEAR VPN Configuration DG834G v5 to FVL328 This appendix is a case study on how to configure a secure IPSec VPN tunnel from a NETGEAR DG834G v5 to a FVL328. This case study follows the VPN

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

3G M2M Router Plus (NTC / NTC ) 3G M2M Router (NTC ) Firmware Release Notes

3G M2M Router Plus (NTC / NTC ) 3G M2M Router (NTC ) Firmware Release Notes 3G M2M Router Plus (NTC-6200-02 / NTC-6200-12) 3G M2M Router (NTC-6200-13) Firmware Release Notes Copyright Copyright 2016 NetComm Wireless Limited. All rights reserved. The information contained herein

More information

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003 ZyWALL 70 Internet Security Appliance Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The ZyWALL 70 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Sophos Connect. help

Sophos Connect. help help Contents About... 1 Installing...1 Uninstalling... 1 Connections...3 Import connection... 3 Connect...4 Connection options...7 Events...9 Troubleshooting events... 10 General troubleshooting... 13

More information

Monitoring the EN-2000

Monitoring the EN-2000 EN-2000 Reference Manual Document 9 Monitoring the EN-2000 T his document provides information for monitoring the EN-2000 router s configuration and performance. Screens specifically for monitoring the

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

More information

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces. 2015 Cisco and/or its affiliates. All rights

More information

Series 5000 ADSL Modem / Router. Firmware Release Notes

Series 5000 ADSL Modem / Router. Firmware Release Notes Series 5000 ADSL Modem / Router Firmware Release Notes Document Number: 0013-001-000201 () Firmware Version: v1.49 Dcoumentation Control Generation Date: April 5, 2012 Cybertec Pty Limited All rights Reserved.

More information

Configuring General Settings for the EN-4000

Configuring General Settings for the EN-4000 EN-4000 Reference Manual Document 4 Configuring General Settings for the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a

More information

Deploy a Customer Site

Deploy a Customer Site Local Administration, on page 1 Run Port Check Tool, on page 4, on page 4 Add Cisco Wireless IP Phone 8821 to the Wireless LAN, on page 6 Provision the Phone, on page 7 Local Administration You can connect

More information

SmartWare R6.10 Release Notes

SmartWare R6.10 Release Notes Patton Electronics Company, Inc. 7622 Rickenbacker Drive Customer Deliverable Documentation Revision 1.00, April 2, 2018 Gaithersburg, MD 20879 USA Tel. +1 (301) 975-1000 Fax +1 (301) 869-9293 support@patton.com

More information

SIMATIC NET. Industrial Remote Communication - Remote Networks SINEMA Remote Connect. Preface. Connecting the SINEMA RC Server to the WAN 1

SIMATIC NET. Industrial Remote Communication - Remote Networks SINEMA Remote Connect. Preface. Connecting the SINEMA RC Server to the WAN 1 Preface Connecting the SINEMA RC Server to the WAN 1 SIMATIC NET Industrial Remote Communication - Remote Networks Getting Started Creating devices using a csv file 2 OpenVPN tunnel between SCALANCE S615

More information

Chapter 2 Using the Command Line Interface

Chapter 2 Using the Command Line Interface Chapter 2 Using the Command Line Interface The CLI is a text-based interface for configuring and monitoring HP Routing Switches. You can access the CLI can through either a direct serial connection to

More information

Series 1000 / G Cellular Modem / Router. Firmware Release Notes

Series 1000 / G Cellular Modem / Router. Firmware Release Notes Series 1000 / 2000 3G Cellular Modem / Router Firmware Release Notes Document Number: 0013-001-000138 () Firmware Version: v1.42 Dcoumentation Control Generation Date: October 29, 2010 Cybertec Pty Limited

More information

Certified Cisco Networking Associate v1.1 ( )

Certified Cisco Networking Associate v1.1 ( ) Certified Cisco Networking Associate v1.1 (640-802) Exam Description: The Cisco Certified Networking Associate v1.1 640-802 is the composite exam that is associated with Cisco CCNA Routing and Switching

More information

Monitoring the EN-4000

Monitoring the EN-4000 EN-4000 Reference Manual Document 11 Monitoring the EN-4000 T he EN-4000 is the newest member of Encore Networks family of routers. It provides wireless and cabled connections to a local area network (LAN)

More information

Settings. IP Settings. Set Up Ethernet Settings. Procedure

Settings. IP Settings. Set Up Ethernet Settings. Procedure This chapter provides information about using the options to display and change IP settings, host settings, and Network Time Protocol (NTP) settings. IP, page 1 Set Up NTP Servers, page 4 Set Up SMTP,

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

Guide to Brocade 5600 vrouter Documentation

Guide to Brocade 5600 vrouter Documentation 14 September 2015 to Brocade 5600 vrouter Documentation Supporting Brocade 5600 vrouter 3.5R6 2015, Brocade Communications Systems, Inc. All Rights Reserved. ADX, Brocade, Brocade Assurance, the B-wing

More information

IOS and Configuration Basics

IOS and Configuration Basics APPENDIX C This appendix contains basic information about the Cisco Internet Operating System (IOS) software and includes the following sections: Cisco IOS Modes of Operation Getting Context-Sensitive

More information

Setting up a secure VPN Connection between the TS Adapter IE Advanced and Windows 7

Setting up a secure VPN Connection between the TS Adapter IE Advanced and Windows 7 Configuration Example 09/2014 Setting up a secure VPN Connection between the TS Adapter IE Advanced and Windows 7 TS Adapter IE Advanced http://support.automation.siemens.com/ww/view/en/99681037 Warranty

More information

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver LevelOne WBR-3407 11g Wireless ADSL VPN Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features... 1 Package Contents... 5 Physical Details... 6 CHAPTER

More information

u-link Remote Access Service Technical User Guide Version 1.4

u-link Remote Access Service Technical User Guide Version 1.4 u-link Remote Access Service Technical User Guide Version 1.4 December 04, 2017 Legal notice Copyright Notice Copyright 2017 Weidmüller Interface GmbH & Co. KG All rights reserved. Reproduction without

More information

CHAPTER 2 ACTIVITY

CHAPTER 2 ACTIVITY CHAPTER 2 ACTIVITY 2.1.1.1 1. CLI stands for 2. GUI stands for 3. Write the step you used to go to CLI interface on Windows 4. The OS, normally loads from a disk drive, into RAM. 5. The portion of the

More information

Chapter 11. Configuring and Testing Your Network

Chapter 11. Configuring and Testing Your Network Chapter 11 Configuring and Testing Your Network CCNA1-1 Chapter 11 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario.

More information

The Administration Tab - Diagnostics

The Administration Tab - Diagnostics The Administration Tab - Diagnostics The diagnostic tests (Ping and Traceroute) allow you to check the connections of your network components. Ping Test. The Ping test will check the status of a connection.

More information

FIRMWARE V 5.0. The main changes EN MDH800 MDH859

FIRMWARE V 5.0. The main changes EN MDH800 MDH859 FIRMWARE V 5.0 The main changes EN MDH800 MDH859 MDH800, MDH802, MDH803, MDH804, MDH810, MDH811, MDH812, MDH813, MDH814, MDH815, MDH816, MDH817, MDH818, MDH819, MDH830, MDH831, MDH832, MDH832, MDH833,

More information

VPN Tracker for Mac OS X

VPN Tracker for Mac OS X VPN Tracker for Mac OS X How-to: Interoperability with NETGEAR VPN Router Appliances Rev. 1.2 Copyright 2003 equinux USA Inc. All rights reserved. 1. Introduction 1. Introduction This document describes

More information

M!DGE/MG102i VPN Configuration

M!DGE/MG102i VPN Configuration Application notes. M!DGE/MG102i VPN Configuration. version 1.0 12/7/2017 RACOM s.r.o. Mirova1283 59231 Nove MestonaMorave CzechRepublic Tel.: +420565659 511 Fax: +420565659 512 E-mail: racom@racom.eu www.racom.eu

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings

Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings CHAPTER 5 Configuring the Hostname, Domain Name, Passwords, and Other Basic Settings This chapter describes how to configure basic settings on your ASA 1000V that are typically required for a functioning

More information

XPress-I/O Device Server Command Reference

XPress-I/O Device Server Command Reference XPress-I/O Device Server Command Reference Part Number 900-464 Revision B July 2007 Copyright & Trademark Contacts 2006, 2007, Lantronix. All rights reserved. No part of the contents of this book may be

More information

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX LevelOne Broadband Router FBR-1402TX FBR-1403TX User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 LevelOne Broadband Router Features... 1 Package Contents... 3 Physical Details...4 CHAPTER 2 INSTALLATION...

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

Firmware RELEASE NOTES

Firmware RELEASE NOTES Firmware 6.1.4 RELEASE NOTES Abstract This document describes: Firmware upgrade instructions. Description of all new features, fixes and other changes implemented in firmware 6.1.4. Known issues. For detailed

More information

Added SerialNumber object to ECESSA-MIB Description Device serial number is readable via ECESSA-MIB::SerialNumber.0.

Added SerialNumber object to ECESSA-MIB Description Device serial number is readable via ECESSA-MIB::SerialNumber.0. 10.6.4.1 Firmware Release Notes Release: 2016.03.08 Revision 1.0: 2016.03.08 Improvements System When the device sees that the available memory is getting low an e-mail alert will be sent The device will

More information

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired s Be inspired Table of Contents Table of Contents Safety precautions........................... 3 The Gigaset Router........................... 3 Features and Benefits..................................................

More information

Volume SKYSWITCH. Configuring an Edgemarc Nov Configuring An Edgemarc

Volume SKYSWITCH. Configuring an Edgemarc Nov Configuring An Edgemarc Volume 1 SKYSWITCH Configuring an Edgemarc Nov 2017 Configuring An Edgemarc SKYSWITCH Creating An Edgemarc SkySwitch 608 Robin Road Lakeland FL 33803 Phone 747-900-5401 Fax 863-647-5192 Table of Contents

More information

Modular Industrial Router MRX

Modular Industrial Router MRX Technical Data Sheet Modular Industrial Router MRX MRX3 LAN MRX5 LTE MRX3 DSL M2M Communication Technology that adjusts to your needs Changing demands requires flexible solutions. Modularity is the answer

More information

Setting up a secure VPN connection between two SCALANCE S Modules Using a static IP Address

Setting up a secure VPN connection between two SCALANCE S Modules Using a static IP Address Configuration Example 09/2014 Setting up a secure VPN connection between two SCALANCE S Modules Using a static IP Address SCALANCE S http://support.automation.siemens.com/ww/view/en/99681360 Warranty and

More information

SonicOS Release Notes

SonicOS Release Notes SonicOS Contents Platform Compatibility... 1 Known Issues... 2 Resolved Issues... 4 Upgrading SonicOS Enhanced Image Procedures... 5 Related Technical Documentation... 10 Platform Compatibility The SonicOS

More information

SMG-1100/6100 User s Manual

SMG-1100/6100 User s Manual User s Manual First Edition, January 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. User s Manual The software described in this manual is

More information

APPLICATION NOTES. Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG

APPLICATION NOTES. Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG APPLICATION NOTES Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG CODESYS V3 logic running on AGI 300/400 series product Support of Modbus/TCP and RTU communication Use of remote

More information

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CCNA 1 Chapter 2 v5.0 Exam Answers 2013 CCNA 1 Chapter 2 v5.0 Exam Answers 2013 1. Refer to the exhibit. A switch was configured as shown. A ping to the default gateway was issued, but the ping was not successful. Other switches in the same

More information

Setting up securityglobal FW Rulesets SIMATIC NET. Industrial Ethernet Security Setting up security. Preface. Firewall in standard mode

Setting up securityglobal FW Rulesets SIMATIC NET. Industrial Ethernet Security Setting up security. Preface. Firewall in standard mode Global FW Rulesets SIMATIC NET Industrial Ethernet Security Preface 1 Firewall in standard mode 2 Firewall in advanced mode 3 Configuring a VPN tunnel 4 Configuring remote access via a VPN tunnel 5 Getting

More information

VPN Tracker for Mac OS X

VPN Tracker for Mac OS X VPN Tracker for Mac OS X How-to: Interoperability with NETGEAR VPN Router Appliances Rev. 1.4 Copyright 2003 equinux USA Inc. All rights reserved. 1. Introduction 1. Introduction This document describes

More information

Festo Field Device Tool FFT. Description. Online help FFT f [ ]

Festo Field Device Tool FFT. Description. Online help FFT f [ ] FFT Description Online help FFT 8075018 2017-05f [8075020] Table of Contents 1 Information on the Festo Field Device Tool... 1 1.1 Overview... 1 1.2 Scan protocols... 2 1.2.1 Multicast... 2 1.2.2 Broadcast...

More information

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers. EEE00F Lab Basics of the Network Lab Student Lab Manual Before you start the lab exercises see the lab administrator or EEE00F tutor to get assigned to your routers. Contents. Resources used in the labs...

More information

Nortel Business Secure Router 222 Fundamentals. BSR222 Business Secure Router

Nortel Business Secure Router 222 Fundamentals. BSR222 Business Secure Router Nortel Business Secure Router 222 Fundamentals BSR222 Business Secure Router Document Number: NN47922-301 Document Version: 1.4 Date: May 2007 2 Copyright Nortel 2005 2006 All rights reserved. The information

More information

ThingsPro Software User s Manual

ThingsPro Software User s Manual User s Manual Edition 3.0, July 2016 www.moxa.com/product 2016 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003 Internet Security Gateway Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The is the ideal secure gateway for all data passing between the Internet and the LAN. By integrating NAT,

More information

Configuring the EN-2000 s VPN Firewall

Configuring the EN-2000 s VPN Firewall EN-2000 Reference Manual Document 10 Configuring the EN-2000 s VPN Firewall T his document discusses implementation of firewall rules to support IPsec VPN transmissions in the EN-2000. It presents procedures

More information

USR-G808 User Manual

USR-G808 User Manual USR-G808 User Manual File version: V1.0.4.1 1 Content 1. Overview...4 1.1. Brief introduction... 4 1.2. Product feature... 4 1.3. Hardware introduction... 5 1.3.1.Hardware dimension... 5 2. Product Functions...6

More information

Connecting CoovaAP 1.x with RADIUSdesk - Basic

Connecting CoovaAP 1.x with RADIUSdesk - Basic 2017/05/17 21:58 1/13 Connecting CoovaAP 1.x with RADIUSdesk - Basic Connecting CoovaAP 1.x with RADIUSdesk - Basic Introduction CoovaAP is a sub-project of Coova.org. It is custom firmware which can be

More information

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router.

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. Conceptronic C100BRS4H Quick Installation Guide Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. The enclosed Hardware Installation Guide gives you a step-by-step explanation

More information

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM This lab has been updated for use on NETLAB+ Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces.

More information

List of firmware changes (new features and bug fixes) of Weidmüller Router models

List of firmware changes (new features and bug fixes) of Weidmüller Router models List of firmware changes (new features and bug fixes) of Weidmüller Router models List of affected Router variants: Article name Article number IE-SR-2GT-LAN 1345270000 IE-SR-2GT-LAN-FN 1489940000 IE-SR-2GT-UMTS/3G

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

Ingate Firewall. interworking with. SSH Sentinel

Ingate Firewall. interworking with. SSH Sentinel Ingate Firewall interworking with SSH Sentinel 1 Tested versions: Ingate Firewall 3.2.0 SSH Sentinel 1.4 (build 177, 190) and 1.4.1 (build 79) on Windows XP 1. Install the SSH Sentinel software on the

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (2 points, 5 minutes) Part 2: Configure Device Basic Settings (18 points, 20 minutes) Part 3: Configure

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

Guide to Brocade 5600 vrouter Documentation

Guide to Brocade 5600 vrouter Documentation CONFIGURATION GUIDE to Brocade 5600 vrouter Documentation Supporting Brocade 5600 vrouter 4.2R1 53-1004280-01 16 May 2016 2016, Brocade Communications Systems, Inc. All Rights Reserved. Brocade, Brocade

More information

VIP-102B IP Solutions Setup Tool Reference Manual

VIP-102B IP Solutions Setup Tool Reference Manual VIP-102B IP Solutions Setup Tool Reference Manual Version 6.3.0.0 For latest updates to this manual please check our website at: http://www.valcom.com/vipsetuptool/default.htm then click on Reference Manual

More information

Setting up a secure VPN Connection between SCALANCE S and CP x43-1 Adv. Using a static IP Address. SCALANCE S, CP Advanced, CP Advanced

Setting up a secure VPN Connection between SCALANCE S and CP x43-1 Adv. Using a static IP Address. SCALANCE S, CP Advanced, CP Advanced Configuration Example 09/2014 Setting up a secure VPN Connection between SCALANCE S and CP x43-1 Adv. Using a static IP Address SCALANCE S, CP 343-1 Advanced, CP 443-1 Advanced http://support.automation.siemens.com/ww/view/en/99681025

More information

Setting up a secure VPN Connection between SCALANCE S and SSC Using a static IP Address. SCALANCE S, SOFTNET Security Client

Setting up a secure VPN Connection between SCALANCE S and SSC Using a static IP Address. SCALANCE S, SOFTNET Security Client Configuration Example 09/2014 Setting up a secure VPN Connection between SCALANCE S and SSC Using a static IP Address SCALANCE S, SOFTNET Security Client http://support.automation.siemens.com/ww/view/en/99681083

More information