MikroTik RouterOS Training User Management. VRProService Co.,Ltd.

Size: px
Start display at page:

Download "MikroTik RouterOS Training User Management. VRProService Co.,Ltd."

Transcription

1 MikroTik RouterOS Training User Management VRProService Co.,Ltd.

2 Class Setup VRProService Co.,Ltd. 2

3 Class setup Lab (cont.) Set system identity of the board and wireless radio name to XY_<your_name>. Example: 00_Janis Upgrade your router to the latest Mikrotik RouterOS version 3.x Upgrade your Winbox loader version Set up NTP client use as server Create a configuration backup and copy it to the laptop (it will be default configuration) VRProService Co.,Ltd. 3

4 Point-to-Point Protocols PPTP, PPPoE, L2TP, BCP, MLPPP, MRRU, Interface routing, Dynamic address-lists, Dynamic simple queues VRProService Co.,Ltd. 4

5 L o c a l Use r D a t a b a s e PPP Profile, PPP Secret VRProService Co.,Ltd.

6 Point-to-Point protocol tunnels A little bit sophisticated in configuration Capable of authentication and data encryption Such tunnels are: PPPoE (Point-to-Point Protocol over Ethernet) PPTP (Point-to-Point Tunneling Protocol) L2TP (Layer 2 Tunneling Protocol) You should create user information before creating any tunnels VRProService Co.,Ltd. 6

7 PPP Secret PPP secret (aka local PPP user database) stores PPP user access records Make notice that user passwords are displayed in the plain text anyone who has access to the router are able to see all passwords It is possible to assign specific /32 address to both ends of the PPTP tunnel for this user Settings in /ppp secret user database override corresponding /ppp profile settings VRProService Co.,Ltd. 7

8 PPP Secret VRProService Co.,Ltd. 8

9 PPP Profile and IP Pools PPP profiles define default values for user access records stored under /ppp secret submenu PPP profiles are used for more than 1 user so there must be more than 1 IP address to give out - we should use IP pool as Remote address value Value default means if option is coming from RADIUS server it won't be overrided VRProService Co.,Ltd. 9

10 PPP Profile VRProService Co.,Ltd. 10

11 Dynamic Simple Queues It is possible to assign specific limit to each group belonging to the same PPP profile Every time new user connects RouterOS will create new simple queue This option can be acquired from RADIUS server VRProService Co.,Ltd. 11

12 Dynamic address-list It is also possible to implement custom QoS structures Every time new user connects RouterOS will create new address-list entry Address-list then can be utilized by mange facility for packet marking. VRProService Co.,Ltd. 12

13 Change TCP MSS Big 1500 byte packets have problems going trought the tunnels because: Standard Ethernet MTU is 1500 bytes PPTP and L2TP tunnel MTU is 1460 bytes PPPOE tunnel MTU is 1488 bytes By enabling change TCP MSS option, dynamic mangle rule will be created for each active user to ensure right size of TCP packets, so they will be able to go through the tunnel VRProService Co.,Ltd. 13

14 P P TP a n d L 2 TP Point-to-Point Tunnelling Protocol and Layer 2 Tunnelling Protocol VRProService Co.,Ltd.

15 PPTP Tunnels PPTP uses TCP port 1723 and IP protocol 47/ GRE There is a PPTP-server and PPTP-clients PPTP clients are available for and/or included in almost all OS You must use PPTP and GRE NAT helpers to connect to any public PPTP server from your private masqueraded network VRProService Co.,Ltd. 15

16 L2TP Tunnels PPTP and L2TP have mostly the same functionality L2TP traffic uses UDP port 1701 only for link establishment, further traffic is using any available UDP port L2TP don't have problems with NATed clients it don't required NAT helpers Configuration of the both tunnels are identical in RouterOS VRProService Co.,Ltd. 16

17 Creating PPTP/L2TP Client VRProService Co.,Ltd. 17

18 PPTP Client Lab Restore system backup (slide 12) Create PPTP client Server Address: User: admin Password: admin Add default route = yes Make necessary adjustments to access the internet VRProService Co.,Ltd. 18

19 Creating PPTP/L2TP server VRProService Co.,Ltd. 19

20 PPTP Server Lab Create a PPTP server Create one user in PPP Secret Configure your laptop to connect to your PPTP server Make necessary adjustments to access the Internet via the tunnel Create PPP Profile for the router to use encryption Configure PPTP-client on the laptop accordingly VRProService Co.,Ltd. 20

21 Optional: Advanced VPN Lab Restore system backup (slide 12) Create secure L2TP tunnel with your neighbor Create EoIP tunnel over the L2TP tunnel Bridge your networks together! VRProService Co.,Ltd. 21

22 User Access Control Controlling the Hardware Static IP and ARP entries DHCP for assigning IP addresses and managing ARP entries Controlling the Users PPPoE requires PPPoE client configuration HotSpot redirects client request to the sign-up page PPTP requires PPTP client configuration VRProService Co.,Ltd. 22

23 PPPoE tunnels PPPoE works in OSI 2nd (data link) layer PPPoE is used to hand out IP addresses to clients based on the user authentication PPPoE requires a dedicated access concentrator (server), which PPPoE clients connect to. Most operating systems have PPPoE client software. Windows XP has PPPoE client installed by default VRProService Co.,Ltd. 23

24 PPPoE client VRProService Co.,Ltd. 24

25 PPPoE Client Lab Restore default system backup Create PPTP client Interface: wlan1 Service:pppoe User: admin Password: admin Add default route = yes Make necessary adjustments to access the internet VRProService Co.,Ltd. 25

26 PPPoE Client Status Check your PPPoE connection Is the interface enabled? Is it connected and running (R)? Is there a dynamic (D) IP address assigned to the pppoe client interface in the IP Address list? What are the netmask and the network address? What routes do you have on the pppoe client interface? See the Log for troubleshooting! VRProService Co.,Ltd. 26

