Eduroam network configuration using Linux

Size: px
Start display at page:

Download "Eduroam network configuration using Linux"

Transcription

1 Contents Eduroam network configuration using Linux 1 Configuration by using the gnome network manager 1.1 Configuring the Eduroam connection 2 Configuration by using Kubuntu Step 1: Installation 2.2 Step 2: Download certificate 2.3 Step 3: Configuring the WLAN 3 Configuration by using the WPA Supplicant 3.1 Step 1: Configuration 3.2 Step 2: Download the required certificate 3.3 Step 3: Create the connection Configuration by using the gnome network manager Important Note This manual was created by using Linux Mint, but it should work on other distributions too, such as Ubuntu, Mandriva or all other distributions which use the gnome desktop environment. This manual does not work for Ubuntu version with kernel version using the Network Manager Before you start, please download the digital certificate. The certificate is browser and operating system independent and can be downloaded here: Download Certificate Save it on your computer. Configuring the Eduroam connection Click on the network symbol in your taskbar(1). Choose "Network connections". Now a new window will pop up. Click "Add"(2) as seen below: You will be asked what kind of connection you wish to create. Click on the drop-down button and choose "Wi-Fi"(3).

2 The SSID panel must be filled with "eduroam". Leave the other panels with their default configuration. Switch the tab to "Wi-Fi Security". Fill the panels as seen below: Security: "WPA & WPA2 Enterprise"(4) Authentication: "Tunneled TLS"(5) CA certificate: Choose the previously downloaded certificate.(6) Inner authentication: "PAP" Username: Your username with at the end. Password: Your password. (7)

3 Please check the last two tabs "IPv4 Settings" and "IPv6 Settings" as seen below. You dont need to change something there. Take a look if they look like this:

4

5 Click on "Save.." to save your configurations. Configuration by using Kubuntu This manual should work with other Linux distributions that use the KDE as a desktop environment, too. Step 1: Installation The previously installed version of the Network Manager on Kubuntu does not support WPA2 networks. To use it, you should use the PPA Version of the Network Manager. You can install it by using the commands below: sudo apt-add-repository ppa:network-manager/ppa sudo apt-get update sudo apt-get upgrade After this, restart your system. The new Network Manager should work properly. Step 2: Download certificate Now you need to download and install the certificate. The next steps will show you how to download it and set it up as your network certificate. cd /etc/ sudo mkdir cert sudo chmod 0755 cert sudo cd cert/ sudo wget sudo chmod 0755 dtag.crt Step 3: Configuring the WLAN Now we can configure the wireless network.

6 First, click on the network symbol in your Taskbar(1) A new window will emerge. On the left side you see your configurable interfaces. Choose "WLAN-Interface" (2). After doing this, you should see detailed information to this interface. On the right side of the panel you can see the available connections. Choose "eduroam"(3). Important Note: If you can't see the eduroam connection, please check if you are in range of the network. After trying to connect, your System will need your login credentials and some configurations to continue. Fill the panels like seen in the image below. Configuration: Security:WPA/WPA2 Enterprise Authentication:Secure EAP(PEAP) Anonymous Identity:anonymous@hs-mittweida.de CA-certificate:/etc/cert/dtag.crt PEAP-Version: Automatic Inner Authentication: MSCHAPv2 Username: yourusername@hs-mittweida.de Password: your password

7 Now click "OK" to connect to the network. Configuration by using the WPA Supplicant The following manual will show how to connect to the eduroam network by using the wpa supplicant tool. WPA Supplicant is a networktool that manages the filetransfer to an access point. Step 1: Configuration You can manage the networktool by using the configuration file. The file is located in /etc/wpa_supplicant/wpa_supplicant.conf If the configuration file does not exist, you can create it with: sudo cd /etc/wpa_supplicant/ sudo touch wpa_supplicant.conf The file should contain the following: network={ ssid="eduroam" key_mgmt=wpa-eap pairwise=ccmp TKIP group=ccmp TKIP eap=ttls PEAP anonymous_identity="anonymous@hs-mittweida.de" identity="<hs-mittweida-loginname>@hs-mittweida.de" password="<passwort>" ca_cert="/etc/cert/dtag.cer" }

8 Step 2: Download the required certificate Download the certificate from the HSMW server. Use the following commands: cd /etc/ sudo mkdir cert sudo chmod 0755 cert sudo cd cert/ sudo wget sudo chmod 0755 dtag.crt Step 3: Create the connection After that, a new eduroam connection can be created by using the following command: # wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf -B "wlan0" describes the wlan adapter. After the connection is made, you can recieve an IP address via DHCP with # dhcpcd wlan0 Now the connection should work. Please be sure that you are in range of the wireless network to test the connection. If you want to connect automatically to the network, you need to change some network configurations. In most Linux distributions (Debian, Ubuntu, Mint) you can do this by changing some entries in the /etc/network/interfaces file. It could look like this for example: </br> # The primary network interface auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf (created and tested in Arch Linux) Other tips and manuals are written in the man-page of wpasupplicant. man wpa_supplicant

