Different ways to use Kon-Boot

Size: px
Start display at page:

Download "Different ways to use Kon-Boot"

Transcription

1 Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the authentication process my using a floppy image or an ISO. The different ways I have discovered you can boot with Kon-Boot were using a DVD with the ISO burnt in, thumb drive with a script, and a PXE over the network. With the PXE server, I have used a physical machine with Ubuntu server and I have used a mobile device as a PXE server. The following are the different ways to use Kon-boot and the steps to achieve what you want to accomplish. Booting Kon-boot from a PXE server- Step 1 You will want to install Ubuntu Server on your workstation that picked out for your PXE server. This link will help you get started.

2 Step 2 : Installing Ubuntu Server LTS. You want to choose Install Ubuntu Server. -Choose English for the Language and the keyboard Layout. -Make sure if you want to configure from scratch, keep your Ethernet cable detached from your NIC.

3 - This screen will appear that the Network Auto-configuration has failed. Just continue for you will be configuring it when the server is up and running.

4 - Select to configure the network manually. Alaniz

5 - On this page you are going to set an IP address for your server. On the following pages it will ask for your subnet mask, your default gateway, and you named server address which should be the same as the IP address that you gave the server.

6 - You now have to choose how you will use your disk space. For this project I selected the Guided use entire disk and set up LVM. - Next you will pick the hard drive you want to configure. Then it will ask if you want to write the changes, select yes.

7 - Choose amount of the volume group you want to use for the guided portioning. I used 20.0 GB of my hard drive. Once you chose your amount and press continue, you will write the changes to the disk. - The next page will ask if you need an HTTP proxy. You can skip this for now since we are just configuring a machine for the inside network only. - The next page will ask if you want to install security updates automatically. I chose update automatically.

8 - The software selection page lets you choose what you want services you want to install for the server. Since we are just using it for a TFTP and DHCP server, we will not need any of these services. - The following page will ask if you want to install the GRUB boot loader to the master boot record. You will want to install it. - Ubuntu will finish its install. STEP 2: Downloading the Kon-Boot image.

9 - Kon-boot cost $15.00 for the personal version which supports 64-bit. If you are running 32 bit you can find a free version on a trusted site. When you obtain one of the versions that you need, then you will need to save it on the windows machine. We will come back to it when we transfer it over to the server using WinSCP. STEP 3: Installing and setting TFTP and DHCP on the server. - First thing you want to do is sign in as the user that you created. - After you sign in as the user, you will need to create a root password to give you access to the root. (As shown above)

10 - You need to verify that your Ethernet port is configured with the IP address that you assigned earlier during installation. To check, type ifconfig and verify. - If not the follow command will enter a address to the Ethernet port that u want to assign. - Next we will install the DHCP server with the command shown below. - After the DHCP installs, you will need to locate the DHCP configurations. Enter cd /etc/dhcp. Once you in that path you will enter nano dhcp.conf and you will see this output.

11 - This configuration you will edit the block for an internal subnet. Here you will add your network number, subnet (net-mask), a domain name, option routers, and your broadcast address. You option router for this project will be the address for your server. After you edit this file press control Z to save it. In order for this set up to work you must remove the # on the lines you edited. - The next thing you want to do is install you TFTP server which is a simple command. At the same time you will install a few extra services that you will need. This is the command to install all of them. apt-get install tftpd-hpa syslinux vim-nox openssh-server This command not only installed the TFTP, but also installed a version to edit text files and a SSH server. - The next thing you are going to want to do is to create this directory structure and you will been to copy it to the TFTP root.

12 mkdir /var/lib/tftpboot/pxelinux.cfg cp /usr/lib/syslinux/memdisk /var/lib/tftpboot # used to boot a floppy image cp /usr/lib/syslinux/pxelinux.0 /var/lib/tftpboot # the PXE boot file cp /usr/lib/syslinux/vesamenu.c32 /var/lib/tftpboot # for the PXE menu The TFTP server should be running after this command but to make sure you can enter: service tftp-hpa status to verify it is running. Step 4- Installing WinSCP on you windows machine (client) then transferring files to your Ubuntu server with ease. - Once you finish installing this software, a prompt will appear if you want to run it. You will want to run it for the this screen to appear.