27 * PPPoE Lab with Encryption * The PPPoE access concentrator is changed to use encryption now You should use encryption, either change the ppp profile used for the pppoe client to 'default-encryption', or, modify the ppp profile used for the pppoe client to use encryption See if you get the pppoe connection running VRProService Co.,Ltd. 27

28 PPPoE Server PPPoE server accepts PPPoE client connections on a given interface Clients can be authenticated against the local user database (ppp secrets) a remote RADIUS server a remote or a local MikroTik User Manager database Clients can have automatic data rate limitation according to their profile VRProService Co.,Ltd. 28

29 Creating PPPoE server (service) VRProService Co.,Ltd. 29

30 PPPoE Server Lab Create a PPPoE server Create one user in PPP Secret Configure your laptop to connect to your PPPoE server Make necessary adjustments to access the internet via the tunnel Create PPP Profile for the router to use encryption Configure PPPoE-client on the laptop accordingly VRProService Co.,Ltd. 30

31 P P P in t e rf a c e B rid g in g PPP BCP (Bridge Control Protocol) PPP MP (Multi-link Protocol) VRProService Co.,Ltd.

32 PPP Bridge Control Protocol RouterOS now have BCP support for all async. PPP, PPTP, L2TP & PPPoE (not ISDN) interfaces BCP allows to bridge Ethernet packets through the PPP link BCP is independent part of PPP tunnel - It is not related to IP address of PPP interface Bridging and routing over PPP link can happen at the same time, independently. VRProService Co.,Ltd. 32

33 Setting up BCP Bridge must be specified the ppp profiles on both sides of the tunnel Note that PPP interface don't have any MAC addresses so your bridge must have a MAC address before you add ppp to the bridge VRProService Co.,Ltd. 33

34 PPP MTU Problem PPP interface MTU is smaller than standard Ethernet interface It is impossible to fragment Ethernet frames tunnels must have inner algorithm how to transfer Ethernet frames via link with smaller MTU EOIP have encapsulation algorithm enabled by default, PPP interfaces doesn't PPP interfaces can utilize PPP Multi-link Protocol to handle Ethernet frames VRProService Co.,Ltd. 34

35 PPP Multi-link Protocol PPP Multi-link Protocol allows divide packet to multiple channels therefore increasing possible MTU and MRU (up to bytes) MLPPP can be created: over single physical link where multiple channels run on the same link over multiple physical links - where multiple channels run on the multiple link VRProService Co.,Ltd. 35

36 MRRU To enable PPP Multi-link Protocol over single link you must specify MRRU option If both sides support this feature there are no need for MSS adjustment (in firewall mangle) MRRU is less CPU expensive that 2 mangle rules per client if you have more that 30 clients In MS Windows you must enable "Negotiate multi-link for single link connections" option VRProService Co.,Ltd. 36

37 PPP Multi-link Protocol VRProService Co.,Ltd. 37

38 PPP Bridging Lab Restore default system backup Create PPP tunnel with your neighbour(s) Bridge PPP tunnels with your local interface Ensure that MTU and MRU of the PPP link is at least 1518 byte (size of Ethernet frame) Check the configuration using ping tool with different packet size VRProService Co.,Ltd. 38

39 MLPPP MikroTik RouterOS have multi-link ppp over multiple links client support starting from V3.10 Server support will be added some time in the future To enable MLPPP just assign multiple interfaces for the same PPP client. Note: all PPP lines must have same user name and password Server must have support for MLPPP VRProService Co.,Ltd. 39

40 Interface ECMP Routing In case you have more that one PPP connection from the same server, but MLPPP is impossible (different user names, server support missing) it is possible to use Interface routing Simple IP address routing is impossible all PPP connections have the same gateway IP address To enable interface routing just specify all PPP interfaces as route gateway-interface Works only on PPP interfaces. VRProService Co.,Ltd. 40

41 MikroTik RouterOS Training HotSpot and User Manager

42 Schedule Training day: 9AM - 5PM 1 hour Lunch: 12:30PM 30 minute Breaks: 10:30AM and 3PM 2

43 Instructors Sergejs Boginskis, MikroTik Jānis Meģis, MikroTik Normunds Rustanovičs, MikroTik Māris Bulāns, MikroTik 3

44 Class Setup 4

45 Class Setup Set /system identity and wireless radio name as XY_<your_name> Instal the latest RouterOS version Use the latest Winbox version NTP server address Create backup and save it on the laptop 5

46 HotSpot Overview

47 Overview Plug-and-Play Internet access Users authentication before access to the Internet Walled-garden to allow resources without authentication Users accounting Transparent proxy 7

48 Usage Airports University Campuses Internet cafes Open Access Points Anywhere Authorization or Accounting are required 8

49 Operation Client can use wrong network configuration settings, HotSpot server translates them to correct ones No Internet available before HotSpot authorization Exceptions are added to walled-garden and /ip hotspot ip-binding 9

50 Operation Enter username/password in HotSpot login page to get the Internet Other login methods available Different accounting options 10

51 HotSpot Setup

52 HotSpot Setup Setup is launched by the command, /ip hotspot setup 12

53 HotSpot Setup Use /ip hotspot setup for HotSpot server setup, strongly recommended All configuration settings can be added manually 13

54 Before setup Valid IP address configuration on local (HotSpot) and Public (Internet) interfaces DNS servers added in /ip dns One HotSpot user (added by setup command) 14

55 Setup Click on Setup Select Interface Click Next 15 Set HotSpot address, offered automatically Masquerade Network or not

56 Setup Address-range to use for clients SSL certificate, used for HTTPS login SMTP server address, to redirect all HotSpot users to 16