Connect to eduroam WiFi

Connect to eduroam WiFi Connect to eduroam WiFi List Procedure for Windows 10... 2 Procedure for Windows 8... 4 Procedure for Windows 7... 6 Procedure for Mac... 11 Procedure for iphone, ipod Touch and ipad... 15 Procedure for

More information

Connecting to the eduroam Wireless Network. 1. If you are using a PC, move the. 2. Next Click or Tap the Settings. Help Sheet Windows 8.

Connecting to the eduroam Wireless Network. 1. If you are using a PC, move the. 2. Next Click or Tap the Settings. Help Sheet Windows 8. Connecting to the eduroam Wireless Network Help Sheet Windows 8 October 2013 This Help Sheet assists Windows 8 users to access the eduroam Wireless Network. 1. If you are using a PC, move the mouse to

More information

How to connect to Wi-Fi

How to connect to Wi-Fi 41 How to connect to Wi-Fi LSBU uses the eduroam service to connect Wi-Fi devices. Once you are set up you will automatically be connected whenever you are in range. Wireless Internet access is available

More information

Rhodes University Wireless Network

Rhodes University Wireless Network Rhodes University Wireless Network Like many organisations, Rhodes aims to secure its wireless network against unauthorised use. This document explains how this is achieved. Network Overview The University

More information

HCC Wireless Instructions for Windows 10 (long version)

HCC Wireless Instructions for Windows 10 (long version) HCC Wireless Instructions for Windows 10 (long version) TIP: If you are having trouble connecting to the wireless network, or if just need some friendly guidance, the Library staff and Technology Help

More information

IT Quick Reference Guides Connecting to SU-Secure using Windows 8

IT Quick Reference Guides Connecting to SU-Secure using Windows 8 IT Quick Reference Guides Connecting to SU-Secure using Windows 8 Windows Guides CONNECTING TO SU-SECURE WI-FI This document will give you instructions on how to connect your Windows 8 Computer to our

More information

Linux wpa-supplicant eduroam / UvA wireless manual for end users

Linux wpa-supplicant eduroam / UvA wireless manual for end users Linux wpa-supplicant eduroam / UvA wireless manual for end users File name : UvAEduRoam-wpa-supplicant.doc Author : Gertjan Scharloo 1/12 Introduction Eduroam is available at many locations around the

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY Configuring and connecting a Mac OS X 10.5x (Leopard) to the eduroam (802.1x) Wireless Service NOTE to Mac OSX 10.6x users: This information relates to configuring a Snow Leopard

More information

Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device

Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device Prerequisites An activated MyID account is required to use ResNet s wireless network. If you have not activated your MyID account,

More information

Instructions for connecting to winthropsecure

Instructions for connecting to winthropsecure Instructions for connecting to winthropsecure Windows 7/8 Quick Connect Windows 7/8 Manual Wireless Set Up Windows 10 Quick Connect Windows 10 Wireless Set Up Apple Quick Connect Apple Settings Check Windows

More information

ONUnet ONU Setup Guide for Windows 7

ONUnet ONU Setup Guide for Windows 7 The steps below are designed to help Students, Faculty, and Staff connect to the wireless network at Olivet Nazarene University called ONU on Windows 7 (Guests should use ONUGuest). 1. Right click on the

More information

Connecting Devices to the PSD-BYOD Network

Connecting Devices to the PSD-BYOD Network Connecting Devices to the PSD-BYOD Network Students and staff can use the PSD-BYOD (Bring Your Own Device) network for internet access. Below are directions for connecting different types of devices. Selecting

More information

Connecting Linux to the Secure UvA Networks

Connecting Linux to the Secure UvA Networks Connecting Linux to the Secure UvA Networks 1 Overview This guide is intended for employees and students wishing to access the internet with their Linux computer through the secure networks of the Universiteit

More information

Who can use eduroam. Participating Organizations. How does eduroam work

Who can use eduroam. Participating Organizations. How does eduroam work eduroam which stands for "Education Roaming" allows students, researchers and staff from participating institutions to access the wireless network at other participating organizations using their home

More information

Configuring 802.1X Authentication Client for Windows 8

