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

Size: px
Start display at page:

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

Transcription

1 Adding NetFPGA board into CRON Lin Xue, April 2011 Change wires table, if you change the switch cable connection Note: this might not related to adding a NetFPGA, but this is the thing we faced before adding a NetFPGA. Whenever you change any cable connection on switch, you should change the wires table, for example, the table records pc4 s connection change information: Node s port Old switch port New switch port Pc4 s eth Pc4 s eth Pc4 s eth Pc4 s eth You should change the wires table: mysql> select * from wires where node_id1='pc4'; cable len type node_id1 card1 port1 node_id2 card2 port2 NULL 0 Control pc4 0 1 controlsw 0 28 NULL 0 Node pc4 2 1 datasw 1 5 NULL 0 Node pc4 3 1 datasw 1 7 NULL 0 Node pc4 6 1 datasw 1 6 NULL 0 Node pc4 7 1 datasw rows in set (0.00 sec) 1

2 mysql> update wires set port2 = '37' where node_id1 = 'pc4' and card1 = '2'; Result: mysql> select * from wires where node_id1='pc4'; cable len type node_id1 card1 port1 node_id2 card2 port2 NULL 0 Control pc4 0 1 controlsw 0 28 NULL 0 Node pc4 2 1 datasw 1 37 NULL 0 Node pc4 3 1 datasw 1 7 NULL 0 Node pc4 6 1 datasw 1 6 NULL 0 Node pc4 7 1 datasw rows in set (0.00 sec) mysql> update wires set port2 = '39' where node_id1 = 'pc4' and card1 = '3'; mysql> update wires set port2 = '38' where node_id1 = 'pc4' and card1 = '6'; 2

3 mysql> update wires set port2 = '40' where node_id1 = 'pc4' and card1 = '7'; Result: mysql> select * from wires where node_id1='pc4'; cable len type node_id1 card1 port1 node_id2 card2 port2 NULL 0 Control pc4 0 1 controlsw 0 28 NULL 0 Node pc4 2 1 datasw 1 37 NULL 0 Node pc4 3 1 datasw 1 39 NULL 0 Node pc4 6 1 datasw 1 38 NULL 0 Node pc4 7 1 datasw rows in set (0.00 sec) Add one type for netfpga: Note: set subnode =1! mysql> insert into node_types set class='netfpga', issubnode=1, type='netfpga1g'; Result: mysql> select * from node_types where class='netfpga'; 3

4 class type modelnetcore_osid modelnetedge_osid isvirtnode ismodelnet isjailed isdynamic isremotenode issubnode isplabdslice isplabphysnode issimnode isgeninode isfednode isswitch ishdemulator netfpga netfpga1g NULL NULL row in set (0.00 sec) Add one new netfpga node into nodes table: Note: this netfpga is not the NetFPGA host, it is the subnode netfpag! phys_nodeid should be the parent node! mysql> insert into nodes set node_id='netfpga1', type='netfpga1g', phys_nodeid= pcnetfpga1g, role='testnode'; Result: mysql> select * from nodes where node_id='netfpga1'; node_id type phys_nodeid role inception def_boot_osid def_boot_path def_boot_cmd_line temp_boot_osid next_boot_osid next_boot_path next_boot_cmd_line pxe_boot_path rpms deltas tarballs startupcmd startstatus ready priority bootstatus 4

5 status status_timestamp failureaction routertype eventstate state_timestamp op_mode op_mode_timestamp allocstate allocstate_timestamp update_accounts next_op_mode ipodhash osid ntpdrift ipport_low ipport_next ipport_high sshdport jailflag jailip sfshostid stated_tag rtabid cd_version battery_voltage battery_percentage battery_timestamp boot_errno destination_x destination_y destination_orientation reserved_pid uuid netfpga1 netfpga1g pcnetfpga1g testnode NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 0-1 unknown NULL NULL fatal none NULL NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL NULL NULL 0 NULL NULL NULL NULL 0 NULL NULL NULL NULL row in set (0.00 sec) Add an interface type for nf2 mysql> insert interface_types set type='nf2',max_speed=' ',full_duplex='1',manufacturer='xilinx' ->,model='netfpga',ports='1',connector='rj45'; Result: mysql> select * from interface_types;