57 Setup DNS server for HotSpot users, taken from /ip dns HotSpot DNS name for access login page, FQDN required ( Create first HotSpot user 17

58 Setup HotSpot setup is completed successfully Check /ip hotspot menu 18

59 Configuration Created Additional configuration is created in different sections by HotSpot setup No additional configuration necessary wiht /ip hotspot setup 19

60 Configuration Created DHCP-server 20

61 Configuration Created Address-pool 21

62 Configuration Created Dynamic Firewal and NAT rules /ip firewall filter print dynamic /ip firewall nat print dynamic 22

63 Common Mistakes HotSpot on bridge, configure server on bridge interface not on the bridge port Correct DNS name for HotSpot server arp=enabled for the interface 23

64 LAB HotSpot Lab Setup HotSpot on the router Make sure you get to the Internet 24

65 Remember Access to public networks is blocked (Internet, Winbox to the router) Login to the HotSpot to get the Internet Login by HotSpot page 25

66 Users

67 HotSpot users Users are added and managed from /ip hotspot user Required settings are username and password 27

68 Users Settings Server, HotSpot server user belongs to Name, client username Password, user s password Address, HotSpot IP address to be used by client MAC-address, login only from the specific MAC-address Profile, user s profile name 28

69 Users Limits Uptime, time allowed to be online for user Bytes In, bytes user can upload Bytes Out, bytes user can download Bytes Total = Bytes In + Bytes Out 29

70 Users lab LAB Add additional HotSpot user Set this user to login only from your laptop Restrict user to 5 hours 1Gb upload and 1Gb download per day 30

71 LAB Daily users For the previous lab, use scheduler and simple script /ip hotspot user reset-counters command to reset uptime 31

72 Monitor Users

73 Unauthorized Users All users connected to the HotSpot interface shown in /ip hotspot host 33

74 Authorized Users Authorized users are shown in /ip hotspot active 34

75 HotSpot Login Methods

76 Login Methods HTTP CHAP, HTTP PAP HTTPS MAC-Address Cookie Trial method 36

77 Login Configuration /ip hotspot profile stores Login Method configuration 37

78 HTTP CHAP, PAP Login page is shown for users login/password is necessary to get Internet CHAP, CHAP challenge for login, enabled browser s JavaScript PAP, login in plain text for legacy browsers 38

79 HTTPS Login page is shown for users Authorization is encrypted by SSL protocol Certificate should be imported to router 39

80 Cookie Cookie is sent to client, after successful HTTP login HotSpot does not ask for login/password for second time access 40

81 MAC-Address Avoid HotSpot login page Add MAC-address as username Authentication occurs, as user is connected to the Hotspot 41

82 Trial Use HotSpot free of charge for the period Set usage time over specific period 42

83 LAB Login Methods Lab Enable cookie login for 2 days lifetime Enable trial for 1 hour over 24 hours Enable MAC-address authentication for your laptop 43

84 HotSpot Sequence User is connected to the Router Universal Client IP address is translated, if necessary MAC-Address MAC-address users authentication HTTP, HTTPS Login page is shown for user Cookie Cookie used for second HTTP login 44

85 Sequence Exceptions IP-Binding Present on Universal client level Walled-Garden Allow access to specific resources 45

86 HotSpot Logout Logout from HotSpot to stop accounting Logout from login page, hotspot or After keepalive timeout reached 46

87 Group of Users

88 User Profile To apply common settings for the group of users 48

89 Profile Settings Address-Pool, to enable universal client Session Timeout, user is logged out after this time Keepalive Timeout, detects whether client is reachable Shared Users, allowed simultaneous logins with the same username 49

90 Rate Limit Bandwidth limit for HotSpot clients Creates dynamic simple queue Syntax, rx-rate[/tx-rate] [rx-burstrate[/tx-burst-rate] [rx-burstthreshold[/tx-burst-threshold] [rxburst-time[/tx-burst-time] [priority] [rx-rate-min[/tx-rate-min]]]] rx client s upload, tx client s download 50

91 Firewall and Mangle Filter, check users through the specific firewall filter chain Packet Mark, to set mangle mark for the users Add jump from built-in chains (input, forward, output) to hotspot chain 51

92 Advertise To show advertise web-page after period of time Internet is blocked, if not shown Popup blockers can disturb advertise 52

93 Alternative Advertising Put the advertisement information to status page HTML knowledges required to modify alogin.html (status) Open-status page=always, shows status page for all clients 53

94 Scripts Execute scripts on HotSpot user login and logout 54

95 LAB User Profile Lab Set max-limit=1m/2m limit-at=512k/1m priority=3 for every HotSpot user Log HotSpot users traffic in firewall chain=log Set static queue and make sure they are before dynamic all the time 55

96 Dynamic Queues HotSpot Dynamic queues are added in the top of /queue simple Scripts allow to move static queue to the top Set options to distinguish static queues over dynamic 56

97 Server Configuration

98 HotSpot server Servers, menu lists all HotSpot servers 58

99 HotSpot Server Interface, specifies interface HotSpot is configured on Address-Pool, Universal client for non-authorized clients Timeouts, timeouts for unauthorized clients Addresses-Per-Mac, number of IP addresses allowed per one MACaddress 59

100 LAB HotSpot Server Lab Create Bridge on the router between HotSpot interface and unused interface Modify HotSpot servers settings appropriately 60

101 HotSpot Server Profile, contains all settings for the HotSpot server 61

102 Login HotSpot login method selection Additional authentication settings Trial User configuration 62

103 Server Profile DNS name, HotSpot server DNS name, use FQDN Rate-Limit, set bandwidth limit for the entire HotSpot server HTTP proxy, parent proxy settings SMTP server, to redirect s to your mail server 63

104 HotSpot Customization HTML-directory, sets location of the HotSpot server files Use FTP client to get HotSpot login page files 64

105 HotSpot pages redirect.html - redirect users to another url login.html - login page shown to a user md5.js - Javascript for MD5 password hashing status.html - statistics for the client logout.html - logout page error.html - error page You can put necessary information with basic HTML knowledge 65

106 Customize HotSpot ip hotspot reset-html <hotspotx>, command to get back default login page 66

107 LAB HotSpot Profile Lab Set Trial Login on the HotSpot server Set DNS-Name for HotSpot, use it to login and logout Modify HotSpot page to login without login and password 67

108 Previous Lab Get login.html page from ftp://router Open login.html with text editor 68

109 Page Modifications Change two lines <type= text value= $(username)> to <input type= hidden name= username value= yourname?> <input type= password > <input type= hidden name=password value= password > 69

110 Login without password No login/password required Put advertising information or any information for user to accept Increase shared-users 70

111 Exceptions

112 HotSpot Exceptions HotSpot blocks connection to the Internet Servers, switches, telephony terminals perhaps do not have browser for the login There are few ways to bypass HotSpot authentication 72

113 Walled-Garden Access for HTTP and HTTPS pages without authentication Ability to block pages 73

114 Walled-Garden Src. address, HotSpot client address Dst. address, HTTP/ HTTPs IP address Dst. Host, DNS name, example Path, 74

115 Walled-Garden IP Bypass other services without authentication Bypass for protocols and ports, SSH, Telnet, Winbox, SIP calls, etc. 75

116 IP Binding Allows full HotSpot bypass for the user Static Universal client (one-to-one NAT) translations Block unauthorized hosts or networks 76

117 One-to-One NAT Address, HotSpot client address To Address, new address of the HotSpot client 77

118 IP Binding types regular, no action for the client bypassed, client is bypassed without authentication blocked, block access for the client or network 78

119 Firewall rules HotSpot setup creates dynamic firewall rules Static rules are moved to the bottom after reboot Special chain available for placing static rules over dynamic 79

120 Filter and NAT Rules should be placed 80

121 Filter and NAT Static rules to be placed before dynamic 81

122 Firewall rules Jump rules are red, because there is no rules in custom chain Red rules does not make any problem for HotSpot or firewall operation 82

123 Exceptions lab LAB Set without authentication Set SSH without authentication Block Telnet for all HotSpot users Set access for HotSpot only for users with local network IP address 83

124 Accounting

125 Accounting 85

126 SNMP Information provided by SNMP 86

127 HotSpot + RADIUS

128 RADIUS RADIUS server is used for multiple routers management Used as HotSpot, DHCP, PPP, Wireless clients and RouterOS login database 88

129 RADIUS 89

130 RouterOS and RADIUS MikroTik RouterOS RADIUS client works with any RFC compliant server (e.g. FreeRADIUS) User Manager 90

131 User Manager

132 User Manager RADIUS based application integrated into RouterOS package HotSpot, PPP, DHCP, Wireless, RouterOS users management is supported 92

133 Advantages Easy to install and configure Web interface configuration support No additional expenses for separate server required (integrated to the RouterOS) 93

134 User Manager Install

135 Hardware 32 MB RAM 2MB on hard drive (more recommended) x86 architecture All RouterBOARDs 95

136 Software RouterOS v3 or v2.9 User Manager package RouterOS license; Level 3-10 active sessions Level 4-20 active sessions Level 5-50 active sessions Level 6 - Unlimited 96

137 Install Download package Upload package to the router Reboot the router 97

138 User Manager Install For the Training class only!!! Unreleased version of the New User Manager Package is available on teacher s FTP Not for production network now 98

139 User Manager + HotSpot

140 User Manager User Manager can be used for HotSpot, PPP(PPTP,L2TP PPPoE), DHCP, Wireless, RouterOS users management Training covers HotSpot with User Manager 100

141 RouterOS Access Console access, /tool user-manager WEB access, router_ip/userman 101

142 First Access Default login is admin without password Customer is User Manager administrator No relations to RouterOS users 102

143 Customers Management Customers managed from customer menu Different hierarchy levels Signup The same as /radius configuration 103

144 HotSpot Configuration use-radius=yes, send HotSpot requests to RADIUS Firstly local HotSpot database (/ip hotspot user) is contacted, then RADIUS server (User Manager) 104

145 LAB Customer Lab Create new customer with full privileges 105

146 Routers

147 User Manager Routers Routers, list of routers User Manager communicates with , User Manager and HotSpot on the same router 107

148 RADIUS client RouterOS RADIUS client configuration Service, facility RADIUS is used for Address, RADIUS server address Secret, authentication password 108

149 Users

150 Users Users managed from Users menu /tool usermanager user, console The same as /ip hotspot 110 user

151 User Manager Users Firstly, HotSpot database is contacted for user authentication Then, User Manager database 111

152 LAB Users Lab Add another user to /ip hotspot user Add the same user to User Manager Make sure User Manager is used for created user authentication 112

153 Users menu Username and password, client s login and password IP address, IP address assigned to client Group, HotSpot /ip hotspot user profile name Address-list and Caller-ID, used for PPP 113

154 Users menu /tool user-manager user stores users, /ip hotspot user /ppp secret /ip dhcp-server lease /user 114

155 Users Limits Download and Upload limit, amount of bytes to receive/send for HotSpot user Transfer limit, download +upload Uptime Limit, time allowed to be online 115

156 User Limits Rate limits, used to create dynamic /queue simple Rx - client upload, Tx - client download Bursts and limit-at settings are available additionally 116

157 LAB User Limits Lab Create new user with allowed 1M upload 2M download Set GB upload limit and 2GB download limit for user Set user active for 1 day Make configuration in local HotSpot Make configuration in User manager 117

158 Future Usage

159 RADIUS Incoming Change users authorization options on the fly by User Manager Example, change user bandwidth limit serttings, when specific amount of bandwidth is reached 119

160 Credits Different credit type, not only time credits, but bandwidth credits Advanced credits report generation 120

161 Profiles Options set assigned to the group users Different bandwidth and time limitations per profile Change profiles on the fly for user with RADIUS incoming 121

162 Customize Interface Customize configuration menus 122

163 Customize Appearance Change User Manager look Logo, Text, titles, colors Even Language 123

164 Customize Templates Change voucher and CSV files 124

165 Hidden Features /store management, v3 allows to save User Manager information on secondary drive Language localization, User Manager can be translated to your local language 125

166 Other Features Many other functions to come Do you have any suggestions? Contact support 126

167 Before Exam Reset the router configuration Set configuration to get access to the Internet Check there is no HotSpot configured or any settings that may block Internet connection 127

168 Certification Exam

Certified User Management Engineer (MTCUME) Training outline

Certified User Management Engineer (MTCUME) Training outline Certified User Management Engineer (MTCUME) Training outline Duration: Outcomes: Target Audience: Course prerequisites: 2 days By the end of this training session, the student will be able to securely

More information

MikroTik RouterOS Training Class. MTCNA Townet Wispmax 3 Febbraio 2010

MikroTik RouterOS Training Class. MTCNA Townet Wispmax 3 Febbraio 2010 MikroTik RouterOS Training Class MTCNA Townet Wispmax 3 Febbraio 2010 Schedule Training day: 9AM - 6PM 30 minute Breaks: 10:30AM and 4PM 1 hour Lunch: 01:00PM 2 Course Objective Overview of RouterOS software

More information

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I

MikroTik RouterOS Training. Routing. Schedule. Instructors. Housekeeping. Introduce Yourself. Course Objective 7/4/ :00 10:30 Morning Session I MikroTik RouterOS Training Routing Schedule 09:00 10:30 Morning Session I 10:30 11:00 Morning Break 11:00 12:30 Morning Session II 12:30 13:30 Lunch Break 13:30 15:00 Afternoon Session I 15:00 15:30 Afternoon

More information

MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC)

MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC) MikroTik Router Certified Network Associate (MTCNA) + Unifi Wifi Access Point (only got at CISMIC) Course s Course Outline By the end of this training session, the student will be familiar with Router