Configuring 802.1X Authentication Client for Windows 8 Configuring 802.1X Authentication Client for Windows 8 1. At the Metro Screen, press the windows key on your keyboard together with the alphabets x to go to the Control Panel. Page 1 1.1 In the Control

More information

Windows 7 Configuration for ORU Wireless Networks

Windows 7 Configuration for ORU Wireless Networks Page 1 of 13 Windows 7 Configuration for ORU Wireless Networks Show hidden icons Wireless Signal Strength Indicator Figure 1 Windows 7 Documentation for the ORU- Employee wireless network Clicking the

More information

Connecting to the NJITSecure wireless network.

Connecting to the NJITSecure wireless network. Connecting to the NJITSecure wireless network. 1. Start by going to the Start menu and selecting Control Panel 2. Your control Panel will most likely be in Category view, you will need to change it to

More information

FPS BYOD Wireless Network

FPS BYOD Wireless Network FPS BYOD Wireless Network This document will help users connect their personally owned wireless devices to Framingham Public Schools BYOD wireless network. Visitors: If you have a visitor with a personal

More information

Using TU Eindhoven s VPN with Ubuntu

Using TU Eindhoven s VPN with Ubuntu Using TU Eindhoven's VPN with Ubuntu 14.04 or 16.04 TU Eindhoven s Virtual Private Networking (VPN) service can be used on Linux computers. This document describes how to do it using Ubuntu 14.04 or 16.04

More information

simplifying... Wireless Access

simplifying... Wireless Access simplifying... Wireless Access Contents Introduction... 1 Android Devices... 1 Apple Devices... 4 ipad, iphone & ipod... 4 Macbook... 6 Windows Devices... 7 Windows 7... 7 Windows Vista... 9 Windows XP...

More information

Instructions for connecting to the FDIBA Wireless Network (Windows Vista)

Instructions for connecting to the FDIBA Wireless Network (Windows Vista) Instructions for connecting to the FDIBA Wireless Network (Windows Vista) In order to connect, you need your username and password, as well as the FDIBA Root Certificate which you need to install on your

More information

Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Select detnsw and click on Connect.

Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Select detnsw and click on Connect. 1 HSHS BYOD Wireless Connection Windows 8.1 and Windows 10 a) Connect to wireless network Click on the wireless icon in taskbar. Windows 8.1 icon: Windows 10 icon: Select detnsw and click on Connect. or

More information

NT 0018 Instructions for Setting Up UoE_Secure (XP)

NT 0018 Instructions for Setting Up UoE_Secure (XP) Academic Services Information & Computing Services Division Network Team NT 0018 Instructions for Setting Up UoE_Secure (XP) Document reference: Document type: Document status: Review period: NT0018 Network

More information

The SSID to use and the credentials required to be used are listed below for each type of account: SSID TO CREDENTIALS TO BE USED:

The SSID to use and the credentials required to be used are listed below for each type of account: SSID TO CREDENTIALS TO BE USED: Installation Guides - Information required for connection to the Central Regional TAFE Kalgoorlie Campus Wireless Network Wireless Network Names and Credentials There are two wireless networks operating

More information

Configure Wireless for Windows 7

Configure Wireless for Windows 7 Configure Wireless for Windows 7 There are two main procedures for configuring Windows 7 to access McGill's wireless network. You can also add the steps at the bottom if you don't want your username and

More information

Configuring WPA2 for Windows XP

Configuring WPA2 for Windows XP Configuring WPA2 for Windows XP Requirements for wireless using WPA2 on Windows XP Your wireless card must support 802.1x, AES, and WPA2. Your computer must have Windows XP service pack 2 installed and

More information

Microprocessor-Based Systems (E155)

Microprocessor-Based Systems (E155) Microprocessor-Based Systems (E155) D. Harris and M. Spencer Fall 2017 Lab 4: Life of Pi Requirement 1) Set up your Raspberry Pi 2) Write an assembly-language program to sort an array of 12 signed bytes

More information

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration July 2016 Table of Contents 1. Overview... 4 1.1 Onsight Setup Wizard... 4 1.2 Onsight Wireless Manual Setup... 4 1.3 Hotspot Login...

More information

BEFORE INSTALLATION: INSTALLATION:

BEFORE INSTALLATION: INSTALLATION: QUICK USER GUIDE INFORMATION TECHNOLOGY SERVICES SWINWIFI INSTALLATION GUIDE FOR WINDOWS XP BEFORE INSTALLATION: 1. Download Swinwifi installer to your desktop. You may download it from http://www.swinburne.edu.my/current_students.php.

More information

Manually Configuring Windows 7 for Wireless PittNet

