CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

Size: px
Start display at page:

Download "CHAPTER 7 DEMONSTRATE THE PAN IN LINUX"

Transcription

1 CHAPTER 7 DEMONSTRATE THE PAN IN LINUX SYSTEM The new model - Network Access Point Group Network 7.1 DEMONSTRATION Software: All machines are installed with Linux Redhat 8.0 Hardware list:- There are two laptops and one PC and three Bluetooth USB adaptors. Sony Pentium III laptop connects with MITSUMI Bluetooth USB adaptor, Acer Pentium II laptop connects with TDK Bluetooth USB adaptor, and PC Pentium IV connects with MITSUMI Bluetooth USB adaptor. Apache(web server): GN Sony laptop(enochome) setup as Apache server. IP assign: For the GN Laptop, inet IP is assigned; For the Client 1 PC, inet IP is assigned; 1

2 For The Client 2 Acer Laptop, inet IP is assigned. 7.2 MASTER_GN (SONY LAPTOP) TERMINAL DUMP (About the explanation configure bridge(br0), please see 6.12) [root@enochome root]# brctl addbr br0 [root@enochome root]# ifconfig br [root@enochome root]# brctl setfd br0 0 [root@enochome root]# brctl stp br0 disable Explain: initial GN Group Ad-hoc networks, affix_pan.o should be auto-load [root@enochome root]# btctl paninit gn bt0 Explain: The bridge port 'pan0' has been created on the GN [root@enochome root]# brctl addif br0 pan0 [root@enochome root]# ifconfig pan [root@enochome root]# btctl role allow master [root@enochome root]# brctl show bridge name bridge id STP enabled interfaces br a096203e26 no pan0 Explain: check your routes and iptables(use ifconfig, route and iptables -t nat -L): [root@enochome root]# ifconfig br0 Link encap:ethernet HWaddr 00:A0:96:20:3E:26 inet addr: Bcast: Mask: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:43 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:6105 (5.9 Kb) bt0 Link encap:unspec HWaddr 00-A E UP RUNNING MTU:1500 Metric:1 RX packets:28 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 2

3 collisions:0 txqueuelen:10 RX bytes:266 (266.0 b) TX bytes:638 (638.0 b) eth0 Link encap:ethernet HWaddr 08:00:46:4E:0D:94 inetaddr: Bcast: Mask: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:778 errors:0 dropped:0 overruns:0 frame:0 TX packets:230 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:55951 (54.6 Kb) TX bytes:28530 (27.8 Kb) Interrupt:9 Base address:0x2000 lo Link encap:local Loopback inet addr: Mask: UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:72 errors:0 dropped:0 overruns:0 frame:0 TX packets:72 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4682 (4.5 Kb) TX bytes:4682 (4.5 Kb) pan0 Link encap:ethernet HWaddr 00:A0:96:20:3E:26 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:25 RX bytes:0 (0.0 b) TX bytes:3140 (3.0 Kb) root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface * U eth * U br * U lo default UG eth0 [root@enochome root]# brctl show bridge name bridge id STP enabled interfaces 3

4 br a096203e26 no pan0 root]# brctl showmacs br0 port no mac addr is local? ageing timer 1 00:a0:96:20:3e:26 yes 0.00 NAT table [root@enochome root]# iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Explain: set up Network Address Translation (NAT) for all packets leaving eth0 [root@enochome root]# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Explain: enable ip forwarding [root@enochome root]# echo 1 > /proc/sys/net/ipv4/ip_forward Explain: check POSTROUTING enable anywhere mode [root@enochome root]# iptables -t nat -L Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination MASQUERADE all -- anywhere anywhere Chain OUTPUT (policy ACCEPT) target prot opt source destination 7.3 CLIENT 1(PC) TERMINAL DUMP [root@localhost root]# btctl 4

5 root]# ifconfig bt0 Link encap:unspec HWaddr 00-A UP RUNNING MTU:1500 Metric:1 RX packets:21 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 RX bytes:441 (441.0 b) TX bytes:570 (570.0 b) lo Link encap:local Loopback inet addr: Mask: UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:10 errors:0 dropped:0 overruns:0 frame:0 TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 5

6 RX bytes:700 (700.0 b) TX bytes:700 (700.0 b) Explain: initial PANU client root]# btctl paninit panu bt0 Explain: assign for pan0 root]# ifconfig pan root]# ifconfig bt0 Link encap:unspec HWaddr 00-A UP RUNNING MTU:1500 Metric:1 RX packets:21 errors:0 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 RX bytes:441 (441.0 b) TX bytes:570 (570.0 b) lo Link encap:local Loopback inet addr: Mask: UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:10 errors:0 dropped:0 overruns:0 frame:0 TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:700 (700.0 b) TX bytes:700 (700.0 b) pan0 Link encap:ethernet HWaddr 00:A0:96:20:40:30 inet addr: Bcast: Mask: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:25 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Explain: Check route state root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface * U pan * U lo 6

7 Explain: need to define default route, is the PAN IP of GN) root]# route add default gw Explain: Check route state root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface * U pan * U lo default UG pan0 Explain: ping other PAN user(i.e. client 2 must finished the above steps) [root@localhost root]# ping PING ( ) from : 56(84) bytes of data. 64 bytes from : icmp_seq=1 ttl=64 time=143 ms 64 bytes from : icmp_seq=2 ttl=64 time=74.2 ms [1]+ Stopped ping Explain: use telnet command make connect with PAN user [root@localhost root]# telnet Trying Connected to ( ). Escape character is '^]'. Red Hat Linux release 8.0 (Psyche) Kernel on an i686 login: enoch Password: Last login: Sat Jan 25 23:07:10 from [enoch@localhost enoch]$ ls affix tar.gz [enoch@localhost enoch]$ Explain: Ping outside website [root@localhost root]# ping PING sun17a.ouhk.edu.hk ( ) from : 56(84) bytes of data. From icmp_seq=7 Packet filtered From icmp_seq=9 Packet filtered 7