More information

Hotspot with Active Directory

Hotspot with Active Directory Hotspot with Active Directory Eng. Ahmed AlBakri Wireless Communications Channels Mikrotik User Meeting Saudi Arabia Riyadh 22 October 2017 Eng. Ahmed AlBakri Bachelor in Computer Science and Engineering

More information

PPP Tunneling. Step by step explanation and configuration for creating PPP Tunnel

PPP Tunneling. Step by step explanation and configuration for creating PPP Tunnel PPP Tunneling Step by step explanation and configuration for creating PPP Tunnel 1 Point-to-Point Protocol Point-to-Point Protocol (PPP) is used to establish a tunnel (direct connection) between two nodes.

More information

BW1330. High Performance Hotspot Access Point

BW1330. High Performance Hotspot Access Point BW1330 High Performance Hotspot Access Point 9 July 2008 Overview Hardware Introduction Product Specification Product Features Application Overview Overview The BW1330 Hotspot Access Point is a high-performance

More information

5.4 Release README January 2005

5.4 Release README January 2005 5.4 Release README January 2005 Known Issues with this Release In rare situations, the NSE may fail to send LCP Echo-Requests to the PPPoE server, even though configured to do so. When this occurs, a physical

More information

Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016

Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016 Certified Network Associate (MTCNA) Riga, Latvia January 1 - January 3, 2016 About the Trainer Name Experience Your photo 2 Course Objectives Provide an overview of RouterOS software and RouterBOARD products