Manually Configuring Windows 7 for Wireless PittNet Technology Help Desk 412 624-HELP [4357] http://technology.pitt.edu Manually Configuring Windows 7 for Wireless PittNet If you are not able to connect to Wireless PittNet using our automated wizard, you

More information

Connecting to the Eduroam WiFi

Connecting to the Eduroam WiFi Connecting to the Eduroam WiFi The following guide illustrates the steps required to configure a Windows XP installation and internet browser ready for Eduroam use. Instructions for other versions of the

More information

How to connect your device using eduroam

How to connect your device using eduroam How to connect your device using eduroam Banaras Hindu University is now fully covered under eduroam, a service with more than 70,000 member academic institutions worldwide. This service allows authorized

More information

Wi-Fi Troubleshooting Guide

Wi-Fi Troubleshooting Guide Wi-Fi Troubleshooting Guide Student IT Get started Windows 7 and Windows 8... 2 Windows 10... 4 MacOS... 5 ios (iphone and ipad)... 6 Android... 7 Get in touch studentit.unimelb.edu.au twitter.com/student_it

More information

Securewireless Windows 7 Setup Guide

Securewireless Windows 7 Setup Guide Securewireless Windows 7 Setup Guide 1. Click on the wireless icon in the lower right-hand corner of the taskbar and then click on Open Network and Sharing Center. 2. From the Network and Sharing Center

More information

Eduroam Wireless Network Configuration (Mac OS X)

Eduroam Wireless Network Configuration (Mac OS X) Eduroam Wireless Network Configuration (Mac OS X) Last Revised: 06/10/11 Eduroam Wireless Network Configuration (Mac OS X) This Quick Start guide is for configuring a computer running Snow Leopard (Mac

More information

Internet access system through the Wireless Network of the University of Bologna (last update )

Internet access system through the Wireless Network of the University of Bologna (last update ) Internet access system through the Wireless Network of the University of Bologna (last update 7.03.2012) Printable service summary document: the updated version is available online at the following address

More information

Aruba PEAP-GTC Supplicant Plug-In Guide

Aruba PEAP-GTC Supplicant Plug-In Guide Aruba PEAP-GTC Supplicant Plug-In Guide This document describes the installation and configuration of a supplicant plug-in which supports Protected Extensible Authentication Protocol (PEAP) with EAP-Generic

More information

SNU Wireless Service

SNU Wireless Service SNU Wireless Service SSID List Details SNU-1st-time Guest_ID is provided for temporary campus visitors. SNU-Member connect SNU-1st-time at first. (to be configure security setup on your device) It is available

More information

Authentication and Security: IEEE 802.1x and protocols EAP based

Authentication and Security: IEEE 802.1x and protocols EAP based Authentication and Security: IEEE 802.1x and protocols EAP based Pietro Nicoletti Piero[at]studioreti.it 802-1-X-EAP-Eng - 1 P. Nicoletti: see note pag. 2 Copyright note These slides are protected by copyright

More information

Manually Configuring Windows 8 for Wireless PittNet

Manually Configuring Windows 8 for Wireless PittNet Technology Help Desk 412 624-HELP [4357] http://technology.pitt.edu Manually Configuring Windows 8 for Wireless PittNet If you are not able to connect to Wireless PittNet using our automated wizard, you

More information

Senate House Library Guide Connecting to wifi

Senate House Library Guide Connecting to wifi Senate House Library Guide Connecting to wifi senatehouselibrary.ac.uk Getting started Accessing our wifi As a member of Senate House Library you can use our wifi network to connect to the internet. The

More information

Instructions for connecting to the FDIBA Wireless Network. (Windows XP)

Instructions for connecting to the FDIBA Wireless Network. (Windows XP) Instructions for connecting to the FDIBA Wireless Network (Windows XP) In order to connect, you need your username and password, as well as the FDIBA Root Certificate which you need to install on your

More information

Campus Wi-Fi. Set up access to eduroam: the University Wi-Fi network

Campus Wi-Fi. Set up access to eduroam: the University Wi-Fi network Campus Wi-Fi Set up access to eduroam: the University Wi-Fi network Contents Before you get online... 2 Using eduroam... 3 Connect a phone/tablet... 3 Connect a PC/laptop... 4 Troubleshooting... 6 Help

More information

Install Certificate on the Cisco Secure ACS Appliance for PEAP Clients

Install Certificate on the Cisco Secure ACS Appliance for PEAP Clients Install Certificate on the Cisco Secure ACS Appliance for PEAP Clients Document ID: 64067 Contents Introduction Prerequisites Requirements Components Used Conventions Microsoft Certificate Service Installation

More information

Auburn Montgomery AUM Wi-Fi. Windows 7. User s Guide & System Documentation

Auburn Montgomery AUM Wi-Fi. Windows 7. User s Guide & System Documentation Auburn Montgomery AUM Wi-Fi Windows 7 User s Guide & System Documentation November 2018 WiFi Windows 7 For: Student Campus Fac Staff AUM WiFi // Windows 7 User s Guide Page 1 Table of Contents Overview

More information

Your use of AirUWS-Lite is subject to the University s IT Acceptable Use of Resources Policy.

Your use of AirUWS-Lite is subject to the University s IT Acceptable Use of Resources Policy. AirUWS-Lite is the University s wireless network. This fact sheet describes connecting to AirUWS-Lite using a UWS laptop running Windows XP (SP3) and standard Windows network card drivers. AirUWS-Lite

More information

Network. NEC Portable Projector NP905/NP901W WPA Setting Guide. Security WPA. Supported Authentication Method WPA-PSK WPA-EAP WPA2-PSK WPA2-EAP

Network. NEC Portable Projector NP905/NP901W WPA Setting Guide. Security WPA. Supported Authentication Method WPA-PSK WPA-EAP WPA2-PSK WPA2-EAP USB(LAN) WIRELESS WIRELESS USB LAN L/MONO R L/MONO R SELECT 3D REFORM AUTO ADJUST SOURCE AUDIO IN MONITOR OUT AUDIO OUT COMPUTER / COMPONENT 2 IN PC CONTROL HDMI IN AUDIO IN AC IN USB LAMP STATUS NEC Portable

More information

BYOD. Bring your own device. ICT Support Office

BYOD. Bring your own device. ICT Support Office BYOD Bring your own device ICT Support Office Bring Your Own Device (BYOD) User Guide Table of Contents BYOD General Information... 2 a) What devices have been tested (Operating System / Devices)?... 2