8 From icmp_seq=11 Packet filtered [2]+ Stopped ping root]# Explain: make connect with GN master by using ftp command root]# ftp Connected to ENOCHOME FTP server (Version wu ) ready. 504 AUTH GSSAPI not supported. 504 AUTH KERBEROS_V4 not supported. KERBEROS_V4 rejected as an authentication type Name ( :root): ct Password required for ct401. Password: 230 User ct401 logged in. Access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 227 Entering Passive Mode (10,0,0,1,179,140) 150 Opening ASCII mode data connection for directory listing. total rw-r--r-- 1 root root Jan 11 09:57 bluez-bluefw i386.rpm -rw root root Jan 11 09:56 bluez-bluefw-0.9.tar.gz -rw root root Jan 11 09:56 bluez-hcidump-1.5.tar.gz -rw root root Jan 11 09:56 bluez-hciemu-1.0.tar.gz -rw root root Jan 11 09:57 bluez-kernel-2.3.tar.gz -rw-r--r-- 1 root root Jan 11 09:57 bluez-libs i386.rpm -rw root root Jan 11 09:57 bluez-libs-2.3.tar.gz -rw root root Jan 11 09:58 bluez-pan-1.1pre4-1.i386.rpm -rw root root Jan 11 09:56 bluez-pan-1.1pre4.tar.gz -rw root root Jan 11 09:58 bluez-sdp-1.0rc2-1.i386.rpm -rw root root Jan 11 09:58 bluez-sdp-1.0rc3-1.i386.rpm -rw root root Jan 11 09:57 bluez-sdp-1.0rc3.tar.gz -rw root root Jan 11 09:58 bluez-utils i386.rpm -rw root root Jan 11 09:57 bluez-utils-2.2.tar.gz -rw-r--r-- 1 root root Jan 11 08:45 intro.htm drwxr-xr-x 2 root root 4096 Jan 11 08:45 intro_files 8

9 -rw-r--r-- 1 root root Jan 11 08:44 main.jpg.html drwxr-xr-x 2 root root 4096 Jan 11 08:44 main.jpg_files -rw-r--r-- 1 root root Jan 11 08:46 proposedprojects.htm drwxr-xr-x 2 root root 4096 Jan 11 08:46 proposedprojects_files drwxr-xr-x 6 root root 4096 Jan 12 13:20 public_html -rw-r--r-- 1 root root Jan 11 08:45 teachingteam.htm drwxr-xr-x 2 root root 4096 Jan 11 08:45 teachingteam_files 226 Transfer complete. ftp> SCREEN CAPTURE -shown it is successful connect to outside and GN s apache server 9

10 Figure Client 1 connect to outside website Figure Connect to internal GN s Apache server 7.4 CLIENT 2(ACER LAPTOP) TERMINAL DUMP root@localhost root]# btctl Affix version: Affix >>>> Affix Bluetooth Driver control program <<<<---- For help use "btctl -h" bt0 00:80:98:24:df:6a Name: "localhost.localdomain" Class: 0xB2010C, Computer (Laptop) [Networking,Object Transfer,Audio,Information] Scan Mode: discoverable, connectable Security mode: service [-auth, -encrypt] Packet types: DM1 DH1 DM3 DH3 DM5 DH5 HV1 Connection role: allow switch, remain slave Baseband: Manufacture: Cambridge Silicon Radio, id: 10 Features: 1.1 compliant Buffers: 10

11 ACL: 8 x 192 bytes SCO: 8 x 64 bytes Suported features: Packet types: 3-slots, 5-slots Radio features: RSSI, Channel quality driven data rate Policy: switch, hold mode, sniff mode, park mode Encryption: supported Clock modes: slot offset, timing accuracy Audio: SCO link, HV2, HV3, u-law log, a-law log, CVSD, transparent SCO Power Control: supported Explain: initial PANU client [root@localhost root]# btctl paninit panu bt0 Explain: assign pan ip as [root@localhost root]# ifconfig pan [root@localhost root]# ifconfig bt0 Link encap:unspec HWaddr DF-6A UP RUNNING MTU:1500 Metric:1 RX packets:20 errors:24 dropped:0 overruns:0 frame:0 TX packets:19 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:10 RX bytes:435 (435.0 b) TX bytes:570 (570.0 b) lo Link encap:local Loopback inet addr: Mask: UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:39 errors:0 dropped:0 overruns:0 frame:0 TX packets:39 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3537 (3.4 Kb) TX bytes:3537 (3.4 Kb) pan0 Link encap:ethernet HWaddr 00:80:98:24:DF:6A inet addr: Bcast: Mask: UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 11

12 collisions:0 txqueuelen:25 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface * U pan * U lo Explain: need to add default route, is the PAN IP of GN) [root@localhost root]# route add default gw Explain: Check Route state [root@localhost root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface * U pan * U lo default UG pan0 Explain: Success ping internal and outside [root@localhost root]# ping PING ( ) from : 56(84) bytes of data. 64 bytes from : icmp_seq=1 ttl=64 time=30.3 ms 64 bytes from : icmp_seq=2 ttl=64 time=18.6 ms 64 bytes from : icmp_seq=3 ttl=64 time=26.7 ms [1]+ Stopped ping [root@localhost root]# ping PING sun17a.ouhk.edu.hk ( ) from : 56(84) bytes of data. From icmp_seq=1 Packet filtered From icmp_seq=2 Packet filtered From icmp_seq=3 Packet filtered [2]+ Stopped ping Explain: success connect to [root@localhost root]# telnet Trying Connected to ( ). 12