More information

BW1330. High Performance Hotspot Access Point. Browan Communications. 6 August 2007 Version 1.0

BW1330. High Performance Hotspot Access Point. Browan Communications. 6 August 2007 Version 1.0 BW1330 High Performance Hotspot Access Point Browan Communications 6 August 2007 Version 1.0 Overview Hardware Introduction Product Specification Product Features Application Customer Type Page 2 Overview

More information

MikroTik Certified User Management Engineer MTCUME

MikroTik Certified User Management Engineer MTCUME MikroTik Certified User Management Engineer MTCUME مدت دوره: 16 ساعت پیش نیاز: MTCNA خلاصه: در دوره آموزشی MTCUME مفاهیم و تنظیمات مربوط به User Manager و RADIUS برروي میکروتیک به طور کامل آموزش داده خواهد

More information

G-4200 SMB PAC with built-in AAA

G-4200 SMB PAC with built-in AAA G-4200 SMB PAC with built-in AAA 10 Mar. 2008 Browan, Inc. Version 1.1 Page 1 Production overview The G-4200 is a cost-effective platform designed for small to medium sized public access venues. AT-A-GLANCE:

More information

Competency Training standard

Competency Training standard Ministry of cooperatives Labour and Social Welfare Iran Technical and Vocational Training Organization Deputy of training Plan and curriculums office Competency Training standard Title MikroTik Certified

More information

Manual:BCP bridging (PPP tunnel bridging)

Manual:BCP bridging (PPP tunnel bridging) Manual:BCP bridging (PPP tunnel bridging) 1 Manual:BCP bridging (PPP tunnel bridging) Applies to RouterOS: v3, v4 Summary RouterOS supports BCP (Bridge Control Protocol) for PPP, PPTP, L2TP and PPPoE interfaces.

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

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help,

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

Datasheet. Intelligent WiFi AP, Router & Hotspot CableFree Gigabit Hotspot Controller & Router. Overview

Datasheet. Intelligent WiFi AP, Router & Hotspot CableFree Gigabit Hotspot Controller & Router. Overview Datasheet Intelligent WiFi AP, Router & Hotspot CableFree Gigabit Hotspot Controller & Router Overview About Wireless Excellence Founded in 1996 and with headquarters in Oxford UK, Wireless Excellence

More information

AplombTech Smart Router Manual

AplombTech Smart Router Manual AplombTech Smart Router Manual (Version: 1.0) 1 Version & Purpose Version Manual version V 1.0 Explanation Corresponds to the initial version of device Purpose This manual describes the function features

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

COURSE O V E R V I E W

COURSE O V E R V I E W COURSE O V E R V I E W This training course will provide you with the skills to configure Mikrotic Router OS Router Board as a dedicated router, a bandwidth manager, a secure firewall appliance, a simple

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

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

MikroTik, A Router for Today & Tomorrow

MikroTik, A Router for Today & Tomorrow MikroTik, A Router for Today & Tomorrow By- Md. Shaqul Hasan hasan@aitlbd.com Aftab IT Limited MUM Bangladesh 2016 Routing The World Millions of RouterOS powered devices currently routing the world MikroTik