More information

Wireless for Windows 7

Wireless for Windows 7 Wireless for Windows 7 The new CWSL wireless network consists of three different wireless networks CWSL Faculty-Staff - This network is for faculty and staff only. (uses WPA2-Enterprise encryption) CWSL

More information

GHz g. Wireless A+G. User Guide. Notebook Adapter. Dual-Band. Dual-Band WPC55AG a. A Division of Cisco Systems, Inc.

GHz g. Wireless A+G. User Guide. Notebook Adapter. Dual-Band. Dual-Band WPC55AG a. A Division of Cisco Systems, Inc. A Division of Cisco Systems, Inc. Dual-Band 5 GHz 802.11a + GHz 2.4 802.11g WIRELESS Dual-Band Wireless A+G Notebook Adapter User Guide Model No. WPC55AG Copyright and Trademarks Specifications are subject

More information

Wi-Fi Troubleshooting Student IT

Wi-Fi Troubleshooting Student IT Wi-Fi Troubleshooting Student IT Windows 7 / Windows 8 - Click the Wireless Network icon on the system tray - Click UniWireless - Enter student username and password then click Ok - Check connect automatically

More information

Manual UCSFwpa Configuration for Windows 7

Manual UCSFwpa Configuration for Windows 7 Image not found https://it.ucsf.edu/sites/it.ucsf.edu/themes/custom/it_new/logo.png it.ucsf.edu Published on it.ucsf.edu (https://it.ucsf.edu) Home > Manual UCSFwpa Configuration for Windows 7 Manual UCSFwpa

More information

Configuring the Client Adapter through Windows CE.NET

Configuring the Client Adapter through Windows CE.NET APPENDIX E Configuring the Client Adapter through Windows CE.NET This appendix explains how to configure and use the client adapter with Windows CE.NET. The following topics are covered in this appendix:

More information

NCR. Wi-Fi Setup Assistant. User guide

NCR. Wi-Fi Setup Assistant. User guide NCR Wi-Fi Setup Assistant User guide 15 Contents 1 Getting started... 3 1.1 Features... 3 1.2 System Requirements... 3 1.3 Installing Wi-Fi Setup Assistant... 4 2 Configuring a Wi-Fi Printer... 6 2.1 Setup

More information

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR User Guide: Connecting to the University of Cyprus wireless network ucywifi for Windows XP operating systems ΥΠΣ ΕΔ/55 Last review date:

More information

Configuring the Client Adapter through the Windows XP Operating System

Configuring the Client Adapter through the Windows XP Operating System APPENDIX E Configuring the Client Adapter through the Windows XP Operating System This appendix explains how to configure and use the client adapter with Windows XP. The following topics are covered in

More information

UMDNJ Wireless Documentation Windows 7