6 type max_speed full_duplex manufacturer model ports connector nfe nvidia MCP55 1G Ethernet 1 RJ45 mxge Myricom 10G-PCIE-8_L-S 1 RJ45 fxp Intel EtherExpress Pro 1 RJ45 nf Xilinx NetFPGA 4 RJ Generate UUID for each interfaces: boss# uuidgen -n 4 9baf f-11e0-b a06 9baf f-11e0-b a06 9baf f-11e0-b a06 9baf f-11e0-b a06 Add four interfaces: Note: node_id of these interfaces should be set to the subnode netfpga, not the netfpga host! mysql> insert into interfaces set node_id='netfpga1',card='1',port='1',mac='004e ',ip='',interface_type='nf2',iface='eth1',role='e xpt',current_speed='1000',duplex='full',uuid='9baf f-11e0-b a06'; mysql> insert into interfaces set node_id='netfpga1',card='2',port='1',mac='004e ',ip='',interface_type='nf2',iface='eth2',role='e xpt',current_speed='1000',duplex='full',uuid='9baf f-11e0-b a06'; 6

7 mysql> insert into interfaces set node_id='netfpga1',card='3',port='1',mac='004e ',ip='',interface_type='nf2',iface='eth3',role='e xpt',current_speed='1000',duplex='full',uuid='9baf f-11e0-b a06'; mysql> insert into interfaces set node_id='netfpga1',card='4',port='1',mac='004e ',ip='',interface_type='nf2',iface='eth4',role='e xpt',current_speed='1000',duplex='full',uuid='9baf f-11e0-b a06'; Result: mysql> select * from interfaces where node_id='pcnetfpga1g' or node_id='netfpga1'; node_id card port mac IP IPaliases mask interface_type iface role current_speed duplex rtabid vnode_id whol trunk uuid pcnetfpga1g a5ebff4b NULL NULL fxp eth0 ctrl full 0 NULL 0 0 b33051fa-3eca-11e0-a8b a06 netfpga E NULL NULL nf2 eth1 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 eth2 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 eth3 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 eth4 expt 0 full 0 NULL 0 0 9baf f-11e0-b a

8 5 rows in set (0.00 sec) I made a mistake, we should set the iface name as nf2c not eth mysql> update interfaces set iface='nf2c0' where node_id='netfpga1' and card='1'; mysql> update interfaces set iface='nf2c1' where node_id='netfpga1' and card='2'; mysql> update interfaces set iface='nf2c2' where node_id='netfpga1' and card='3'; mysql> update interfaces set iface='nf2c3' where node_id='netfpga1' and card='4'; mysql> select * from interfaces where node_id='netfpga1'; node_id card port mac IP IPaliases mask interface_type iface role current_speed duplex rtabid vnode_id whol trunk uuid

9 netfpga E NULL NULL nf2 nf2c0 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c1 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c2 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c3 expt 0 full 0 NULL 0 0 9baf f-11e0-b a rows in set (0.00 sec) Interface_capabilities Set interface capabilities for nf2 interface: mysql> select * from interface_capabilities; type capkey capval nfe protocols ethernet nfe ethernet_defspeed nfe ethernet_auxspeeds mxge protocols ethernet mxge ethernet_defspeed fxp protocols ethernet fxp ethernet_defspeed nf2 ethernet_defspeed nf2 protocols ethernet

10 9 rows in set (0.00 sec) update interface_state mysql> insert into interface_state set node_id='netfpga1',card='4',port='1',iface='eth4',enabled='1',tagged='0',remaining_bandwidth='0'; mysql> insert into interface_state set node_id='netfpga1',card='3',port='1',iface='eth3',enabled='1',tagged='0',remaining_bandwidth='0'; mysql> insert into interface_state set node_id='netfpga1',card='2',port='1',iface='eth2',enabled='1',tagged='0',remaining_bandwidth='0'; Result: mysql> select * from interface_state; node_id card port iface enabled tagged remaining_bandwidth pc5 0 1 eth netfpga1 1 1 eth pcnetfpga1g 0 1 eth netfpga1 4 1 eth

11 netfpga1 3 1 eth netfpga1 2 1 eth Make the same change as explained above: mysql> update interface_state set iface='nf2c0' where node_id='netfpga1' and card='1'; mysql> update interface_state set iface='nf2c1' where node_id='netfpga1' and card='2'; mysql> update interface_state set iface='nf2c2' where node_id='netfpga1' and card='3'; mysql> update interface_state set iface='nf2c3' where node_id='netfpga1' and card='4'; mysql> select * from interfaces where node_id='netfpga1'; node_id card port mac IP IPaliases mask interface_type iface role current_speed duplex rtabid vnode_id whol trunk uuid