More information

DrayTek Vigor Technical Specifications. PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6. Redundancy. By WAN interfaces traffic volume

DrayTek Vigor Technical Specifications. PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6. Redundancy. By WAN interfaces traffic volume DrayTek Vigor 3900 Technical Specifications WAN Protocol Ethernet PPPoE, PPTP, DHCP client, static IP, L2TP*, Ipv6 Multi WAN Outbound policy based load balance Allow your local network to access Internet

More information

Barracuda Firewall Release Notes 6.6.X

Barracuda Firewall Release Notes 6.6.X Please Read Before Upgrading Before installing the new firmware version, back up your configuration and read all of the release notes that apply to the versions that are more current than the version that

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

Network Controller. Complete Control and Management of Public Access Networks

Network Controller. Complete Control and Management of Public Access Networks Network Controller NC-3500 Complete Control and Management of Public Access Networks ValuePoint Networks 3500 Network Controller provides high performance, authenticated, and seamless broadband connectivity

More information

SPECTRE Router CONFIGURATION MANUAL

SPECTRE Router CONFIGURATION MANUAL SPECTRE Router CONFIGURATION MANUAL International Headquarters B&B Electronics Mfg. Co. Inc. 707 Dayton Road Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax (815) 433-5105 Website: European Headquarters

More information

Vigor2910 Dual-WAN Security Router User s Guide

Vigor2910 Dual-WAN Security Router User s Guide Vigor2910 Dual-WAN Security Router User s Guide Version: 2.1 Date: 2006/8/15 Copyright 2006 All rights reserved. This publication contains information that is protected by copyright. No part may be reproduced,

More information

D-Link Airspot DSA-5100

D-Link Airspot DSA-5100 D-Link Airspot DSA-5100 Enterprise Gateway Manual April 2006 v. 1.03 Building Networks for People Contents Package Contents...3 Introduction...4 Front Panel...5 Rear Panel...5 Features...6 Sample Network

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

Manual Overview. This manual contains the following sections:

Manual Overview. This manual contains the following sections: Table of Contents Manual Overview This manual contains the following sections: Section 1 - Product Overview describes what is included with the DIR-130 router, and things to consider before installing

More information

Copyright 2011 Nomadix, Inc. All Rights Reserved Agnoura Road Suite 102 Agoura Hills, CA USA White Paper

Copyright 2011 Nomadix, Inc. All Rights Reserved Agnoura Road Suite 102 Agoura Hills, CA USA  White Paper Nomadix Service Engine Integration into Public Access Devices Copyright 2011 Nomadix, Inc. All Rights Reserved. 30851 Agnoura Road Suite 102 Agoura Hills, CA 91301 USA www.nomadix.com 230-1024-001 Sheet

More information

Wireless a CPE User Manual

Wireless a CPE User Manual NOTICE Changes or modifications to the equipment, which are not approved by the party responsible for compliance, could affect the user's authority to operate the equipment. Company has an on-going policy

More information

RX3041. User's Manual

RX3041. User's Manual RX3041 User's Manual Table of Contents 1 Introduction... 2 1.1 Features and Benefits... 3 1.2 Package Contents... 3 1.3 Finding Your Way Around... 4 1.4 System Requirements... 6 1.5 Installation Instruction...

More information

LKR Port Broadband Router. User's Manual. Revision C

LKR Port Broadband Router. User's Manual. Revision C LKR-604 4-Port Broadband Router User's Manual Revision C 1 Contents 1 Introduction... 4 1.1 Features... 4 1.2 Package Contents... 4 1.3 Finding Your Way Around... 5 1.3.1 Front Panel... 5 1.3.2 Rear Panel

More information

Wireless LAN Controller Web Authentication Configuration Example

Wireless LAN Controller Web Authentication Configuration Example Wireless LAN Controller Web Authentication Configuration Example Document ID: 69340 Contents Introduction Prerequisites Requirements Components Used Conventions Web Authentication Web Authentication Process

More information

CONFIGURATION MANUAL for v2 routers

CONFIGURATION MANUAL for v2 routers MANUAL for v2 routers USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible problems, which can

More information

Installation & Configuration Guide Version 3.1

Installation & Configuration Guide Version 3.1 ARPMiner Installation & Configuration Guide Version 3.1 Document Revision 2.2 https://www.kaplansoft.com/ ARPMiner is built by Yasin KAPLAN Read Readme.txt for last minute changes and updates which can

More information

User Manual DIR-615. Wireless N 300 Home Router

User Manual DIR-615. Wireless N 300 Home Router DIR-615 Wireless N 300 Home Router April 2013 Contents Chapter 1. Introduction...5 Contents and Audience...5 Conventions...5 Document Structure...5 Chapter 2. Overview...6 General Information...6 Specifications...7

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

User Manual DIR-615. Wireless Router with Built-in 4-port Switch

User Manual DIR-615. Wireless Router with Built-in 4-port Switch DIR-615 Wireless Router with Built-in 4-port Switch December 2011 Contents Chapter 1. Introduction...4 Contents and Audience...4 Conventions...4 Document Structure...4 Chapter 2. Overview...5 General Information...5

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

MikroWall Hotspot Router and Firewall System

MikroWall Hotspot Router and Firewall System MikroWall Hotspot Router and Firewall System Installation and configuration guide Contents: 1.0 The Device:...2 1.1 The MikroWall Wireless...2 1.2 MikroWall Standard...2 2.0 Installation...2 2.1 Before

More information

2017/05/12 20:51 1/11 Mikrotik -> Basic

2017/05/12 20:51 1/11 Mikrotik -> Basic 2017/05/12 20:51 1/11 Mikrotik -> Basic Mikrotik -> Basic Introduction With this scenario we assume you have: A recent installation of RADIUSdesk which includes Dynamic RADIUS Clients support. We will

More information

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA White Paper