13 - Before you continue wilt h this screen, you will need to enter the command prompt and insure that the client is receiving DHCP from the server. Then ping the server to insure connectivity with the server. - The only thing you will need to do here is on the host name line, you need to enter root@x.x.x.x Server address. Once you do that login. You will see that it is trying to connect. It will then ask you for the root password to continue with the connection between the 2 machines.

14 - Once you connect with the server, this will be the next screen. - On the left side is all the files on your windows machine and the right side is you Ubuntu server. On your windows machine you will need to find the Kon-Boot

15 image. On the server side, you will need to select the destination that you want to transfer it at. In this case it will be the var/lib/tftpboot. - Once the path is set and the kon-boot file is chosen, then you can hit the copy button to transfer. Step 5: Editing the text file for the PXE boot. - You will been to enter this path on the server to get where you will need to edit the file for PXE-boot. /var/lib/tftpboot/pxelinux.cfg. Then you will want to type nano default. You will not need this. Set to your Password.

16 You will need to write this file in order for the file to be retrieved from the PXEserver to the client. After you are done you will need to load into the boot sequence on startup. Different machines have different keys to do this. On the windows machine I had, the key was F10. - Once you boot on to the network you should see a screen that you edited saying Kon-boot floppy image. Once you chose kon-boot, it will ask you for a password which you configured with the text file you edit earlier. - After the password has been entered you will see this screen. - Once this screen has past, it will start loading windows. Once the password screen appears, all you would have to do is press enter and you should be able to access the users account.

17 Kon-Boot over a mobile device- - I used a Samsung galaxy3 phone (noted- you have to root the phone before you can continue the project.) - You will need a micro usb to a usb connection for your phone. - USB with kon-boot floppy image. Step1: Rooting your mobile device. I look on the internet to see the process of rooting my Samsung galaxy 3 phone. Step 2: On your mobile device, enter the google store and download. You will need to download BukerPXE. Step 3: After BukerPXE is downloaded, you will need to attached your USB w/ Kon-boot into your phone. You need to go to my file folder on the phone and locate bukerpxelite. Once in the folder, enter the tftp folder and insert the kon-boot file in here. Step 4: In order for this project to work you will need to be connected to the WIFI and the client needs to be in the same LAN subnet. Step 5: You will need to boot the client s computer over the network and should connect to the mobile device and should receive the payload from the phone. Using the Disc - You will been a copy of Kon-boot s ISO on disc and the clients machine.

18 Step1: Turn on the client s machine, open the disc tray, and insert the disc. During boot up you will need to hit the combination to choose where you want to boot to. You will choose the DVD drive. Step 2: It will show the Kon-Boot menu and then start loading the password screen. All you have to do is hit enter and you will gain access to the machine. Kon-Boot on USB - You will need a USB and the latest version of Kon-Boot. Step1: When you obtain the Kon-Boot software on your machine you will have downloaded a few versions of the tool. The ISO image for DVD, Floppy for Floppy discs or PXE boot files, and a USB version which has an application that will help setup you USB. Step 2: Plug in you USB and remember which drive it is located on. You will click the USB install application and will prompt you what you need to do. It will ask is the drive the correct drive your USB is located on. Once you choose yes it will take a few seconds and prompt you a successful USB install. Step 4: You will follow the same instructions that was posted on the DVD boot with Kon- Boot.

Capstone PXE Server Documentation

Capstone PXE Server Documentation Capstone PXE Server Documentation Thomas Borowiec Taylor Beeson Tyler Cobb Jared Jones Capstone PXE Spring 2011 Page 1 Section I. Build: II. III. Table of Contents Page(s) Requirements. 3 Configuration

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and convenient network printing solution that will connect your

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine Here we create a new virtual machine and install Ubuntu 12.04 LTS Server on it. In this instance, we

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

LAN Setup Reflection

LAN Setup Reflection LAN Setup Reflection After the LAN setup, ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other

More information

Appliance Guide. Version 1.0

Appliance Guide. Version 1.0 Appliance Guide Version 1.0 Contents Contents 1 Revision history 2 Getting Started 3 Getting to Know the R7-3000/5000/5000x 5 Getting to Know the R7-1000 6 Setting Up the Appliance 7 Logging in to the

More information

V Workstation Imaging