13 Escape character is '^]'. Red Hat Linux release 8.0 (Psyche) Kernel on an i686 login: ct401 Password: Last login: Sat Jan 25 22:16:48 from ct401]$ ls bluez-bluefw i386.rpm bluez-utils i386.rpm bluez-bluefw-0.9.tar.gz bluez-utils-2.2.tar.gz bluez-hcidump-1.5.tar.gz intro_files bluez-hciemu-1.0.tar.gz intro.htm bluez-kernel-2.3.tar.gz main.jpg_files bluez-libs i386.rpm main.jpg.html bluez-libs-2.3.tar.gz proposedprojects_files bluez-pan-1.1pre4-1.i386.rpm proposedprojects.htm bluez-pan-1.1pre4.tar.gz public_html bluez-sdp-1.0rc2-1.i386.rpm teachingteam_files bluez-sdp-1.0rc3-1.i386.rpm teachingteam.htm bluez-sdp-1.0rc3.tar.gz ct401]$ root]# ftp Connected to ENOCHOME FTP server (Version wu ) ready. 504 AUTH GSSAPI not supported. 504 AUTH KERBEROS_V4 not supported. KERBEROS_V4 rejected as an authentication type Name ( :root): ct Password required for ct401. Password: 230 User ct401 logged in. Access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 227 Entering Passive Mode (10,0,0,1,85,227) 150 Opening ASCII mode data connection for directory listing. total rw-r--r-- 1 root root Jan 11 09:57 bluez-bluefw i386.rpm 13

14 -rw root root Jan 11 09:56 bluez-bluefw-0.9.tar.gz -rw root root Jan 11 09:56 bluez-hcidump-1.5.tar.gz -rw root root Jan 11 09:56 bluez-hciemu-1.0.tar.gz -rw root root Jan 11 09:57 bluez-kernel-2.3.tar.gz -rw-r--r-- 1 root root Jan 11 09:57 bluez-libs i386.rpm -rw root root Jan 11 09:57 bluez-libs-2.3.tar.gz -rw root root Jan 11 09:58 bluez-pan-1.1pre4-1.i386.rpm -rw root root Jan 11 09:56 bluez-pan-1.1pre4.tar.gz -rw root root Jan 11 09:58 bluez-sdp-1.0rc2-1.i386.rpm -rw root root Jan 11 09:58 bluez-sdp-1.0rc3-1.i386.rpm -rw root root Jan 11 09:57 bluez-sdp-1.0rc3.tar.gz -rw root root Jan 11 09:58 bluez-utils i386.rpm -rw root root Jan 11 09:57 bluez-utils-2.2.tar.gz -rw-r--r-drwxr-xr-x 1 root root Jan 11 08:45 intro.htm 2 root root 4096 Jan 11 08:45 intro_files -rw-r--r-- 1 root root Jan 11 08:44 main.jpg.html drwxr-xr-x 2 root root 4096 Jan 11 08:44 main.jpg_files -rw-r--r-- 1 root root Jan 11 08:46 proposedprojects.htm drwxr-xr-x 2 root root 4096 Jan 11 08:46 proposedprojects_files drwxr-xr-x 6 root root 4096 Jan 12 13:20 public_html -rw-r--r-- 1 root root Jan 11 08:45 teachingteam.htm drwxr-xr-x 2 root root 4096 Jan 11 08:45 teachingteam_files 226 Transfer complete. ftp> Reference: The webpage:- ial.html is good material for how to use iptables. Competitor: 14

Quick guide for configuring a system with multiple IP-LINKs

Quick guide for configuring a system with multiple IP-LINKs Quick guide for configuring a system with multiple IP-LINKs October 4 th 2005, KK. This guide will show an example configurations for a system with multiple IP-LINKs. Example 1, three devices connected

More information

CIS Test 1- Practice - Fall 2011

CIS Test 1- Practice - Fall 2011 CIS 192 - Test 1- Practice - Fall 2011 Name Each question worth 2 points: Tip: When not logged in as root, you can still use many of the network commands but you must preface them with /sbin/ because you

More information

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010

GM8126 MAC DRIVER. User Guide Rev.: 1.0 Issue Date: December 2010 GM8126 MAC DRIVER User Guide Rev.: 1.0 Issue Date: December 2010 REVISION HISTORY Date Rev. From To Dec. 2010 1.0 - Original Copyright 2010 Grain Media, Inc. All Rights Reserved. Printed in Taiwan 2010

More information

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12

Linux. Computer networks - Administration 1DV202. fredag 30 mars 12 Linux Computer networks - Administration 1DV202 Configuration files /etc/hosts /etc/resolv.conf /etc/network/interfaces /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.1.1 lokal.kalmar.se lokal

More information

Enabling CDC-ETHER Connection for Skywire CAT1

Enabling CDC-ETHER Connection for Skywire CAT1 Enabling CDC-ETHER Connection for Skywire CAT1 NimbeLink Corp Updated: May 2017 PN 30111 rev 5 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 2 1.1 Orderable

More information

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host.

This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green with the host. Networking Guide for BeagleBone (Black or Green) by Brian Fraser Last update: Nov 17, 2017 This document guides the user through: 1. Setting up and configuring networking for the BeagleBone black or green

More information

IP over IB Protocol. Introduction CHAPTER

IP over IB Protocol. Introduction CHAPTER CHAPTER 3 The following sections appear in this chapter: Introduction, page 3-1 Manually Configure IPoIB for Default IB Partition, page 3-2 Subinterfaces, page 3-2 Verify IPoIB Functionality, page 3-5