12 netfpga E NULL NULL nf2 nf2c0 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c1 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c2 expt 0 full 0 NULL 0 0 9baf f-11e0-b a06 netfpga E NULL NULL nf2 nf2c3 expt 0 full 0 NULL 0 0 9baf f-11e0-b a Change wires table: Note:change wires table according to the connection between NetFPGA and switch, for example, now the connection between NetFPGA and switch is like: Node s port Switch port Netfpga s port 1 5 Netfpga s port 2 6 Netfpga s port 3 7 Netfpga s port 4 8 Set node_id1 to the subnode type! mysql> insert into wires set type='node', node_id1='netfpga1',card1='1', port1='1',node_id2='datasw',card2='1',port2='5'; mysql> insert into wires set type='node', node_id1='netfpga1',card1='2', port1='1',node_id2='datasw',card2='1',port2='6'; mysql> insert into wires set type='node', node_id1='netfpga1',card1='3', port1='1',node_id2='datasw',card2='1',port2='7'; 12

13 mysql> insert into wires set type='node', node_id1='netfpga1',card1='4', port1='1',node_id2='datasw',card2='1',port2='8'; Result: mysql> select * from wires where node_id1='pcnetfpga1g' or node_id1= 'netfpga1' ; cable len type node_id1 card1 port1 node_id2 card2 port NULL 0 Control pcnetfpga1g 0 1 controlsw 0 37 NULL 0 Node pcnetfpga1g 1 1 datasw 1 5 NULL 0 Node pcnetfpga1g 2 1 datasw 1 6 NULL 0 Node pcnetfpga1g 3 1 datasw 1 7 NULL 0 Node pcnetfpga1g 4 1 datasw rows in set (0.00 sec) node_type_features mysql> select * from node_type_features; type feature weight ciscoserver hosts-netfpga1g

14 1 row in set (0.00 sec) The NetFPGA information from Utah site ~]$ ifconfig eth0 Link encap:ethernet HWaddr 00:11:43:E4:3B:63 inet addr: Bcast: Mask: inet6 addr: fe80::211:43ff:fee4:3b63/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6501 errors:0 dropped:0 overruns:0 frame:0 TX packets:1160 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes: (599.8 KiB) TX bytes: (133.6 KiB) Base address:0xdcc0 Memory:d86e0000-d lo Link encap:local Loopback inet addr: Mask: inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:74 errors:0 dropped:0 overruns:0 frame:0 TX packets:74 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10174 (9.9 KiB) TX bytes:10174 (9.9 KiB) nf2c0 Link encap:ethernet HWaddr 00:4E:46:32:43:00 inet6 addr: fe80::24e:46ff:fe32:4300/64 Scope:Link 14

15 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:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:28 nf2c1 Link encap:ethernet HWaddr 00:4E:46:32:43:01 inet6 addr: fe80::24e:46ff:fe32:4301/64 Scope:Link 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:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:28 nf2c2 Link encap:ethernet HWaddr 00:4E:46:32:43:02 inet6 addr: fe80::24e:46ff:fe32:4302/64 Scope:Link 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:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:28 15

16 nf2c3 Link encap:ethernet HWaddr 00:4E:46:32:43:03 inet6 addr: fe80::24e:46ff:fe32:4303/64 Scope:Link 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:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:28 16

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Adding hardware emulators into CRON

Adding hardware emulators into CRON Adding hardware emulators into CRON Lin Xue, lxue2@tigers.lsu.edu, LANET@LSU Feb 2011 Add new type for hardware emulator Related database tables: node_types, node_type_attributes Add one column ishdemulator

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

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

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

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

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

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

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

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

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

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

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

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

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

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX

CHAPTER 7 DEMONSTRATE THE PAN IN LINUX 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers

Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers Application Hosting Configuration Guide for Cisco ASR 9000 Series Routers First Published: 2016-11-01 Last Modified: 2017-09-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

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

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

Raspberry Pi 3 Starter Kit Hookup Guide

Raspberry Pi 3 Starter Kit Hookup Guide Page 1 of 11 Raspberry Pi 3 Starter Kit Hookup Guide Introduction Now that the Raspberry Pi 3 is the latest and greatest in the line of Raspberry Pi Single Board Computers, what s new? This hookup guide

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

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

Configuring a Standalone VCL Environment using VMware Server 2.0

Configuring a Standalone VCL Environment using VMware Server 2.0 Configuring a Standalone VCL Environment using VMware Server 2.0 DISCLAIMER! This document provides instuctions for configuring a standalone VCL environment running on a single computer which is able to

More information

Printed by Jed Crandall Sep 01, 11 6:35 netsstuff.txt PCMCIA USB IDE SCSI. Network interfaces. Framebuffer devices. Display.