V Workstation Imaging V Workstation Imaging The following sections provide information on Novell ZENworks Desktop Management Workstation Imaging procedures and features. Chapter 50, Common Imaging Deployment Strategies, on

More information

The TinyHPC Cluster. Mukarram Ahmad. Abstract

The TinyHPC Cluster. Mukarram Ahmad. Abstract The TinyHPC Cluster Mukarram Ahmad Abstract TinyHPC is a beowulf class high performance computing cluster with a minor physical footprint yet significant computational capacity. The system is of the shared

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

1. Download the latest version of the Kali Linux 64 bit ISO image:

1. Download the latest version of the Kali Linux 64 bit ISO image: Ronny Bull Pen Testing Talk Pre-Lab: Virtual Machine Setup Lab Objectives: Configure VirtualBox to support Kali Linux LiveCD and Metasploitable 2 Configure Virtualbox networking to support both NAT Network

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0

Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Intel Server RAID Controller U2-1 Integration Guide For Microsoft* Windows NT* 4.0 Revision 1.0 February 2000 Revision History Revision Revision History Date 1.0 Initial Release 02/10/00 Intel Corporation

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition June 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

4. Web-based Switch Configuration

4. Web-based Switch Configuration 4. Web-based Switch Configuration Management Options Connecting using the Web User Interface Logging onto the Web Manager Smart Wizard Web User Interface (Web UI) Management Options The Switch provides

More information

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC.

ICC INDUSTRIAL CONTROL COMMUNICATIONS, INC. Recovering A Wired Ethernet Device s Firmware Via TFTP This document details the method for recovering a wired Ethernet device s application firmware image via TFTP. This document applies to those ICC

More information

Installing VMware vsphere 5.1 Components

Installing VMware vsphere 5.1 Components Installing VMware vsphere 5.1 Components Module 14 You Are Here Course Introduction Introduction to Virtualization Creating Virtual Machines VMware vcenter Server Configuring and Managing Virtual Networks

More information

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external?

LAN Setup Reflection. Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? LAN Setup Reflection Ask yourself some questions: o Does your VM have the correct IP? o Are you able to ping some locations, internal and external? o Are you able to log into other VMs in the classroom?

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

NET INTEGRATION TECHNOLOGIES INC. NET INTEGRATOR MICRO. Quick Start Guide

NET INTEGRATION TECHNOLOGIES INC. NET INTEGRATOR MICRO. Quick Start Guide NET INTEGRATOR MICRO Quick Start Guide 602-0002-02 Meet Your Net Integrator Micro Front View USB Port Ethernet LED Hard Drive LED Power LED Power button 2 Quick Start Guide Back View DC 12V input connector

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway BRANCH HQ ISP Fa0/0 172.20.1.129 255.255.255.128 N/A S0/0/0 172.20.1.1 255.255.255.128 N/A Fa0/0 172.20.0.129 255.255.255.128

More information

CONFIGURING ROUTERS 1

CONFIGURING ROUTERS 1 CONFIGURING ROUTERS 1 Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY Most modern home routers will have an initial default configuration that will work with your

More information

Comodo Dome Data Protection Software Version 3.8

Comodo Dome Data Protection Software Version 3.8 Comodo Dome Data Protection Software Version 3.8 Installation Guide Guide Version 3.8.102417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.About Dome Data Protection...

More information

CCNA Discovery Server Live CD v2.0

CCNA Discovery Server Live CD v2.0 CCNA Discovery Overview CCNA Discovery Server Live CD v2.0 Information and Installation Instructions The Discovery Server Live CD provides all of the network services necessary to support the CCNA Discovery

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

Farstone TotalDeploy User Guide

Farstone TotalDeploy User Guide Farstone TotalDeploy User Guide 1 Introduction to TotalDeploy...3 1.1 Overview...3 1.1.1 What is TotalDeploy...3 1.1.2 Who needs TotalDeploy?...3 1.1.3 TotalDeploy infrastructure...3 1.2 What you can do

More information

WORKSTATION CHANGES FOR EXISTING FRAME RELAY SITES MOVING TO GALILEO MANAGED VPN

WORKSTATION CHANGES FOR EXISTING FRAME RELAY SITES MOVING TO GALILEO MANAGED VPN WORKSTATION CHANGES FOR EXISTING FRAME RELAY SITES MOVING TO GALILEO MANAGED VPN When a site is converted from frame relay IP to the Galileo Managed VPN router configuration there are changes that need

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