UMDNJ Wireless Documentation Windows 7 UMDNJ Wireless Documentation Windows 7 The following documentation will provide instructions for configuring the Microsoft Windows 7 native wireless client. There are wireless adapters that have 3 rd party

More information

VPN. Contents. VPN on Windows 7. Requirements to establish a VPN connection to the HSMW network

VPN. Contents. VPN on Windows 7. Requirements to establish a VPN connection to the HSMW network Requirements to establish a VPN connection to the HSMW network You must've agreed to the network user guideline Your password shouldn't be expired You can check both here Settings Contents VPN 1 VPN on

More information

Application Example (Standalone EAP)

Application Example (Standalone EAP) Application Example (Standalone EAP) CHAPTERS 1. Determine the Network Requirements 2. Build the Network Topology 3. Log In to the EAP 4. Configure the EAP 5. Test the Network This guide applies to: EAP225-Outdoor

More information

Setup Wireless LAN (WLAN) on the Raspberry Pi

Setup Wireless LAN (WLAN) on the Raspberry Pi Setup Wireless LAN (WLAN) on the Raspberry Pi 1. Introduction Adding a wireless LAN connection to the Raspberry Pi (RPi) requires only a USB wireless access device (also called WLAN dongle and Wi-Fi dongle)

More information

A Division of Cisco Systems, Inc. GHz g. Wireless-G. PCI Adapter with SRX 400. User Guide WIRELESS WMP54GX4. Model No.

A Division of Cisco Systems, Inc. GHz g. Wireless-G. PCI Adapter with SRX 400. User Guide WIRELESS WMP54GX4. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G PCI Adapter with SRX 400 User Guide Model No. WMP54GX4 Copyright and Trademarks Specifications are subject to change without notice.

More information

Contents. Windows 7 Instructions Windows 10 Instructions Android Instructions Mac OS Instructions ios Instructions...

Contents. Windows 7 Instructions Windows 10 Instructions Android Instructions Mac OS Instructions ios Instructions... The following provides instructions on how to connect to the SJCD-Secure Wireless Network from a variety of operating systems and devices. If you experience any difficulty with these instructions, please

More information

Cisco Exam Questions and Answers (PDF) Cisco Exam Questions BrainDumps

Cisco Exam Questions and Answers (PDF) Cisco Exam Questions BrainDumps Cisco 300-375 Dumps with Valid 300-375 Exam Questions PDF [2018] The Cisco 300-375 Securing Cisco Wireless Enterprise Networks (WISECURE) exam is an ultimate source for professionals to retain their credentials

More information

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017 MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL 31 January 2017 Contents 1 Introduction... 2 1.1 Prerequisite for configuring the multi-factor authentication:... 2 1.1.1 On the Guest side... 2 1.1.2

More information

dnsmasq configuration

dnsmasq configuration Aim: Raspberry Pi searches for known router's (SSID) If the router is not found then it creates a hotspot so tablets, phones and computers can connect to the Raspberry Pi's WiFi hotspot, which is not routed

More information

eduroam - Table of Contents - [ 학외 ] I. Auto Setup 1. Laptop(windows) 3 II. Manually Setup 3

eduroam - Table of Contents - [ 학외 ] I. Auto Setup 1. Laptop(windows) 3 II. Manually Setup 3 eduroam (2017.1.9.) 2015년 8월 17일부터정보화본부는글로벌무선로밍서비스 (Education Roaming, 이하 "eduroam") 를개시합니다. eduroam은해외 69개국 1,100여개의교육기관 ( 대학및연구소 ) 이참여하고있는서비스로기관을방문시소속기관에서사용하던 ID로방문기관의무선랜서비스를이용할수있는서비스입니다. eduroam서비스이용시본교의보안정책을준수해야합니다.

More information

AmbiCom WL11-SD Wireless LAN SD Card. User Manual

AmbiCom WL11-SD Wireless LAN SD Card. User Manual AmbiCom WL11-SD Wireless LAN SD Card User Manual Version 3.0 October 15, 2004 Table of Contents 1 WL11-SD features...3 2 Package Contents & System Requirements...3 2.1 Package Contents... 3 2.2 System

More information

Remote GUI access to a Linux computer using Tightvnc

Remote GUI access to a Linux computer using Tightvnc Remote GUI access to a Linux computer using Tightvnc The command line is a great way to manage a remote Linux computer if you don't mind typing in commands, but sometimes you need to be able to view a

More information

Configuring 802.1X Settings on the WAP351

Configuring 802.1X Settings on the WAP351 Article ID: 5078 Configuring 802.1X Settings on the WAP351 Objective IEEE 802.1X authentication allows the WAP device to gain access to a secured wired network. You can configure the WAP device as an 802.1X