Copyright 2011 Nomadix, Inc. All Rights Reserved Agoura Road Suite 102 Agoura Hills CA USA   White Paper Nomadix Service Engine Access in Large Public Venues Copyright 2011 Nomadix, Inc. All Rights Reserved. 30851 Agoura Road Suite 102 Agoura Hills CA 91301 USA www.nomadix.com 230-1026-001 Sheet 2 of 9 Introduction

More information

MikroTik RouterOS v3. New Obvious and Obscure Mikrotik RouterOS v3.0 features

MikroTik RouterOS v3. New Obvious and Obscure Mikrotik RouterOS v3.0 features MikroTik RouterOS v3 New Obvious and Obscure Mikrotik RouterOS v3.0 features MikroTik RouterOS 2007 Kernel RouterOS 2.9.43 Linux kernel version 2.4.31 RouterOS 3.0beta8 Linux kernel version 2.6.20 For

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

Viewing Network Status, page 116. Configuring IPv4 or IPv6 Routing, page 116. Configuring the WAN, page 122. Configuring a VLAN, page 137

Viewing Network Status, page 116. Configuring IPv4 or IPv6 Routing, page 116. Configuring the WAN, page 122. Configuring a VLAN, page 137 Networking Using the Networking module to configure your Internet connection, VLAN, DMZ, zones, routing, Quality of Service (QoS), and related features. It includes the following sections: Viewing Network

More information

Network Controller 3500 Quick Start Guide

Network Controller 3500 Quick Start Guide Network Controller 3500 Quick Start Guide Firmware Version 1.00.82 1. Configuring the Controller 1.1. Connect to the Controller: The default LAN IP Address of the Controller is: IP: 192.168.1.1 Set you

More information

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ

Q-Balancer Range FAQ The Q-Balance LB Series General Sales FAQ Q-Balancer Range FAQ The Q-Balance LB Series The Q-Balance Balance Series is designed for Small and medium enterprises (SMEs) to provide cost-effective solutions for link resilience and load balancing

More information

MikroTik Certified Network Associate (MTCRE) Training/Exam

MikroTik Certified Network Associate (MTCRE) Training/Exam MikroTik Certified Network Associate (MTCRE) Training/Exam Trainer: Nawshad Ahmed MikroTik Certified Trainer & Consultant [TR0186] MTCINE, MTCNA, MTCRE, MTCTCE, MTCWE Email: bipubijoy@gmail.com Dhaka,

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

UIP1869V User Interface Guide

UIP1869V User Interface Guide UIP1869V User Interface Guide (Firmware version 0.1.8 and later) Table of Contents Opening the UIP1869V's Configuration Utility... 3 Connecting to Your Broadband Modem... 5 Setting up with DHCP... 5 Updating

More information

CONFIGURATION MANUAL for v2 routers

CONFIGURATION MANUAL for v2 routers MANUAL for v2 routers USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible problems, which can

More information

Peplink Balance Multi-WAN Routers

Peplink Balance Multi-WAN Routers Peplink Balance Multi-WAN Routers Model 20/30/210/310/380/390/580/710/1350 User Manual Firmware 5.1 September 10 Copyright & Trademarks Specifications are subject to change without prior notice. Copyright

More information

ADMINISTRATION GUIDE Cisco Small Business

ADMINISTRATION GUIDE Cisco Small Business ADMINISTRATION GUIDE Cisco Small Business RV180/RV180W Multifunction VPN Firewall November 2011 Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other

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

Platform Settings for Firepower Threat Defense

Platform Settings for Firepower Threat Defense Platform settings for devices configure a range of unrelated features whose values you might want to share among several devices. Even if you want different settings per device, you must create a shared

More information

Highlight. Central AP Management with High Scalability

Highlight. Central AP Management with High Scalability WMS-608N/C Wireless LAN Controller with Built-in AAA Radius Based User Access Control, Support 512 AP and 5000 User License (5 Giga Ethernet Switch Ports) PheeNet WMS-608N/C utilizes New Generation Technology

More information

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application Table of Contents L2TP Configuration 1 L2TP Overview 1 Introduction 1 Typical L2TP Networking Application 1 Basic Concepts of L2TP 2 L2TP Tunneling Modes and Tunnel Establishment Process 4 L2TP Features

More information

SITE-TO-SITE LAYER 2 VPN WITH PPP BCP

SITE-TO-SITE LAYER 2 VPN WITH PPP BCP SITE-TO-SITE LAYER 2 VPN WITH PPP BCP Lay Minh (Makito) CCIE # 47682, MikroTik Certified Trainer, MikroTik Consultant May 5 th, 2017 MikroTik User Meeting, Yangon, Myanmar ABOUT ME Lay Minh (Makito) MikroTik

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20080312 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20081230 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

Gigabit SSL VPN Security Router

Gigabit SSL VPN Security Router As Internet becomes essential for business, the crucial solution to prevent your Internet connection from failure is to have more than one connection. PLANET is the ideal to help the SMBs increase the

More information

WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1

WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1 WIALAN Technologies, Inc. Unit Configuration Thursday, March 24, 2005 Version 1.1 Table of Content I. Introduction...3 II. Logging into WiSAP... 3 III. WiSAP Overview... 5 Splash Screen... 5 System Status...

More information

Securing Wireless LAN Controllers (WLCs)

Securing Wireless LAN Controllers (WLCs) Securing Wireless LAN Controllers (WLCs) Document ID: 109669 Contents Introduction Prerequisites Requirements Components Used Conventions Traffic Handling in WLCs Controlling Traffic Controlling Management

More information

GAN9.9T153A-B Product Specifications

GAN9.9T153A-B Product Specifications GAN9.9T153A-B Product All Rights Reserved. GAN9.9T153A-B Product Introduction The GAN9.9T153A-B is a high-performance wireless ADSL router, uplink rate up to 1 Mbps and downlink rate up to 24 Mbps. It

More information

AccessEnforcer Version 4.0 Features List

AccessEnforcer Version 4.0 Features List AccessEnforcer Version 4.0 Features List AccessEnforcer UTM Firewall is the simple way to secure and manage your small business network. You can choose from six hardware models, each designed to protect