Quick Intel AMT Setup. This appendix is a quick setup guide for getting the hands-on experience. Appendix. Identify If You Have an Intel AMT System

Quick Intel AMT Setup. This appendix is a quick setup guide for getting the hands-on experience. Appendix. Identify If You Have an Intel AMT System Appendix Quick Intel AMT Setup This appendix is a quick setup guide for getting the hands-on experience with a new system enabled with Intel vpro technology. This is not intended to provide enterprise

More information

CounterACT 7.0 Single CounterACT Appliance

CounterACT 7.0 Single CounterACT Appliance CounterACT 7.0 Single CounterACT Appliance Quick Installation Guide Table of Contents Welcome to CounterACT Version 7.0....3 Included in your CounterACT Package....3 Overview...4 1. Create a Deployment

More information

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0

Required Virtual Interface Maps to... mgmt0. virtual network = mgmt0 wan0. virtual network = wan0 mgmt1. network adapter not connected lan0 VX-1000 VIRTUAL APPLIANCE Microsoft Hyper-V Hypervisor 2012 Silver Peak Systems, Inc. Support Limitations In single-homed Router mode, the virtual appliance only uses mgmt0 and wan0. This Quick Start Guide

More information

CHAPTER III PLANNING

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

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide h-series 800-782-3762 www.edgewave.com 2001 2011 EdgeWave Inc. (formerly St. Bernard Software). All rights reserved. The EdgeWave logo, iprism and iguard are trademarks

More information

Programming through Web browser:

Programming through Web browser: Connection Details Digital Inputs: There are 8 isolated digital inputs. Digital inputs will work from 5V to 24V DC. Every input has LED indications on top. LED will be ON when proper input is provided.

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

Lab: Install a NIC in Windows XP

Lab: Install a NIC in Windows XP 11.4.1 Lab: Install a NIC in Windows XP Introduction Print and complete this lab. In this lab, you will install a NIC, verify NIC operation, and manually configure an IP address. Recommended Equipment

More information

Net Start Error Code 5 Windows 7 Booting

Net Start Error Code 5 Windows 7 Booting Net Start Error Code 5 Windows 7 Booting Fix the 0xC000021A (or c000021a) boot error for the following Windows versions: 4.4 Fix #4: System Restore, 4.5 Fix #5: Last Restore Point by Command Prompt 8.1,

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

More information

FileCruiser VM Quick Configuration Guide For Trial Version V1.0

FileCruiser VM Quick Configuration Guide For Trial Version V1.0 FileCruiser VM Quick Configuration Guide For Trial Version V1.0 Contents How to configure FileCruiser VM... 4 Setup Wizard: Time Zone page... 6 Setup Wizard: Network page... 7 Setup Wizard: Service Server

More information

Sierra Wireless AirLink LS300. Setup Steps

Sierra Wireless AirLink LS300. Setup Steps Sierra Wireless AirLink LS300 Description The target of the Airlink LS300 is the Alarming Module. Its purpose is to Send and Receive SMS messages. Essentially, it is going to be utilized as an SMS gateway.

More information

NetExtender for SSL-VPN

NetExtender for SSL-VPN NetExtender for SSL-VPN Document Scope This document describes how to plan, design, implement, and manage the NetExtender feature in a SonicWALL SSL-VPN Environment. This document contains the following

More information

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance

CounterACT 7.0. Quick Installation Guide for a Single Virtual CounterACT Appliance CounterACT 7.0 Quick Installation Guide for a Single Virtual CounterACT Appliance Table of Contents Welcome to CounterACT Version 7.0... 3 Overview... 4 1. Create a Deployment Plan... 5 Decide Where to

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

D120-S3G User s Guide