More information

How to configure SecureW2

How to configure SecureW2 How to configure SecureW2 Disclaimer The software described in this document is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Copyright Notice

More information

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server Document ID: 112175 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Windows

More information

Buna ISD Secure Wireless CougarNet+

Buna ISD Secure Wireless CougarNet+ Buna ISD Technology Department Buna ISD Secure Wireless CougarNet+ By Christopher Fikes, Network Manager Buna ISD Whether using your personal ipad, or your school issued laptop, CougarNet+ will make your

More information

A Division of Cisco Systems, Inc. GHz g. Wireless-G. USB Network Adapter. User Guide WIRELESS WUSB54G. Model No.

A Division of Cisco Systems, Inc. GHz g. Wireless-G. USB Network Adapter. User Guide WIRELESS WUSB54G. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G USB Network Adapter User Guide Model No. WUSB54G Copyright and Trademarks Specifications are subject to change without notice. Linksys

More information

Postprocessing Verification Errors

Postprocessing Verification Errors APPENDIXC Command Usage Errors Note Execution of the sscmanagementutility utility will result in either of the following: Success No return message. Output file created with processed content. Failure

More information

Postprocessing Verification Errors

Postprocessing Verification Errors APPENDIXC Command Usage Errors Note Execution of the sscconfigprocess utility will result in either of the following: Success No return message. Output file created with processed content. Failure Error

More information

New Windows build with WLAN access

New Windows build with WLAN access New Windows build with WLAN access SecRep 24 17-18 May 2016 Ahmed Benallegue/Hassan El Ghouizy/Priyan Ariyansinghe ECMWF network_services@ecmwf.int ECMWF May 19, 2016 Introduction Drivers for the new WLAN

More information

WZC Wireless Connection Method (Windows XP, Vista, 7) - 1 -

WZC Wireless Connection Method (Windows XP, Vista, 7) - 1 - WZC Wireless Connection Method (Windows XP, Vista, 7) - 1 - 1. Windows XP - 2 - Direction Confirm Wireless LanCard and on Service Normally, Before WZC Set-Up 1. Confirmation and Vitalization to Using Wireless

More information

How to connect to FVCC's WiFi

How to connect to FVCC's WiFi Table of Contents Table of Contents How to connect to FVCC's WiFi Don't panic! Summary Caveats / Troubleshooting Removing a wifi profile Android iphone Windows 7 Windows 8 Windows 10 Other troubleshooting

More information

Johns Hopkins

Johns Hopkins Wireless Configuration Guide: Windows 8 Additional hopkins wireless network instructions and requirements for Windows XP, Vista, 7, Mac OS X, Linux, and other Mobile versions can be found at: http://www.it.johnshopkins.edu/services/network/wireless/

More information

Using EAP Authentication

Using EAP Authentication CHAPTER 6 This chapter explains the sequence of events that occurs and the actions you must take when a profile that is set for EAP authentication is selected for use. The following topics are covered

More information

802.1X: Deployment Experiences and Obstacles to Widespread Adoption

802.1X: Deployment Experiences and Obstacles to Widespread Adoption 802.1X: Deployment Experiences and Obstacles to Widespread Adoption Terry Simons University of Utah; open1x.org Terry.Simons@utah.edu Jon Snyder Portland State University jon@pdx.edu 802.1X Adoption Ratified

More information

Johns Hopkins

Johns Hopkins Wireless Configuration Guide: Windows Vista Additional hopkins wireless network instructions and requirements for Windows 8, 7, XP, Mac OS X, Linux, and Mobile versions can be found at: http://www.it.johnshopkins.edu/services/network/wireless/

More information

Package Content IEEE g Wireless LAN USB Adapter... x 1 Product CD-ROM.x 1

Package Content IEEE g Wireless LAN USB Adapter... x 1 Product CD-ROM.x 1 IEEE 802.11g Wireless LAN USB Adapter Quick Installation Guide Network Configuration IEEE 802.11g Wireless LAN USB Adapter is a standard USB adapter that fits into any standard USB 2.0 and 1.1 slots in

More information

VOCOM II. WLAN Instructions. VOCOM II Tough

VOCOM II. WLAN Instructions. VOCOM II Tough WLAN Instructions VOCOM II Tough 88894000 1 Please make sure the VOCOM II is connected to the computer via USB. Open the VOCOM II Configuration Application. Located under the START menu. The VOCOM II should

More information

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003

PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 PEAP under Cisco Unified Wireless Networks with ACS 4.0 and Windows 2003 Document ID: 72013 Contents Introduction Prerequisites Requirements Components Used Network Diagram Conventions Windows Enterprise