More information

Let us ping! First we will learn the Hello World of a networked machine.

Let us ping! First we will learn the Hello World of a networked machine. AN INTRODUCTION TO LINUX NETWORKING In this article, we ll explore networking under GNU/Linux. You ll find it interesting to manage the entire network through certain valid keystrokes known as commands.

More information

Lab Exercise Sheet 2 (Sample Solution)

Lab Exercise Sheet 2 (Sample Solution) Lab Exercise Sheet 2 (Sample Solution) Document and analyze your experimental procedures by using your Wireshark and terminal recordings. Note all relevant intermediate steps. Mark and explain all relevant

More information

FiberstoreOS IP Service Configuration Guide

FiberstoreOS IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP...4 1.1 Overview...4 1.2 Configuring ARP... 4 1.3 Validation commands...5 2 Configuring Proxy ARP... 7 2.1 Overview...7 2.2 Configuring

More information

Hostname and IP Address

Hostname and IP Address 1/19 IP Addressing Surasak Sanguanpong nguan@ku.ac.th http://www.cpe.ku.ac.th/~nguan Last updated: 27 June 2002 Hostname and IP Address 2/19 browser What is the IP address of www.isoc.org? www.isoc.org

More information

Enabling CDC_ETHER Connection for Skywire GSM CAT1

Enabling CDC_ETHER Connection for Skywire GSM CAT1 Enabling CDC_ETHER Connection for Skywire GSM CAT1 NimbeLink Corp Updated: February 2018 PN 30262 rev 4 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University 1 Name...ID....Section. Seat No.. Sirindhorn International Institute of Technology Thammasat University Midterm Examination: Semester 2/2007 Course Title : ITS 332 Information Technology II Lab (Networking)

More information

1. TABLE OF CONTENTS INTRODUCTION TECHNICAL SPECIFICATIONS INSTALLATION... 6

1. TABLE OF CONTENTS INTRODUCTION TECHNICAL SPECIFICATIONS INSTALLATION... 6 1. TABLE OF CONTENTS 1. TABLE OF CONTENTS... 1 2. INTRODUCTION... 2 3. TECHNICAL SPECIFICATIONS... 3 4. INSTALLATION... 6 5. PROPERTIES... 8 5.1 TCP/IP NETWORK MODEL...8 5.2 TCP AND UDP...9 5.2.1 IP...10

More information

Using Shell Commands

Using Shell Commands This chapter contains the following sections: General Administration, page 1 Working with Databases, page 9 Importing Certificates, page 13 Accessing Root Privileges, page 14 Using a Multi-Node Setup,

More information

Chapter 5 Network Layer

Chapter 5 Network Layer Chapter 5 Network Layer Network Layer IPv4 2 IP Header Application Header + data 3 IP IP IP IP 4 Focus on Transport Layer IP IP 5 Network Layer The Network layer (Layer 3) provides services to exchange

More information

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015

Quick Start Guide for BeagleBone Black. Table of Contents. by Brian Fraser Last update: Summer, 2015 Quick Start Guide for BeagleBone Black by Brian Fraser Last update: Summer, 2015 This document guides the user through: 1. Installing Ubuntu in a virtual machine. 2. Connecting to the target using serial

More information

RG-MACC_2.0 Installation Manual

RG-MACC_2.0 Installation Manual RG-MACC_2.0 Installation Manual Ruijie Networks Co., Ltd all rights reserved 1 Copyright Clarify Copyright ownership belongs to Ruijie, shall not be reproduced, copied, or used in other ways without permission.

More information

Taking Advantage of Bluetooth for Communications and More by Hunyue Yau

Taking Advantage of Bluetooth for Communications and More by Hunyue Yau BYOES ESC Boston '08: Taking Advantage of Bluetooth for Communications and More by Hunyue Yau Agenda Why? Bluetooth Basics Classes Profiles Service announcement Operation Performance Linux Lab Why? Is

More information

Virtual Lab for CIS 192 & 196 Rich Simms May 27, 2006

Virtual Lab for CIS 192 & 196 Rich Simms May 27, 2006 Virtual Lab for CIS 192 & 196 Rich Simms May 27, 2006 Overview Microsoft s virtualization technology has been available as a product called Virtual Server. Microsoft recently announced two major changes

More information

GMSplus Customer Connection Test Procedure

GMSplus Customer Connection Test Procedure GMS-xx Customer Connection Test Procedure Page 1/14 GMSplus Customer Connection Test Procedure Company: Author: Checked: Approved: Distribution: GeoSIG Ltd Wiesenstrasse 39, 8952 Schlieren, Switzerland,

More information

VLAN Configurations. 1 of :18. Available Categories. Adobe. Macromedia

VLAN Configurations. 1 of :18. Available Categories. Adobe. Macromedia Custom Search Available Categories Adobe Macromedia Programming SQL Server Administration Networking Microsoft Products Mac OS Linux systems Mobile devices XML Certification Misc Available Tutorials Lan

More information

THE INTERNET PROTOCOL INTERFACES

THE INTERNET PROTOCOL INTERFACES THE INTERNET PROTOCOL The Internet Protocol Stefan D. Bruda Winter 2018 A (connectionless) network protocol Designed for use in interconnected systems of packet-switched computer communication networks

More information

FiberstoreOS. IP Service Configuration Guide

FiberstoreOS. IP Service Configuration Guide FiberstoreOS IP Service Configuration Guide Contents 1 Configuring ARP... 1 1.1 Overview... 1 1.2 Configuring ARP... 1 1.3 Validation commands...2 2 Configuring Proxy ARP...4 2.1 Overview... 4 2.2 Configuring