More information

Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder

Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder Cisco Unified Operating System Administration Web Interface for Cisco Emergency Responder These topics describe the Cisco Unified Operating System (OS) Administration web interface for Cisco Emergency

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies C 2001-2004 Kerio Technologies. All Rights Reserved. Printing Date: April 25, 2004 This guide provides detailed description on configuration of the local network

More information

OV504WN Parameters and Specifications

OV504WN Parameters and Specifications OV504WN s and System Chipset BCM63281T+BCM43227+BCM6301 DDR SDRAM 64MB DDR2 Serial Flash 8 MB/16M Features and Technical RFC 2684 Multiprotocol Encapsulation over ATM Adaptation Layer 5 RFC1483 Multiprotocol

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

Using the Command Line Interface

Using the Command Line Interface CHAPTER 2 Using the Command Line Interface 2.1 Commonly Used Commands This section documents the Cisco Broadband Operating System (CBOS) commands and command arguments that manage the Cisco 67x. CBOS runs

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

How to Configure Authentication and Access Control (AAA)

How to Configure Authentication and Access Control (AAA) How to Configure Authentication and Access Control (AAA) Overview The Barracuda Web Application Firewall provides features to implement user authentication and access control. You can create a virtual

More information

firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name

firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_IN { default-action drop description "WAN to internal"

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

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel...

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... 4 Front Panel... 5 Setup Diagram... 6 Getting started... 7 Chapter

More information

High Availability Synchronization PAN-OS 5.0.3

High Availability Synchronization PAN-OS 5.0.3 High Availability Synchronization PAN-OS 5.0.3 Revision B 2013, Palo Alto Networks, Inc. www.paloaltonetworks.com Contents Overview... 3 Device Configuration... 4 Network Configuration... 9 Objects Configuration...

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

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

How to configure MB5000 Serial Port Bridge mode

How to configure MB5000 Serial Port Bridge mode How to configure MB5000 Serial Port Bridge mode MB5000 has a configurable serial port. With this serial port, MB5000 can be used as DCE device to be connected with Cisco router s console port so that MB5000

More information

User s Guide. Model NO. CP500

User s Guide. Model NO. CP500 User s Guide Model NO. CP500 Table of Contents 1. Product Introduction... 3 1.1 Overview... 3 1.2 Features... 3 2. Hardware Installation... 4 2.1 Typical Application... 4 2.1.1 Point to Point... 4 2.1.2

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies C 2001-2006 Kerio Technologies. All Rights Reserved. Printing Date: May 3, 2006 This guide provides detailed description on configuration of the local network

More information

Wireless-G Router User s Guide

Wireless-G Router User s Guide Wireless-G Router User s Guide 1 Table of Contents Chapter 1: Introduction Installing Your Router System Requirements Installation Instructions Chapter 2: Preparing Your Network Preparing Your Network

More information

Troubleshooting Web Authentication on a Wireless LAN Controller (WLC)

Troubleshooting Web Authentication on a Wireless LAN Controller (WLC) Troubleshooting Web Authentication on a Wireless LAN Controller (WLC) Document ID: 108501 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Web Authentication

More information

Fundamentals of Network Security v1.1 Scope and Sequence

Fundamentals of Network Security v1.1 Scope and Sequence Fundamentals of Network Security v1.1 Scope and Sequence Last Updated: September 9, 2003 This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document

More information

SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual

SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual Revision 1.0 July 2004 SOHOSpeed ADSL Ethernet/Wireless Gateway User s Manual Table of Contents 1. INTRODUCTION...4 1.1 FEATURES...4 2. GATEWAY OVERVIEW...5

More information

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel...

Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... Introduction... 3 Features... 3 Minimum Requirements... 3 Package Content... 3 Note... 3 Get to know the Broadband Router... 4 Back Panel... 4 Front Panel... 5 Setup Diagram... 6 Getting started... 7 Chapter

More information

VG422R. User s Manual. Rev , 5

VG422R. User s Manual. Rev , 5 VG422R User s Manual Rev 1.0 2003, 5 CONGRATULATIONS ON YOUR PURCHASE OF VG422R... 1 THIS PACKAGE CONTAINS... 1 CONFIRM THAT YOU MEET INSTALLATION REQUIREMENTS... 1 1. INSTALLATION GUIDE... 2 1.1. HARDWARE

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies Kerio Technologies. All Rights Reserved. Release Date: March 16, 2007 This guide provides detailed description on configuration of the local network which

More information

H Q&As. HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H Exam with 100% Guarantee

H Q&As. HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H Exam with 100% Guarantee H12-211 Q&As HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H12-211 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money

More information

Security SSID Selection: Broadcast SSID:

Security SSID Selection: Broadcast SSID: 69 Security SSID Selection: Broadcast SSID: WMM: Encryption: Select the SSID that the security settings will apply to. If Disabled, then the device will not be broadcasting the SSID. Therefore it will

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

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

Cisco Unified Operating System Administration Web Interface

Cisco Unified Operating System Administration Web Interface Cisco Unified Operating System Administration Web Interface ServerGroup, page 1 Hardware, page 2 Network Configuration, page 3 Software Packages, page 4 System, page 5 IP Preferences, page 6 Ethernet Configuration,

More information

User Guide. For TP-Link Pharos Series Products

User Guide. For TP-Link Pharos Series Products User Guide For TP-Link Pharos Series Products CPE210 / CPE220 / CPE510 / CPE520 / CPE610 WBS210 / WBS510 1910012335 REV 3.0.1 March 2018 CONTENTS About this User Guide... 1 Overview... 2 1 Operation Modes...

More information

VPNS BY RICK FREY.

VPNS BY RICK FREY. VPNS BY RICK FREY www.rickfreyconsulting.com WHAT IS A VPN? A Virtual Private Network is a means by which two or more normally non-adjacent networks are connected through virtual wires. www.rickfreyconsulting.com

More information