Printed by Jed Crandall Sep 01, 11 6:35 netsstuff.txt PCMCIA USB IDE SCSI. Network interfaces. Framebuffer devices. Display. Sep 01, 11 6:35 Page 1/20 Script started on Thu 01 Sep 2011 05:41:59 AM MDT ^[[4mrhea^[[24m:^[[1m~^[[0m> ifconfig eth0 Link encap:ethernet HWaddr 00:24:e8:3c:98:11 inet addr:64.106.21.25 Bcast:64.106.21.255

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

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

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

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

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

Getting Started with Application Hosting

Getting Started with Application Hosting This section introduces application hosting and the Linux environment used for hosting applications on the Cisco IOS XR Operating System. Need for Application Hosting, page 1 Deep Dive Into Application

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

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

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

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

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

ssh keys, yum, ntp, rsync

ssh keys, yum, ntp, rsync ssh keys, yum, ntp, rsync 1 CST8177 Linux Operating Systems II Saturday 25-April-15 9:00-11:00 T119/T126 2 ifconfig to find your VM's ip address so you can ssh to it ssh key login yum ntp tar scp rsync

More information

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM)

STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) STEP BY STEP ORACLE RAC 12C (FLEX ASM) INSTALLATION ON LINUX X86_64 (VM) V1.0 Contents 1. Prepare Operating System 2. GRID Infrastructure Installation 3. RDBMS Installation 4. Container Database Creation

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

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

Product Correction Notice (PCN)

Product Correction Notice (PCN) Product Correction Notice (PCN) Issue Date: April 15, 2005 Archive Date: July 31, 2009 Supplement 2 Release Date: June 7, 2007 PCN Number: 1499P SECTION 1 - CUSTOMER NOTICE Product Impacted: S8300B MEDIA

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

IPv6 (IP( version 6) 6 Essentials Ch0: Overwiew. Louis Chuang Fu Jen Catholic University EE ENCL

IPv6 (IP( version 6) 6 Essentials Ch0: Overwiew. Louis Chuang Fu Jen Catholic University EE ENCL IPv6 (IP( version 6) 6 Essentials Ch0: Overwiew Louis Chuang Fu Jen Catholic University EE ENCL What s s the Internet Protocols control sending, receiving of msgs e.g., TCP, IP, HTTP, FTP, PPP Internet:

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

Linux Servers on System z: Benefits and Features of Virtualization in the Enterprise Data Center

Linux Servers on System z: Benefits and Features of Virtualization in the Enterprise Data Center Linux Servers on System z: Benefits and Features of Virtualization in the Enterprise Data Center Rick Barlow Nationwide Insurance August 3, 2010 Overview and Disclaimer Disclaimer: The content of this

More information

IBM Flex System EN port 10Gb RoCE Adapter. User s Guide

IBM Flex System EN port 10Gb RoCE Adapter. User s Guide IBM Flex System EN4132 2- port 10Gb RoCE Adapter User s Guide IBM Flex System EN4132 2- port 10Gb RoCE Adapter User s Guide Note: Before using this information and the product it supports, read the general

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

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

IBM Flex System IB port QDR InfiniBand Adapter. User s Guide

IBM Flex System IB port QDR InfiniBand Adapter. User s Guide IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide ii IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide IBM Flex System IB6132 2-port QDR InfiniBand Adapter User s Guide

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

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

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

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux

raw]$ uname -a Linux laguna el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux PART 1 of 4 - GRID INFRASTRUCTURE INSTALLATION Environment details: Red Hat Enterprise Linux Server release 6.4 (Santiago) Oracle 11.2.0.3 PSU4 Preinstallation Steps ## Information provided by OS admin:

More information

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so...

CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... CS158 - Assignment 9 Faster Naive Bayes? Say it ain t so... Part 1 due: Sunday, Nov. 13 by 11:59pm Part 2 due: Sunday, Nov. 20 by 11:59pm http://www.hadoopwizard.com/what-is-hadoop-a-light-hearted-view/

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

High Availability for Cisco RAN Management Systems

High Availability for Cisco RAN Management Systems First Published: 2014-10-13 Last Modified: 2016-06-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

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

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

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011

GM8126 U-BOOT. User Guide Rev.: 0.2 Issue Date: May 2011 GM8126 U-BOOT User Guide Rev.: 0.2 Issue Date: May 2011 REVISION HISTORY Date Rev. From To Apr. 2011 0.1 - Original May 2011 0.2 - Modified Chapters 5 and 8 Added Chapter 7 Copyright 2011 Grain Media,

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

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents Table of Contents Chapter 1 Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting... 1-1 1.1 Symptom... 1-1 1.2 Related Information... 1-1 1.3 Diagnosis... 1-2 1.4 Troubleshooting...

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

Getting Started with The ThingWorx C SDK on the Raspberry PI

Getting Started with The ThingWorx C SDK on the Raspberry PI Getting Started with The ThingWorx C SDK on the Raspberry PI Setting up your.irst Raspberry PI can be a challenge. Combining it with setting up and using the ThingWorx C-SDK to expose some simple properties

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

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