More information

The Internet Protocol

The Internet Protocol The Internet Protocol Stefan D. Bruda Winter 2018 THE INTERNET PROTOCOL A (connectionless) network layer protocol Designed for use in interconnected systems of packet-switched computer communication networks

More information

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement

These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement Copyright 2017, fp Technologies, Inc. All Rights Reserved These documents and software are covered under the terms and conditions of the fp Technologies, Inc. Program License Agreement You will need to

More information

FSOS IP Service Configuration Guide

FSOS IP Service Configuration Guide FSOS IP Service Configuration Guide Contents 1 Configuring ARP... 5 1.1 Overview... 5 1.2 Configuring ARP... 5 1.3 Validation commands...6 2 Configuring Proxy ARP...8 2.1 Overview... 8 2.2 Configuring

More information

Wi-Fi Guide: Edimax USB Adapter on BBG

Wi-Fi Guide: Edimax USB Adapter on BBG Wi-Fi Guide: Edimax USB Adapter on BBG August 3 rd 2017 Table of Contents: Page 1: Page 2: Page 3: Page 4: Page 5: Introduction & Hardware requirements Getting Started Connecting to a network using Network

More information

Packet Generator User Guider V0.1

Packet Generator User Guider V0.1 Packet Generator User Guider V0.1 Based on DeanSys Pktgen-0.0.4 dean@deansys.com www.deansys.com, Oct.20,2006 Page 1 Contents Contents... 2 Chapter 1. Abstract... 4 Chapter 2. How to install it?... 5 2.1

More information

THE INTERNET PROTOCOL/1

THE INTERNET PROTOCOL/1 THE INTERNET PROTOCOL a (connectionless) network layer protocol designed for use in interconnected systems of packet-switched computer communication networks (store-and-forward paradigm) provides for transmitting

More information

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2

TABLE OF CONTENTS. ACI Solutions Team by Tomas de Leon 2 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LAB REFERENCE & TOPOLOGY INFORMATION... 3 3 DELETE THE EXISTING OUT OF BAND NODE MANAGEMENT ADDRESSES CONFIGURATION FOR YOUR DESIGNATED ACI FABRIC... 4 4 CONFIGURE

More information

Sirindhorn International Institute of Technology Thammasat University

Sirindhorn International Institute of Technology Thammasat University Name...ID... Section...Seat No... Sirindhorn International Institute of Technology Thammasat University Midterm Examination s: Semester 2/2009 Course Title Instructor : ITS332 Information Technology II

More information

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute

Clustered Data ONTAP 8.3 Update 2, IPspaces. Self-paced Lab NETAPP UNIVERSITY. NetApp University - Do Not Distribute NETAPP UNIVERSITY Clustered Data ONTAP 8.3 Update 2, IPspaces Self-paced Lab Course ID: STRSW-SPL-CDOT83UPD2 Content Version: 1.0 ATTENTION The information contained in this course is intended only for

More information

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series

APPLICATION NOTE. Scope. Reference Documents. Software Ethernet Bridge on SAMA5D3/D4. Atmel SMART SAMA5D3/D4 Series SMART APPLICATION NOTE Software Ethernet Bridge on SAMA5D3/D4 Atmel SMART SAMA5D3/D4 Series Scope The Atmel SMART SAMA5D3/D4 series are high-performance, power-efficient embedded MPUs based on the ARM

More information

Newsreader virtual machines Technical Report NWR

Newsreader virtual machines Technical Report NWR Newsreader virtual machines Technical Report NWR-2014-4 Version FINAL Aitor Soroa 1, Enrique Fernández 2 1 University of Basque Country Donostia, Basque Country a.soroa@ehu.es 2 University of Basque Country

More information

RG-MACC-BASE_v2.01. Installation Guide

RG-MACC-BASE_v2.01. Installation Guide RG-MACC-BASE_v2.01 Preface Thank you for using our products. Audience This manual is intended for: Network engineers Technical support and servicing engineers Network administrators Symbols Important information.

More information

Javier Sedano David Fernández

Javier Sedano David Fernández Javier Sedano (javier.sedano@agora-2000.com) David Fernández (david@dit.upm.es) Introduction Dual stack Tunneling Translation Conclusions Madrid 2003 Global IPv6 Summit Coexistence and Transition 2 Motivation

More information

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200

WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 WLAN on DILNetPC DNP9200 External SWAP Device on DNP9200 Picture 1: DNP9200 + eval board SK23, external mini USB2.0 Hub with a 11Mbps WLAN USB Adapter and 1GB high speed(192x) USB SWAP device. Attention:

More information

Access Server: User's and Developer's Guide <<< Previous Next >>>

Access Server: User's and Developer's Guide <<< Previous Next >>> 1 of 14 12/9/2008 10:18 AM Access Server: User's and Developer's Guide > Chapter 2. Getting Started with Access Server Access Server can be controlled in three ways: by using the WWW

More information

UCS IPv6 Management Configuration Example

UCS IPv6 Management Configuration Example UCS IPv6 Management Configuration Example Document ID: 118784 Contributed by Padmanabhan Ramaswamy and Shankar Prasath, Cisco TAC Engineers. Mar 06, 2015 Contents Introduction Prerequisites Requirements

More information

lab rip experiences with RIPv2 distance vector protocol

lab rip experiences with RIPv2 distance vector protocol lab rip experiences with RIPv2 distance vector protocol hosts need routing each host with a network stack performs some elementary routing ip layer nic eth0? lo the network stack may be used to access

More information

Application of Mininet