D120-S3G User s Guide D120-S3G User s Guide GIGABYTE Technology Ltd. Network & Business Unit Table of Contents 1. How to connect console.page 3 to 5 2. Login into Web UI Page 6 to 11 3. GIGABYTE Management Console (IPMI web

More information

Installing the PR IM Kitchen and Bar Printers.

Installing the PR IM Kitchen and Bar Printers. Installing the PR IM Kitchen and Bar Printers. To correctly install the Kitchen and bar printers they must first be placed in their location, plugged in and connected via cat 5 Ethernet cable to the Router.

More information

ELE409 SPRING2018 LAB0

ELE409 SPRING2018 LAB0 ELE409 SPRING2018 LAB0 Getting familiar with the LXDE system Objectives: Pre-Lab: 1. Burn the linux system onto a micro-sd card 2. Get familiar with basic linux commands 3. Be able to communicate with

More information

INSTALL GUIDE FOR HQPLAYER EMBEDDED (FOR DEBIAN AND UBUNTU CONFIGURATION)

INSTALL GUIDE FOR HQPLAYER EMBEDDED (FOR DEBIAN AND UBUNTU CONFIGURATION) INSTALL GUIDE FOR HQPLAYER EMBEDDED (FOR DEBIAN AND UBUNTU CONFIGURATION) Written by: D Vaidya Version 0.5 October 26, 2017 1 Contents 1. Scope... 3 2. Pre-requisite for HQPlayer Desktop and Embedded...

More information

Ubuntu installation alongside windows 8/8.1 and 10

Ubuntu installation alongside windows 8/8.1 and 10 Ubuntu installation alongside windows 8/8.1 and 10 Important safety precautions in windows - Before starting the installation process NOTE:1. If you are already using Windows OS in your computer, take

More information

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Quick Start Guide. Microsoft Hyper-V Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS

Quick Start Guide. Microsoft Hyper-V Hypervisor. Router Mode (Out-of-Path Deployment) Before You Begin SUMMARY OF TASKS VX VIRTUAL APPLIANCES If you re not using Microsoft Hyper-V 2012, your screens may vary. Microsoft Hyper-V Hypervisor Router Mode (Out-of-Path Deployment) 2014 Silver Peak Systems, Inc. Before You Begin

More information

Pengwyn Documentation

Pengwyn Documentation Pengwyn Documentation Release 1.0 Silica October 03, 2016 Contents 1 Introduction 3 1.1 Platforms................................................. 3 1.2 Hardware requirements.........................................

More information

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP

Asus_TFTP_Flash. tftp client is enabled in the default installation of WinXP For the Asus WL-500 series a few extra steps are available/needed when you do the initial flashing of your Asus WL-500 series router, compared to the general TFTP flash procedure. To avoid confusing the

More information

Deployment of a new M-Lab site

Deployment of a new M-Lab site Deployment of a new M-Lab site Deployment of a new M-Lab site Scope of the document HW deployment - on-site CHECKLIST for on-site staff, BEFORE going to the site SW configuration - on-site and off-site

More information

Ftp Get Command Line Win 7 Boot Repair

Ftp Get Command Line Win 7 Boot Repair Ftp Get Command Line Win 7 Boot Repair Get the fix for the infinite Startup Repair loop error for the following Windows versions: The command line chkdsk tool ships with Windows and can be used. To prevent

More information

Manual for Creating a Network Load-Testing System. Paul Ethridge

Manual for Creating a Network Load-Testing System. Paul Ethridge Created by: Spencer Morse Paul Ethridge 2 TABLE OF CONTENTS PAGE No. Materials Required 3 (I) Configuring the HP2910 Series Switch for SNMP Monitoring.. 4-6 (II) Installing the Ubuntu Operating System

More information

If you re not using Microsoft Hyper-V 2012, your screens may vary.

If you re not using Microsoft Hyper-V 2012, your screens may vary. If you re not using Microsoft Hyper-V 2012, your screens may vary. VELOCITY REPLICATION ACCELERATOR Microsoft Hyper-V Hypervisor Server Mode (Single-Interface Deployment) 2013 Silver Peak Systems, Inc.

More information

Lab Student Lab Orientation

Lab Student Lab Orientation Lab 1.1.1 Student Lab Orientation Objective In this lab, the students will complete the following tasks: Review the lab bundle equipment Understand the security pod topology Understand the pod naming and

More information

Getting Started with ESXi Embedded

Getting Started with ESXi Embedded ESXi 4.0 Embedded vcenter Server 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent

More information

SETTING UP A NETWORK CONNECTION

SETTING UP A NETWORK CONNECTION 2 Page 2 SETTING UP A NETWORK CONNECTION In order to setup ICE TV or use the FTP service to transmit files to your computer you must first setup a network connection with your router. The connection can

More information

User Guide NAS 3.0 Adapter (NAS30U2)

User Guide NAS 3.0 Adapter (NAS30U2) T E C H N O L O G I E S User Guide NAS 3.0 Adapter (NAS30U2) www.addonics.com v5.1.11 Technical Support If you need any assistance to get your unit functioning properly, please have your product information

More information

StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista)

StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista) StarBoard FX/FX-DUO Wireless Connection Setup Manual (Windows Vista) 1. Preface To establish the wireless connection between StarBoard FX/FX-DUO and the PC, the following devices are necessary: Wireless

More information

Configuring System using Startup Wizard

Configuring System using Startup Wizard Configuring System using Startup Wizard Release 1.0 Password Configuration When using a CCTV Security Pros system for the first time, you are required to set a login password for the admin account (system

More information

User s Manual for H4S & NetPoint 2.2

User s Manual for H4S & NetPoint 2.2 User s Manual for H4S & NetPoint 2.2 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved. www.sunde.net.pk USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved.

More information

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor

How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor How to Deploy a Barracuda NG Vx using Barracuda NG Install on a VMware Hypervisor The OVA package uses a default configuration that may not be suitable for your deployment. If you want to use multiple

More information

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 SUNDE User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 Huiyuan Co., Ltd. All rights reserved. www.sundenc.com THANK YOU FOR PURCHASING SUNDE NETWORK TERMINAL. PLEASE READ

More information

Lab Student Lab Orientation

Lab Student Lab Orientation Lab 1.1.1 Student Lab Orientation Objective In this lab, the students will complete the following tasks: Review the lab bundle equipment Understand the security pod topology Understand the pod naming and

More information

Volume SKYSWITCH. Configuring an Edgemarc Nov Configuring An Edgemarc

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

More information

Deposit Wizard Panini Installation Guide

Deposit Wizard Panini Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

Kodaro s Niagara 4 Port Installation Guide

Kodaro s Niagara 4 Port Installation Guide Kodaro s Niagara 4 Port Installation Guide August 16, 2018 Documents the process of installing Kodaro s Niagara 4 Port on the Dell Edge Gateway hardware OVERVIEW... 2 SYSTEM COMPATIBILITY... 2 WORKFLOW

More information

The Microdrive and CF card are electrically compatible this means that a CF card reader can be used to program a Microdrive.

The Microdrive and CF card are electrically compatible this means that a CF card reader can be used to program a Microdrive. 1 This guide is for users wishing to use an embedded system or appliance, such as an Alix board, HP Thin Client (we strongly recommend and have had tremendous success with the HP T5710) with ICOM repeater

More information

= Session-(1.4) Preparing the Workstation for the Lab / OS Installation = Session-(1.4) Preparing the Workstation for the Lab / OS Installation

= Session-(1.4) Preparing the Workstation for the Lab / OS Installation = Session-(1.4) Preparing the Workstation for the Lab / OS Installation = Session-(1.4) Preparing the Workstation for the Lab / OS Installation = Session-(1.4) Preparing the Workstation for the Lab / OS Installation (1.4.1) Hardware Recommendation. (1.4.2) Operating System

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter

Please take the time now to check the contents of your package: HPS12U Print Server One CD-ROM Quick Installation Guide One power adapter Congratulations on purchasing Hawking s HPS12U 1-Port Parallel + 2 USB Ports 10/100M Internet Print Server. The Hawking HPS12U is a powerful and convenient network printing solution that will connect your

More information

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com

Networking Notes. Common Internet Speeds. Online Speed Test myspeed.visualware.com Networking Notes Common Internet Speeds Dial Up 56 kbs 1000kbs = 1 mbs (1 user capacity) DSL 1.5 mbs (1 channel 10 user capacity) T1 1.5 mbs (24 channel 500 user capacity) Scalable Ethernet (Adjustable

More information

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES idirect Technical Note Subject: Recovering infiniti Remotes Date: March 10, 2006 Applies To: Version 6.0.1 and Later 1. INTRODUCTION This technical note contains information and procedures pertaining to:

More information

System Configuration. Browser Requirements on a second system. HP Z1 G2 Workstation with Intel vpro Technology Setup & Use Guide

System Configuration. Browser Requirements on a second system. HP Z1 G2 Workstation with Intel vpro Technology Setup & Use Guide The following guide explains how to setup and use the HP Z1 G2 Intel vpro Technology workstation SyAM Software, System Client and System Area Manager for performing the AMT out of band management functions.

More information

Installation and Configuration Guide

Installation and Configuration Guide CYBERSECURITY, EVOLVED EdgeWave iprism Web Security Installation and Configuration Guide V8.0 15333 Avenue of Science, Suite 100 San Diego, CA 92128 Give us a call 1-855-881-2004 Send us an email: info@edgewave.com

More information

If you re not using Microsoft Hyper-V 2012, your screens may vary.

If you re not using Microsoft Hyper-V 2012, your screens may vary. Quick Start Guide If you re not using Microsoft Hyper-V 2012, your screens may vary. VX VIRTUAL APPLIANCES Microsoft Hyper-V Hypervisor Server Mode (Single-Interface Deployment) 2015 Silver Peak Systems,

More information

Build Nested Openstack. Using Ubuntu as BaseOS on BareMetal

Build Nested Openstack. Using Ubuntu as BaseOS on BareMetal Build Nested Openstack Using Ubuntu as BaseOS on BareMetal Overview The following slides outline how to setup your BareMetal HOST (a server) in order to run a Openstack installation using FUEL based Deployer.

More information

Lab - Connect to a Router for the First Time

Lab - Connect to a Router for the First Time Introduction In this lab, you will configure basic settings on a wireless router. Recommended Equipment A computer with Windows installed An Ethernet NIC installed Wireless router Ethernet patch cable

More information

Operating Systems Linux 1-2 Measurements Background material

Operating Systems Linux 1-2 Measurements Background material Operating Systems Linux 1-2 Measurements Background material Introduction The Linux measurements were designed to allow you to have an impression about the administration of Linux severs along with providing

More information

Lab: Install a NIC

Lab: Install a NIC 11.4.1 Lab: Install a NIC Introduction Print and complete this lab. In this lab, you will install a NIC, verify NIC operation, and manually configure an IP address. Recommended Equipment Computer running

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

Dell IoT Gateway 5500 Edge MicroServer Setup Guide

Dell IoT Gateway 5500 Edge MicroServer Setup Guide Dell IoT Gateway 5500 Edge MicroServer Setup Guide Version [1.0] Software Change Log... 2 Introduction... 2 About the Dell IoT Gateway 5500... 2 Installation... 3 Initial Setup... 3 Download Prerequisite

More information

ScopTEL TM IP PBX Software. Mediatrix Sentinel ScopTEL VM Installation

ScopTEL TM IP PBX Software. Mediatrix Sentinel ScopTEL VM Installation Mediatrix Sentinel ScopTEL VM Installation Mediatrix Sentinel The Mediatrix Sentinel appliance is a Gateway Appliance with several advanced features (some of which are activated by licensing). Eight Gateway

More information

User Manual. Microdigital IP cameras with built-in Ivideon software

User Manual. Microdigital IP cameras with built-in Ivideon software User Manual Microdigital IP cameras with built-in Ivideon software Table of Contents Introduction to Ivideon... What is Ivideon about?... Why use an IP camera with built-in Ivideon software?... How to

More information

USB2.0 LAN DISK User s Manual

USB2.0 LAN DISK User s Manual 1.0 Product overview USB2.0 LAN DISK User s Manual Thank you for purchasing USB2.0 LANDISK the network storage device. Now you can easily add USB2.0 LANDISK into your Network. Before using this device

More information

SAMSUNG ALL-IN-ONE SECURITY SYSTEM

SAMSUNG ALL-IN-ONE SECURITY SYSTEM Quick Start Guide KIT MODEL SDH-B74041/SDH-B74081 DVR MODEL SDR-B74301 SAMSUNG ALL-IN-ONE SECURITY SYSTEM Thank you for purchasing the Samsung DVR Security System. Follow the simple steps in this guide

More information

KON-BOOT For Windows Guide

KON-BOOT For Windows Guide KON-BOOT For Windows Guide http://thelead82.com http://www.kon-boot.com General notes PLEASE KEEP YOUR ANTIVIRUS DISABLED WHILE EXTRACTING / BURNING / INSTALLING KON-BOOT Table of contents General notes...

More information

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information