More information

ResNet Guide. For the University of Redlands. Determine Your Operating System... 2 Windows 8 / 8.1 Wireless Connection Instructions...

ResNet Guide. For the University of Redlands. Determine Your Operating System... 2 Windows 8 / 8.1 Wireless Connection Instructions... ResNet Guide For the University of Redlands Contents Determine Your Operating System... 2 Windows 8 / 8.1 Wireless Connection Instructions...4 Windows 7/ Wireless Connection Instructions... 8 Apple Lion

More information

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall Quick Setup Guide for Standalone Omada Access Points EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall EAP110-Outdoor / EAP225-Outdoor / EAP225-Wall 1910012420 REV1.0.1 May 2018 Omada EAP

More information

802.1X Deployment with SU1X

802.1X Deployment with SU1X 802.1X Deployment with SU1X By Gareth Ayres Agenda 1.0 Quick Introduction 2.0 Wireless and Eduroam at Swansea 3.0 The Problems 4.0 The Solutions 5.0 Our solution: SU1X 6.0 SU1X Demo? 1.0 Quick Introduction

More information

Configuring 802.1X Authentication Client for Windows 8

Configuring 802.1X Authentication Client for Windows 8 Configuring 802.1X Authentication Client for Windows 8 1. At the Metro Screen, press the windows key on your keyboard together with the alphabets x to go to the Control Panel. Page 1 1.1 In the Control

More information

Configuring the Client Adapter through the Windows XP Operating System

Configuring the Client Adapter through the Windows XP Operating System APPENDIX E through the Windows XP Operating System This appendix explains how to configure and use the client adapter with Windows XP. The following topics are covered in this appendix: Overview, page

More information

Eduroam wireless network - Mac OSX 10.5 Leopard

Eduroam wireless network - Mac OSX 10.5 Leopard Eduroam wireless network - Mac OSX 10.5 Leopard How to configure laptop computers and tablets to connect to the eduroam wireless network. Contents Introduction 1 Instructions for Mac OSX 10.5 Devices 2

More information

CHAPTER III PLANNING

CHAPTER III PLANNING CHAPTER III PLANNING Table 1: Project Management Activities August September October Analysis Install VirtualBox Installation and update Ubuntu 14.04, Fedora 22 dan opensuse 13.1 Configuration VirtualBox

More information

Wireless Setup Instructions for Windows 7

Wireless Setup Instructions for Windows 7 Wireless Setup Instructions for Windows 7 1. Make sure that your wireless feature is turned on. (You may need to flip a switch or press a button on your laptop.) On most laptops you should see a light

More information

Internet access system through the Wireless Network of the University of Bologna

Internet access system through the Wireless Network of the University of Bologna Internet access system through the Wireless Network of the University of Bologna (last update 6/3/2017) Printable service summary document: the updated version is available online at the address http://www.unibo.it/almawifi

More information

Protected EAP (PEAP) Application Note

Protected EAP (PEAP) Application Note to users of Microsoft Windows 7: Cisco plug-in software modules such as EAP-FAST and PEAP are compatible with Windows 7. You do not need to upgrade these modules when you upgrade to Windows 7. This document

More information

VR1600v (NBN FTTN & NBN FTTB) Windows 10

VR1600v (NBN FTTN & NBN FTTB) Windows 10 (NBN FTTN & NBN FTTB) Windows 10 IMPORTANT MESSAGE Your modem has already been pre-configured, you do not need to follow each step of the set-up guide but should retain this document in case you need to

More information

Wireless LAN Profile Setup

Wireless LAN Profile Setup Wireless LAN Profiles, page 1 Network Access Profile Settings, page 2 Wireless LAN Profile Settings, page 3 Wireless LAN Profile Group Settings, page 6 Create Network Access Profile, page 6 Create Wireless

More information

Quick Start Guide for Standalone EAP

Quick Start Guide for Standalone EAP Quick Start Guide for Standalone EAP CHAPTERS 1. Determine the Management Method 2. Build the Network Topology 3. Log In to the EAP 4. Edit the SSID 5. Configure and Manage the EAP This guide applies to:

More information

instructions for Windows 8

instructions for Windows 8 latest version of this document: www.utoronto.ca/teachingstation/tsj/handbook.html Appendix Pre-Configuring your laptop for the TSJr instructions for Windows 8 First thing is to Check your UTORid STATUS

More information

What Is Wireless Setup

What Is Wireless Setup What Is Wireless Setup Wireless Setup provides an easy way to set up wireless flows for 802.1x, guest, and BYOD. It also provides workflows to configure and customize each portal for guest and BYOD, where

More information