Application of Mininet 1 Application of Mininet Report of Wireless communication and mobile network Project Nie Xiaofang 5110309418 1 2 Abstract: This report is the summary with learning mininet. And it starts with the basics.

More information

Packet Generator User Guide V0.4

Packet Generator User Guide V0.4 Packet Generator User Guide V0.4 Based on DeanSys Pktgen-0.0.8 dean@deansys.com www.deansys.com, Feb.20,2007 Page 1 Contents Contents... 2 Chapter 1. Abstract... 5 1.1 Scope...7 1.2 Feature List...7 Chapter

More information

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide

HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide HP Services zl Module ngenius Integrated Agent Installation and Getting Started Guide Part Number 733-0207 www.hp.com/networking Revision A www.netscout.com September 28, 2010 Copyright 2008 Hewlett-Packard

More information

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide

StampA5D3x/PortuxA5/PanelA5. Quickstart Guide StampA5D3x/PortuxA5/PanelA5 Quickstart Guide StampA5D3x/PortuxA5/PanelA5 StampA5D3x/PortuxA5/PanelA5: Quickstart Guide Copyright 2015 taskit GmbH All rights to this documentation and to the product(s)

More information

Accessing the Networking Stack

Accessing the Networking Stack The Cisco IOS XR Software serves as a networking stack for communication. This section explains how applications on IOS XR can communicate with internal processes, and with servers or outside devices.

More information

Internet Tool Practice. 이지민 장동현

Internet Tool Practice. 이지민 장동현 Internet Tool Practice 이지민 (jmlee@mmlab.snu.ac.kr) 장동현 (dhjang@mmlab.snu.ac.kr) 2011. 11. 2 1 Outline Internet Tools ping traceroute nslookup ifconfig arp netstat synack nmap Iperf crontab Homeworks 2

More information

Interface Management

Interface Management COSC301 Laboratory Manual Required Reading Prior to Lab To ensure you get plenty of time to ask for any help during the lab, please ensure you have read at least Section 1, A Map, Notation and a bit of

More information

Create Test Environment

Create Test Environment Create Test Environment Describes how to set up the Trafodion test environment used by developers and testers Prerequisites Python Passwordless ssh If you already have an existing set of ssh keys If you

More information

The Network Layer. Internet solutions. Nixu Oy PL 21. (Mäkelänkatu 91) Helsinki, Finland. tel fax.

The Network Layer. Internet solutions. Nixu Oy PL 21. (Mäkelänkatu 91) Helsinki, Finland. tel fax. The Network Layer Nixu Oy PL 21 (Mäkelänkatu 91) 00601 Helsinki, Finland tel. +358 9 478 1011 fax. +358 9 478 1030 info@nixu.fi http://www.nixu.fi OVERVIEW The Internet Protocol IP addresses, address resolution

More information

Monospace $ ls -latr pictures # less /var/log/messages $ # ipchains turboclusteradmin # mount /mnt/cdrom # cd /mnt/cdrom TLCS-install #./TLCS-install redhat turbolinux

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 UNIX MODULE NO: CPU5003 [CRT09] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2014/2015 MODULE NO: CPU5003 Date: Wednesday 21 st January 2015 Time: 10:00 13:00 INSTRUCTIONS

More information

Network Configuration for Cisco UCS Director Baremetal Agent

Network Configuration for Cisco UCS Director Baremetal Agent Network Configuration for Cisco UCS Director Baremetal Agent This chapter contains the following sections: About the Network Configuration Options, page 1 Single Network for Management and PXE, page 1

More information

For personnal use only

For personnal use only Network Namespaces in RHEL7 Finnbarr P. Murphy (fpm@fpmurphy.com) Linux namespaces are somewhat like Solaris zones in many ways from a user perspective but have significant differences under the hood.

More information

JBOX2 (Saturn Ring) Appliance General Guide

JBOX2 (Saturn Ring) Appliance General Guide JBOX2 (Saturn Ring) Appliance General Guide Rev Revisions Date Approval A Gianfranco D'Aleo 17 April 2008 rel 3.1.0 JBOX2 Appliance - General Guide NOTE The information contained in this document is subject

More information

Detecting Sniffers on Your Network

Detecting Sniffers on Your Network Detecting Sniffers on Your Network Sniffers are typically passive programs They put the network interface in promiscuous mode and listen for traffic They can be detected by programs such as: ifconfig eth0

More information

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager

Networking Approaches in. a Container World. Flavio Castelli Engineering Manager Networking Approaches in a Container World Flavio Castelli Engineering Manager fcastelli@suse.com Rossella Sblendido Engineering Manager rsblendido@suse.com Disclaimer There a many container engines, I

More information

CANopen Object Browser, Version 0.2

CANopen Object Browser, Version 0.2 CANopen Object Browser, Version 0.2 CANopen Object Browser for Linux The CANopen Object Browser is a tool to display and browse through a CANopen Object Dictionary based on EDS-Files. The program allows

More information

Bluetooth GPRS Connectivity, with Nokia 6230i on MTN.

Bluetooth GPRS Connectivity, with Nokia 6230i on MTN. Bluetooth GPRS Connectivity, with Nokia 6230i on MTN. Alan Robert Clark May 11, 2007 I have a Fedora Core 3 setup, using a Gigabyte Technology USB Bluetooth Dongle, GN-BTD02, and a Nokia 6230i on the MTN

More information

Hosting Applications Using Configuration Management Tools

Hosting Applications Using Configuration Management Tools Hosting Applications Using Configuration Management Tools Configuration management tools are used to automate manual tasks, such as setting up servers and network devices. As application delivery requirements

More information

Renesas Koelsch Hardware Setup and Software Installation

Renesas Koelsch Hardware Setup and Software Installation Renesas Koelsch Hardware Setup and Software Installation Table of content Introduction Master GDP-ivi10 GDP-ivi9 GDP-ivi7 Software setup Pre-built binaries Quick Start Obtain and Install Renesas Graphics

More information

Getting Started with PetaLinux SDK

Getting Started with PetaLinux SDK Getting Started with PetaLinux SDK November 26, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 Getting Started...3 Prerequisites...3 Installation...4

More information

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS

Using Juju with a Local Provider with KVM and LXC in Ubuntu LTS Using Juju with a Local Provider with KVM and LXC in Ubuntu 14.04 LTS A Dell and Canonical Technical White Paper Mark Wenning Canonical Field Engineer Jose De la Rosa Dell Software Engineer 2 THIS WHITE

More information

Networking 2. IP over Bluetooth

Networking 2. IP over Bluetooth Networking 2 IP over Bluetooth IP over Bluetooth Part 1: Setup Connect your Pis directly to the monitor, keyboard, and mouse, login, and start X No VNC or SSH connections We will make a point-to-point

More information

Configuring Real Servers for DSR

Configuring Real Servers for DSR Configuring Real Servers for DSR VERSION: 1.1 UPDATED: JULY 2013 Copyright 2002-2013 KEMP Technologies, Inc. All Rights Reserved. Page 1 / 20 Copyright Notices Copyright 2002-2013 KEMP Technologies, Inc..

More information

Emergency shell commands 1

Emergency shell commands 1 Contents Emergency shell commands 1 copy 1 delete 1 dir 2 display copyright 4 display install package 4 display interface m-eth0 5 display ip routing-table 7 display ipv6 routing-table 7 display version

More information

Blueprints. Quick Start Guide for installing and running KVM

Blueprints. Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Blueprints Quick Start Guide for installing and running KVM Note Before using this information and the product it supports, read the information

More information

installing Linux Paul Cobbaut

installing Linux Paul Cobbaut installing Linux Paul Cobbaut installing Linux Paul Cobbaut lt-2.0 Publication date Wed 12 Nov 2014 03:59:02 PM CET Table of Contents 1. installing Debian 8... 1 1.1. Debian... 2 1.2. Downloading... 2

More information

New System Setup Guide

New System Setup Guide New System Setup Guide Logging into PBXact UC Quick Setup Wizard STEP 1: Time Zone and Email STEP 2: Extension Creation STEP 3: Extension Customization Dashboard Module Configuration Extensions IVR Inbound

More information

Ubuntu LTS Precise

Ubuntu LTS Precise Author : Tony Hill Version : 1-1 Date : 26 th April 2014 1 Introduction This installation is carried out on the following operating system: Ubuntu 12.04.4 LTS Precise The installation is on a Lenovo 64-bit

More information

Configuring the BeagleBone Black s Ethernet Port for SSH Access

Configuring the BeagleBone Black s Ethernet Port for SSH Access Configuring the BeagleBone Black s Ethernet Port for SSH Access NimbeLink Corp Updated: April 2016 PN 30112 rev 1 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction

More information

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch

Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch By Falko Timme Published: 2009-01-04 17:28 Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Wackamole/Spread On Debian Etch Version 1.0 Author: Falko Timme

More information

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003

UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES. BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 [CRT06] UNIVERSITY OF BOLTON CREATIVE TECHNOLOGIES BSc (Hons) COMPUTER NETWORKS AND SECURITY SEMESTER ONE EXAMINATION 2017/2018 UNIX MODULE NO: CPU5003 Date: Wednesday 17 th January 2018 Time: 10:00 12:00

More information

Basics of GNS3 and Cisco IOS

Basics of GNS3 and Cisco IOS Lab00: Objectives: Basics of GNS3 and Cisco IOS IERG4090 Lab00 P.1 Upon completion of this lab, you will be able to: - Extract a given topology GNS3 archive - Start GNS3 - Open the given topology file

More information

VisibleThread - Server Configuration Help

VisibleThread - Server Configuration Help VisibleThread - Server Configuration Help Version 2.13 (November 2016) Copyright 2017 VisibleThread Limited. This document is the copyright of VisibleThread Limited and may not be reproduced in whole or

More information

How to Restrict a Login Shell Using Linux Namespaces

How to Restrict a Login Shell Using Linux Namespaces How to Restrict a Login Shell Using Linux Namespaces Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using

More information

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents

XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 IP-PBX: Getting Started Guide Package Contents XE2000/XE3000 (2U 19'' width unit) Power cord Support hardware for 19'' cabinet Prerequisites You need a computer equipped with Internet browser.

More information

How to Configure ClusterXL for L2 Link Aggregation

How to Configure ClusterXL for L2 Link Aggregation How to Configure ClusterXL for L2 Link Aggregation User Guide 15 January 2013 Classification: [Protected] 2013 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation

More information

LS9200 User Guide LinkSprite Technologies, Inc.

LS9200 User Guide LinkSprite Technologies, Inc. LS9200 User Guide LinkSprite Technologies, Inc. 1 / 17 Table of Contents 1. Foreword... 3 2. Features... 3 3. Part and jumper description... 4 Part description... 4 LED and Key description... 4 Jumper

More information

Adding NetFPGA board into CRON. Change wires table, if you change the switch cable connection

Adding NetFPGA board into CRON. Change wires table, if you change the switch cable connection Adding NetFPGA board into CRON Lin Xue, lxue2@tigers.lsu.edu, LANET@LSU April 2011 Change wires table, if you change the switch cable connection Note: this might not related to adding a NetFPGA, but this

More information

IPv6 LAB. Practical IPv6. Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT

IPv6 LAB. Practical IPv6. Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT IPv6 LAB Practical IPv6 Alvaro Vives 27 June 2017 Workshop on Open Source Solutions for the IoT Contents Lab topology IPv6 in Common OSs Basic IPv6 Configuration IPv6 useful commands Using IPv6 with Python

More information

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices

Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices Inhaltsverzeichnis Installation von Oracle Real Application Cluster 10gR1 auf CentOS 4.2 mit Raw-Devices... 1 1. Installation

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

TCP/IP Network Essentials

TCP/IP Network Essentials TCP/IP Network Essentials Linux System Administration and IP Services AfNOG 2012 Layers Complex problems can be solved using the common divide and conquer principle. In this case the internals of the Internet

More information

FiberstoreOS. Network Management Configuration Guide

FiberstoreOS. Network Management Configuration Guide FiberstoreOS Network Management Configuration Guide Contents 1 Configuring Network Diagnosis...6 1.1 Overview... 6 1.2 Configurations...7 1.3 Validation... 7 2 Configuring NTP... 9 2.1 Overview... 9 2.2

More information

NVIDIA Professional Application Center

NVIDIA Professional Application Center NVIDIA Professional Application Center Network Licensing Guide 5 May 2017 Document version 2.0 Copyright Information 2017 NVIDIA Corporation. All rights reserved. This document is protected under copyright

More information

Multiplying Your Server Ubuntu Server and Virtualization

Multiplying Your Server Ubuntu Server and Virtualization CHAPTER 12 Multiplying Your Server Ubuntu Server and Virtualization One of the hottest new technologies for servers is virtualization, which allows you to install multiple instances of one or more operating

More information

Oracle 11g RAC on Linux- CRS Inderpal S. Johal. Inderpal S. Johal

Oracle 11g RAC on Linux- CRS   Inderpal S. Johal. Inderpal S. Johal ORACLE CRS INSTALLATION : INSTALLATION AND CONFIGURATION GUIDE Inderpal S. Johal INTRODUCTION This document will gives details of Oracle Clusterware installation on RHEL 4. CRS INSTALLATION STEPS 1. Cluster

More information

Deploy Dual Stack CentOS 7 Instance in AWS

Deploy Dual Stack CentOS 7 Instance in AWS Deploy Dual Stack CentOS 7 Instance in AWS Lawrence E. Hughes Sixscape Communications Pte Ltd. 26 Oct 2017 This assumes you have already created an AWS account and a dual stack VPC. Click Launch Instance

More information

Experimenting Internetworking using Linux Virtual Machines Part I

Experimenting Internetworking using Linux Virtual Machines Part I Experimenting Internetworking using Linux Virtual Machines Part I Hui Chen Previous Release on October 27, 2014 Lastly revised on November 4, 2015 Revision: Copyright c 2016. Hui Chen

More information

High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system

High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system High Availability of IBM Security Directory Server using Heartbeat A highly available authentication system Prabir Meher IBM India Software Lab, Pune 2014/02/20, 1.0 Abstract: The purpose of this article

More information

Mobile Communications. Fundamental Networking

Mobile Communications. Fundamental Networking Networking 1 Mobile Communications Fundamental Networking Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto Networking 2 What networking concepts shall I have present from previous courses?

More information

Helium Operator Manual (CLI)

Helium Operator Manual (CLI) Helium Operator Manual (CLI) S.Wong December 2011 1 GLOSSARY Acronym Meaning Comments ACS Auto Configuration Server ADSL Asymmetric Digital Subscriber Line AES Advanced Encryption Standard CBR Constant

More information

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack

INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack INSTALLATION RUNBOOK FOR Hitachi Block Storage Driver for OpenStack Product Name: Hitachi Block Storage Driver for OpenStack Driver Version: 1.4.10 MOS Version: 7.0 OpenStack Version: Product Type: Kilo

More information

Network Socket Programming - 2 BUPT/QMUL

Network Socket Programming - 2 BUPT/QMUL Network Socket Programming - 2 BUPT/QMUL 2017-3-20 Review Basic Concepts in NP Introduction to Network Programming Importance Classes Environments in this course Program Developing Phases Skills Useful

More information

PetaLinux SDK Guide to QEMU System Simulation

PetaLinux SDK Guide to QEMU System Simulation PetaLinux SDK Guide to QEMU System Simulation v1.1 November 27, 2009 Table of Contents Table of Contents...2 About This Guide...3 Related PetaLinux Documents...3 PetaLinux Software Simulation with QEMU...3

More information

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates

Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Replace HyperFlex Self-Signed SSL Certificates with CA-issued Certificates Contents Google Chrome Mozila FireFox Software Credentials HX Cluster DNS Server Certificate Authority vcenter Server 1. Create

More information

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore.

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Communication Switching Techniques UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Bluetooth Techniques References 1. Wireless

More information

UG NIA1 Network Interface Adapter

UG NIA1 Network Interface Adapter 6NIA1 Network Interface Adapter August 2007 Copyright 2002 by QEI Inc. UG-1040 6NIA1 Network Interface Adapter ALL RIGHTS RESERVED NOTICE The information in this document has been carefully checked and

More information

Blackford Computing Lab Test Plan IPV6 Basic Test Plan - BCTP101.1 Feb

Blackford Computing Lab Test Plan IPV6 Basic Test Plan - BCTP101.1 Feb Lab Test Plan IPV6 Basic Test Plan - BCTP101.1 Feb 21 2012 Revision History Revision Number Revision Date Summary of Changes Author 101.0 2/18/2012 Initial Bill Blackford 101.1 2/21/2012 Fixed site-local

More information