This article will focus on mechanisms

Size: px
Start display at page:

Download "This article will focus on mechanisms"

Transcription

1 Network configuration In today s world networking (Internet access really) has become increasingly important aspect of computing since it has allowed people to communicate their thoughts in a relatively accessible, and inexpensive format and has has also given people a means through which to transfer inconceivable amounts of data reasonably seamlessly. This article will focus on mechanisms through which one can establish network connectivity and will deal with those issues that may not be able to be handled during the process of installing the operating system on your system. A quick primer on network addressing If you re unfamiliar with computer networking in general here is a quick primer on how it works. Of course, you now have the option of wireless and wired connections. In the case of wired connections you generally have two options through which to organize your local network. One is through static addressing and the other is dynamic addressing. In the case of static addressing a computer is given an address that stays the same over time. In the case of dynamic addressing a computer is given a new address each time the system starts or a certain time period is exceeded. This second style of addressing is also sometimes referred to as DHCP addressing. Within these two types of addressing there are certain classes of addresses which can be used in order to delineate between computers on a local network and those that are connected to the Internet. For instance, a class C network is normally connected to a small number of systems, a class B network is connected to a larger number of computers while a class A network is connected to the Internet. The addressing scheme for these networks is as follows for IPv4 networks. Useful links: t_ipaddressclassabandcnetworkan dhostcapacities.htm Classful_network The easiest way to work out whether your network is using static or dynamic addressing is to hop on another computer in the network and right clicking on the relevant network interface connection in the network control panel applet (on a Windows machine). Then right click, on Internet Protocol (TCP/IP). If the Obtain an IP address automatically option is selected then obviously you are using DHCP. If the Use the following IP address option is selected then you will obviously be using static IP addressing. Figure 1. How to determine what style of addressing is applicable to your local network 21

2 Figure 2. Configuration of a wired connection using DHCP via the NetworkManager You should be able to work out what style of addressing your using on a late Linux box by using the information provided in the rest of this article. Another option is to just call your local networking guru or local system administrator. Wired connection A wired connection is important for two reasons. Firstly, it allows people to connect other computers within their own network. Secondly, in the vast majority of cases it also allows them to share an Internet connection through either a router, modem, or some form of gateway (which can take the form of another Fedora system or even a Windows system which has Internet Sharing enabled ). You should be able to setup/ configure your network device by following steps while in the GNOME desktop environment. Firstly go to, System > Administration > Network. Select relevant interface (it will be listed as an Ethernet device in the NetworkManager). Then click on the Edit button. You ll be given the option of selecting from being able to automatically obtain an IP address using a DHCP or statically assigning an address. Please select the former. Click OK Figure 3. Configuration of a wired connection using DHCP via the command line Configuration and click the Activate button in order to bring up the interface. Another way in which to configure your network interface is using the command line. Firstly open up a command terminal by hitting [Alt] + [F2]. Type in gnometerminal and then hit the Run button. This should bring up a window with a prompt. Type in ifconfig -a and hit [Enter]. This will give you a listing of all available network interfaces (all network cards) installed on your system. Based on the network card that you then wish to utilize you can then run the ifup command along with the name of the interface card in order to assign an IP address to your network interface card. For example, let s say your network interface card is called eth0 you just run ifup eth0 from the command line. Thereafter, you will be assigned a network address (assuming you have a DHCP server, router, firewall on your local network). Funnily enough, the second means of configuring your network interface is the actual method which the GUI front end uses to setup your network card. with a static IP address Setting up or configuring your network device to use network device to use static IP addressing is slightly more complicated than using a dynamically allocated IP addressing. However, by following steps while in the GNOME desktop environment. Firstly go to, System > Administration > Network. Select relevant interface (it will be listed as an Ethernet device in the NetworkManager). Then click on the Edit button. You ll be given the option of selecting from being able to automatically obtain an IP address using a DHCP or statically assigning an address. Please select the latter and enter an IP address, subnet mask, and if necessary a gateway (namely, a computer through which your Fedora machine will use to access the rest of the world ). Click OK and click the 22 LINUX IDENTITY Pack

3 Activate button in order to bring up the interface. Another way in which to configure your network interface is using the command line. Firstly open up a command terminal by hitting [Alt] + [F2]. Type in gnometerminal and then hit the Run button. This should bring up a window with a prompt. Type in ifconfig -a and hit [Enter]. This will give you a listing of all available network interfaces (all network cards) installed on your system. Based on the network card that you then wish to utilize you can then run the ifconfig command along with the name of the interface card in order to assign an IP address to your network interface card. For example, let s say your network interface card is called eth0 you just run ifconfig eth from the command line. Funnily enough, the second means of configuring your network interface is the actual method which the GUI front end uses to setup your network card. Wireless connection As was the case with other hardware driver support. Wireless support has come a very long way since wireless technology was first introduced. Only a few years ago, one had to download firmware and even resort to using Windows drivers in an emulated environment using NDISWrapper, wrapper.sourceforge.net/joomla/ in order to get wireless working. Nowadays, quite a few wireless cards are supported out of the box ( Figure 4. Configuration of a wired connection using static addressing via the NetworkManager Even so, for some strange reason wireless connectivity doesn t seem to be automatically added to your network profile at startup. As such, you must manually create the device and add it to your profile in the NetworkManager. Firstly go to, System > Administration > Network. Then hit the New button and elect to add a new Wireless Device. Keep on hitting the forward button until you have finally added a new Wireless device to the NetworkManager. Keep in mind that the information regarding what type of network you have setup will naturally be dependent on the type of Network that you wish to connect to. For example, Ad-Hoc mode could be used when there is no access point available and you just want to put together a very simple network. Managed mode, should be used when there are many access points available and you just want to connect to any one of them. In Master mode, your computer will obviously act as an Access Point. Auto mode will obviously attempt to automatically determine what the correct settings are. Thereafter, a little icon should pop up in your taskbar asking whether you would like to connect to your local network. Oddly enough, this wasn t to be the case Intel net/ Atheros news/linux.html projects/madwifi/ Figure 5. Wireless configuration via NetworkManager 23

4 Figure 6. How to configure a xdsl connection for my own attempts at wireless connectivity. While I was able to find my local access point it didn t seem as though I was able to successfully get an IP address from my Linksys WRT54GL Access point. Even more strange though was the fact that my attempts at using the wireless button to turn it on and off resulted in Kernel oopses. Hopefully, they ll get this fixed by the time the release candidate is due. A good overview of how things should work is available here: magazine/003jan05/features/ networkmanager/, with successful snapshots of a wireless setup available here, mediawiki/index. php/setup_your_ wireless_client_at_home. with an USB modem Several years ago configuring a DSL based USB modem via Linux was a harrowing experience. While it can still remain difficult it has become significantly easier. The main reason why this is the case, is that most manufacturers have become more open with regards to releasing information information regarding their hardware which has allowed for far quicker and accurate development of relevant drivers. If you are lucky and your particular modem is supported then you will not have to deal with downloading specialised drivers/firmware in order to get your modem up and running (such as the Alcatel Speedtouch ( faq/index.html)). In this case, all you have to do is run a xdsl client and follow the instructions provided by your ISP. In the case of Fedora the only available client in the default respository (at the time of writing) is Roaring Penguin, (also known as rp-pppoe). Most of the information on how to configure this particular piece of software is available in, /usr/share/doc/rp-pppoe-3.8. More information is available in the DSL-HOWTO, HOWTO/DSL-HOWTO/configure. html. The easiest way to configure it though is via the NetworkManager. Essentially, all you have to do is create a new xdsl connection, enter in the relevant details and Activate the connection. with an analog modem Even though it is slowly fading out of relevance as broadband and wireless technologies begin to dominate the networking landscape, dial up modems continue to remain a part of our Configuration networking landscape due to the pervasiveness of telephone connections. As long as your modem is supported under Fedora it should be quite easy to establish a connection to your local ISP. First step is installing the gnome-ppp package. Then go to Applications > Internet > Gnome-PPP. Enter the relevant details provided to you by your ISP and you should be ready to go. Probably the only real reason you would bother to make any changes to the default configuration would be to alter the Auto reconnect settings (your modem will attempt to re-establish your connection after your connection is dropped due to). Obviously, these settings can be accessed by hitting the Setup button and then checking the relevant checkbox in the Options tab. Sharing an Internet To have Windows setup as your gateway, go to Start > Windows > Control Panel > Network s. Thereafter, right click on the relevant network interface card. Hit the Advanced tab, then check the Allow other network users to connect through this computer s Internet connection option. Hit the OK button and then restart. Note that while your at it, you should probably enable the Firewall as well if you have not already done so in the latter parts of this magazine. Thereafter, just set your Fedora box to be configured via dynamic addressing and your Internet connection sharing should just work. Nonetheless, if you find that you re having trouble resolving URL s then you should try adding the IP addresses of your ISP DNS section of the NetworkManager. Moreover, in order to achieve name resolution you can also manually edit your /etc/resolv.conf file and adding your the relevant name servers in there (just open up the file using a text editor such as Gedit and then add a line which 24 LINUX IDENTITY Pack

5 reads nameserver [IP Address] ). More often than not though, these name servers are automatically assigned and configured to your system when you connect to your ISP via a DHCP broadband connection. Funnily enough, you can also set your Fedora system as a gateway to the Internet and allow all local traffic to be routed through that system or you can have a Windows system connected directly to the Internet with your Fedora system acting as a client of this machine. It can be a little bit involved though and there doesn t seem to be a good GUI based interface that was included in the default installation. A good guide is available here though, The reason why this may be the case is probably because in most cases nowadays a router/ firewall device may be already present on your network which means that all you may need to do is merely connect your system to the router/firewall via a patch network cable and things should be automatically setup since the DHCP server and all other configuration is handled by that device (all you need to do is to setup your network cards to be automatically be assigned an IP address via the Network- Manager). More details on how to setup your network router/ firewall as a DHCP server should be included in the user documentation. A good general overview of how it should work is included here, compnetworking.about.com/ od/homenetworking/ht/ routerconfigure.htm. Figure 7. Setup of GNOME-PPP Troubleshooting One of the biggest problems with computer networking is that there are many variables that you must deal with. If you ve found out that your computer is has been assigned with an IP address but is still unable to connect to other systems within your local network make sure to check that they have not been blocking you via a firewall, that they actually have a service that you can connect to (such as a Windows File Sharing or FTP access), and that you actually have the correct subnet mask attached to your network interface cards (they should be the same across all computers within the same network). 9 Conclusion Even though everyone uses the same computer virtually all the time it is inherently clear that we are becoming ever more reliant on network connectivity in order to get our work done (especially through Internet connectivity). Hopefully this article would have aided you in establishing this. Figure 8. Shows the web based console interface for my local Linksys firewall/router which is currently setup to act as a DHCP server 25

Multi-site Configuration and Installation Guide Port Forwarding Option

Multi-site Configuration and Installation Guide Port Forwarding Option Multi-site Configuration and Installation Guide Port Forwarding Option V1.0 7-24-2006 Overview What this guide covers This guide will assist you in setting up a Wide Area Network (WAN) that allows your

More information

Connecting the DI-804V Broadband Router to your network

Connecting the DI-804V Broadband Router to your network Before you begin Make sure that any existing Firewall Software/Devices are disabled and/or shutdown before beginning installation of your new D-Link DI-804V Broadband Router. Contents of Package DI-804V

More information

Broadband Router DC 202

Broadband Router DC 202 Broadband Router DC 202 Full Manual Table of Contents DC-202 xdsl/cable Broadband router REQUIREMENTS...4 INTRODUCTION...4 DC-202 Features...4 Internet Access Features...4 Advanced Internet Functions...5

More information

TCP/IP CONFIGURATION 3-6

TCP/IP CONFIGURATION 3-6 TCP/IP CONFIGURATION 3. Type IPCONFIG /RENEW and press the Enter key. Verify that your IP Address is now 192.168.2.xxx, your Subnet Mask is 255.255.255.0 and your Default Gateway is 192.168.2.1. These

More information

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11

I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 I m InTouch router configuration p. 1 I m InTouch Installation Guide for the DSL/Cable environment with a Linksys router Models: BEFSRU31, BEFSR41 V.2, BEFSR11 Note: Different models may vary slightly

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

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Pre-installation Requirements Before proceeding with the installation of a WatchGuard SOHO unit, you must have the following: A computer with a 10BaseT

More information

Broadband Router DC-202. User's Guide

Broadband Router DC-202. User's Guide Broadband Router DC-202 User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details...3 CHAPTER 2 INSTALLATION... 5 Requirements...

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC ii Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband ADSL Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

AT&T Digital Subscriber Line Service

AT&T Digital Subscriber Line Service AT&T Digital Subscriber Line Service Windows 2000 Professional PC Configuration Guide Overview Welcome to AT&T DSL Internet Service! This guide is designed to help you configure your PC to access the Internet

More information

The Administration Tab - Diagnostics

The Administration Tab - Diagnostics The Administration Tab - Diagnostics The diagnostic tests (Ping and Traceroute) allow you to check the connections of your network components. Ping Test. The Ping test will check the status of a connection.

More information

6.1. Getting Started Guide

6.1. Getting Started Guide 6.1 Getting Started Guide Netmon Getting Started Guide 2 Contents Contents... 2 Appliance Installation... 3 IP Address Assignment (Optional)... 3 Logging In For the First Time... 5 Initial Setup... 6 License

More information

A Connect the Broadband Router

A Connect the Broadband Router A CheckPoint FTS Broadband Linksys WRT54G Router Setup V2 A Connect the Broadband Router PRINT THIS DOCUMENT FOR REFERENCE IMPORTANT: Before you begin, disconnect any computers that are connected to your

More information

Multi-Function Wireless A/P Router User s Guide

Multi-Function Wireless A/P Router User s Guide Multi-Function Wireless A/P Router User s Guide Model CNWR-811P Wireless Access Point Router W / Printer Sharing TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...1 CNWR-811P Features...1 Package Contents...3

More information

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver

LevelOne FBR User s Manual. 1W, 4L 10/100 Mbps ADSL Router. Ver LevelOne FBR-1416 1W, 4L 10/100 Mbps ADSL Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 FBR-1416 Features... 1 Package Contents... 3 Physical Details... 3 CHAPTER 2

More information

SoHo 401 VPN. Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port. Quick Install Guide

SoHo 401 VPN. Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port. Quick Install Guide SoHo 401 VPN Shared Broadband Internet Access VPN Gateway 3-Port Switching Hub, DMZ Port Quick Install Guide i This guide covers only the most common situations. Please refer to the full User Manual on

More information

WL5041 Router User Manual

WL5041 Router User Manual TECOM WL5041 Router User Manual TECOM CO., LTD. March 2003 2003 by TECOM CO., LTD. All rights reserved. Printed in Taiwan Table of contents Package Contents--------------------------------------- 2 Installing

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless

First: Obtain a Linksys WUSB300N for V11A adapter kit: it contains the USB wireless First: Obtain a Linksys "WUSB300N for V11A" adapter kit: it contains the USB wireless network adapter (with USB extension cable and Windows XP installation CD.) Before plugging in the adapter, verify that

More information

Lab DHCP Client Setup

Lab DHCP Client Setup Lab 9.3.5 DHCP Client Setup Objective The purpose of this lab is to introduce Dynamic Host Configuration Protocol (DHCP) and the process for setting up a network computer as a DHCP client to use DHCP services.

More information

Mega 100WR ADSL 2+ Router - Easy Start

Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Chapter 1 Introduction Thank you for purchasing a Mega 100WR Router. This Easy start guide is a complete guide to configuring

More information

LevelOne Broadband Routers

LevelOne Broadband Routers LevelOne Broadband Routers FBR-1100TX FBR-1400TX FBR-1401TX FBR-1700TX User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your LevelOne Broadband Router... 1 Package Contents... 4

More information

SMC Barricade Routers

SMC Barricade Routers SMC Barricade Routers User Guide SMC7004BR V1.0 Congratulations on your purchase of the SMC Barricade. The SMC Barricade is a Broadband Router designed to share Internet Access, provide security, and to

More information

Home Networking. Copyright 2006 Bill Knight. All rights reserved.

Home Networking. Copyright 2006 Bill Knight. All rights reserved. Home Networking Copyright 2006 Bill Knight. All rights reserved. Why Home Networking? Why Home Networking? Share! Internet (broadband, even dial-up!) Why Home Networking? Share! Internet (broadband, even

More information

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver

LevelOne WBR User s Manual. 11g Wireless ADSL VPN Router. Ver LevelOne WBR-3407 11g Wireless ADSL VPN Router User s Manual Ver 1.00-0510 Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features... 1 Package Contents... 5 Physical Details... 6 CHAPTER

More information

Multi-Homing Broadband Router. User Manual

Multi-Homing Broadband Router. User Manual Multi-Homing Broadband Router User Manual 1 Introduction... 4 Features... 4 Minimum Requirements... 4 Package Content... 4 Note... 4 Get to know the Broadband Router... 5 Back Panel... 5 Front Panel...

More information

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router.

Conceptronic C100BRS4H Quick Installation Guide. Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. Conceptronic C100BRS4H Quick Installation Guide Congratulations on the purchase of your Conceptronic 4-ports Broadband Router. The enclosed Hardware Installation Guide gives you a step-by-step explanation

More information

Lab Viewing Wireless and Wired NIC Information

Lab Viewing Wireless and Wired NIC Information Objectives Part 1: Identify and Work with PC NICs Part 2: Identify and Use the System Tray Network Icons Background / Scenario This lab requires you to determine the availability and status of the network

More information

Chapter 6: Connecting Windows Workstations

Chapter 6: Connecting Windows Workstations Chapter 6: Connecting Windows Workstations 153 Chapter 6 Connecting Windows Workstations Because this is a book about using Linux on a Microsoft Windows-based network, this chapter shows you how to connect

More information

DSL/CABLE ROUTER with PRINT SERVER

DSL/CABLE ROUTER with PRINT SERVER USER S MANUAL DSL/CABLE ROUTER with PRINT SERVER MODEL No:SP888BP http://www.micronet.info 1 Content Table CHAPTER 0:INTRODUCTION... 4 FEATURES... 4 MINIMUM REQUIREMENTS... 4 PACKAGE CONTENT... 4 GET TO

More information

Business Router II Lab

Business Router II Lab Business-Router-1-Lab.doc 1 CSCI 3342 If this lab is an Individual assignment, you must do all coded programs on your own. You may ask others for help on the language syntax, but you must organize and

More information

Setting up the Linksys Smart Wi-Fi Router using the Smart Setup Wizard

Setting up the Linksys Smart Wi-Fi Router using the Smart Setup Wizard Setting up the Linksys Smart Wi-Fi Router using the Smart Setup Wizard This article will guide you on how to set up your Linksys Smart Wi-Fi Router using the Smart Setup Wizard. QUICK TIP: The Smart Setup

More information

Multi-Function Wireless Router. User's Guide. Wireless Access Point Broadband Internet Access. 4-Port Switching Hub

Multi-Function Wireless Router. User's Guide. Wireless Access Point Broadband Internet Access. 4-Port Switching Hub Multi-Function Wireless Router Wireless Access Point Broadband Internet Access 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless Router Features... 1 Package Contents...

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

Part # Quick-Start Guide. SpeedStream 6500 Residential Gateway

Part # Quick-Start Guide. SpeedStream 6500 Residential Gateway Part # 007-6510-001 Quick-Start Guide SpeedStream 6500 Residential Gateway Before you begin, Verify that the following items came with your DSL kit: Step 1 > Install Line Filters 1 2 4 5 6 1 SpeedStream

More information

1. Language setting. Frequently Ask Questions.

1. Language setting. Frequently Ask Questions. Frequently Ask Questions. 1. Language setting Step 1: Power on NB and you would see the following screen. Please click the language and select one you need as primary language. Step 2: Key in root user

More information

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX

LevelOne. User's Guide. Broadband Router FBR-1402TX FBR-1403TX LevelOne Broadband Router FBR-1402TX FBR-1403TX User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 LevelOne Broadband Router Features... 1 Package Contents... 3 Physical Details...4 CHAPTER 2 INSTALLATION...

More information

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

More information

54Mbps Pocket Wireless Access Point (WL-330g)

54Mbps Pocket Wireless Access Point (WL-330g) 54Mbps Pocket Wireless Access Point (WL-330g) Copyright 2004 ASUSTeK COMPUTER INC. All Rights Reserved. Contents Conventions... 2 Welcome!... 3 Package contents... 3 System requirements... 3 Device installation...

More information

Network Controller 3500 Quick Start Guide

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

More information

Quick Installation Guide of Acer WLAN 11b Broadband Router

Quick Installation Guide of Acer WLAN 11b Broadband Router Preparation 1 At lease one PC with IEEE802.11b WLAN client installed. 2 One straight-through Category 5 Ethernet cable, used to link WAN interface to xdsl or CM for Internet connection. 3 Acer WLAN 11b

More information

Downloaded from manuals search engine

Downloaded from   manuals search engine Table of Contents CHAPTER 1 INTRODUCTION... 1 Broadband Router Features... 1 Package Contents... 3 Physical Details... 4 CHAPTER 2 INSTALLATION... 6 Requirements... 6 Procedure... 6 CHAPTER 3 SETUP...

More information

Quick Network Setup Guide

Quick Network Setup Guide PWR PWR HDD HDD USB USB Quick Network Setup Guide Use Router to Connect to Network By using a router, you can connect your computer and 1-3 DVRs to the Internet through sharing by using a XDSL or cable

More information

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router.

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router. User Manual DIR-850L Wireless AC1200 Dual Band Gigabit Router USER MANUAL: DIR-850L Wireless AC1200 Dual Band Gigabit Router SYSTEM REQUIREMENTS Network Requirements Web-based Configuration Utility Requirements

More information

netbook Ethernet Support User Guide

netbook Ethernet Support User Guide netbook Ethernet Support User Guide August 2002 Contents 1. Introduction... 2 2. Configuring the Ethernet interfaces... 3 2.1. Adding a new Ethernet interface... 3 2.1.1. Manual Set-up... 4 2.2. Changing

More information

Network Configuration

Network Configuration Network Configuration Setting up your Home or Office network to allow your DVR to be accessible externally can be kind of tricky, but I will try to explain basic network concepts to allow you to configure

More information

Notice according to GNU/GPL-Version 2

Notice according to GNU/GPL-Version 2 Copyright by Edimax Technology Co, LTD. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language or computer

More information

Wireless-G VPN Router with RangeBooster. Quick Install Guide

Wireless-G VPN Router with RangeBooster. Quick Install Guide Wireless-G VPN Router with RangeBooster Quick Install Guide Package Contents * * * * * Wireless-G VPN Router with 2 Fixed Antennae CD-ROM with User Guide and Setup Wizard Network Cable Power Adapter Quick

More information

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003

ZyWALL 10W. Internet Security Gateway. Quick Start Guide Version 3.62 December 2003 Internet Security Gateway Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The is the ideal secure gateway for all data passing between the Internet and the LAN. By integrating NAT,

More information

Simple Router Configuration Router Lab 10 Points Networking & Data Communications

Simple Router Configuration Router Lab 10 Points Networking & Data Communications DCN-Router-Configuration-HW.doc 1 CSCI 3342 You must do at least 90% of this homework without the assistance of anyone else. Once you have 90% or more of the homework completed, you may double check your

More information

Deployment Guide: Routing Mode with No DMZ

Deployment Guide: Routing Mode with No DMZ Deployment Guide: Routing Mode with No DMZ March 15, 2007 Deployment and Task Overview Description Follow the tasks in this guide to deploy the appliance as a router-firewall device on your network with

More information

IP819VGA g ADSL VoIP Gateway

IP819VGA g ADSL VoIP Gateway IP819VGA 802.11g ADSL VoIP Gateway 802.11g/802.11b Access Point ADSL Modem NAT Router VoIP Gateway User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 802.11g ADSL VoIP Gateway Features... 1 Package

More information

CHAPTER 7 ADVANCED ADMINISTRATION PC

CHAPTER 7 ADVANCED ADMINISTRATION PC Table of Contents CHAPTER 1 INTRODUCTION... 1 54Mbps 802.11g ADSL Firewall Modem Router Features... 2 Package Contents... 4 Physical Details... 5 CHAPTER 2 INSTALLATION... 7 Requirements... 7 Procedure...

More information

2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue.

2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue. 2. The next screen will tell you to press the lighted Cisco logo on the Router. After you have pressed the logo, click the Next button to continue. To exit the Wireless Setup Wizard, click the Exit button.

More information

TABLE OF CONTENTS. I. About This Document II. Internet / Network Intro III. Network Equipment

TABLE OF CONTENTS. I. About This Document II. Internet / Network Intro III. Network Equipment TABLE OF CONTENTS I. About This Document.... 2 II. Internet / Network Intro..... 2-5 III. Network Equipment.... 6-7 IV. DVR Network Configuration and Access....8-18 A. Gathering required information...

More information

2) INSERT THE SETUP CD

2) INSERT THE SETUP CD 1 2 3 1) POWER UP After you have correctly connected your Range Extender to an available Ethernet port on your Network, please power on the Extender and a PC that is also on the netw ork.. 2) INSERT THE

More information

BiPAC ADSL USB Modem. User s Manual

BiPAC ADSL USB Modem. User s Manual BiPAC 7001 ADSL USB Modem User s Manual Chapter 1... 1 1.1 Introducing the BiPAC 7001... 1 1.2 Features of the BiPAC 7001... 1 1.3 Installing Billion ADSL USB Modem... 2 Chapter 2... 3 2.1 Important note

More information

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired

Gigaset Router / en / A31008-E105-B / cover_front_router.fm / s Be inspired s Be inspired Table of Contents Table of Contents Safety precautions........................... 3 The Gigaset Router........................... 3 Features and Benefits..................................................

More information

UIP1869V User Interface Guide

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

More information

802.11N Wireless Broadband Router

802.11N Wireless Broadband Router 802.11N Wireless Broadband Router Pre-N Wireless Access Point Broadband Internet Access WPS 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless Router Features... 1

More information

4-Port Cable/DSL Router DX-E401. Product Name [French] Product Name [Spanish] USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO

4-Port Cable/DSL Router DX-E401. Product Name [French] Product Name [Spanish] USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO 4-Port Cable/DSL Router Product Name [French] Product Name [Spanish] DX-E401 USER GUIDE GUIDE DE L UTILISATEUR GUÍA DEL USUARIO 2 Introduction Dynex 4-Port Cable/DSL Router Introduction This router enables

More information

VISUAL QUICKPRO GUIDE

VISUAL QUICKPRO GUIDE VISUAL QUICKPRO GUIDE Red Hat Linux 6 Harold Davis Peachpit Press Visual QuickPro Guide Red Hat Linux 6 Harold Davis Peachpit Press 1249 Eighth Street Berkeley, CA 94710 510/524-2178 800/283-9444 510/524-2221

More information

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router

Part # Quick-Start Guide. SpeedStream 4200 Modem PPPoE Modem Router Part # 007-0-00 Quick-Start Guide SpeedStream 00 Modem PPPoE Modem Router Before you begin, Verify that the following items came with your DSL kit: Step > Install Line Filters 7 SpeedStream Device Documentation

More information

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

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

More information

CIS 76 VLab Pod Setup

CIS 76 VLab Pod Setup CIS 76 VLab Pod Setup Last updated 9/4/2017 Status on setup instructions: 1. pfsense (2.3.1, 64 bit) pfsense-ce-2.3.4-release-amd64 - DONE for Fa17 2. Kali (2017.1, 64 bit) kali-linux-2017.1-amd64.iso

More information

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server Dominion KX II-101 Quick Setup Guide Thank you for your purchase of the KX II-101, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick Setup

More information

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003

ZyWALL 70. Internet Security Appliance. Quick Start Guide Version 3.62 December 2003 ZyWALL 70 Internet Security Appliance Quick Start Guide Version 3.62 December 2003 Introducing the ZyWALL The ZyWALL 70 is the ideal secure gateway for all data passing between the Internet and the LAN.

More information

Troubleshooting Can not access the router on

Troubleshooting Can not access the router on Troubleshooting Can not access the router on 192.168.0.1 Please note that when accessing the router s Web interface via http://192.168.0.1 you are not accessing some web site on the Internet. The router

More information

Notebook Adapter. Quick Installation Guide WPC300N (EU/LA) Package Contents

Notebook Adapter. Quick Installation Guide WPC300N (EU/LA) Package Contents Package Contents Wireless-N Notebook Adapter Setup Wizard CD-ROM User Guide (English only) on CD-ROM Quick Installation 24, GHz Wireless-N Notebook Adapter Wireless Model No. WPC300N (EU/LA) Quick Installation

More information

Installation guide. A. No, I do not have a router. Choose this option if you have a standard DSL or cable modem and no router.

Installation guide. A. No, I do not have a router. Choose this option if you have a standard DSL or cable modem and no router. Installation guide This installation guide will show you how to get your voip phone service working. First, we need to know which set of instructions to give you. Please choose the option below that describes

More information

LECTURE WK4 NETWORKING

LECTURE WK4 NETWORKING LECTURE WK4 NETWORKING Workbook and Quiz Workbook o Due in WK5 o Must hand in a hard copy to the tutor as well as an online submission Quiz o In the practical class o 30mins to complete the quiz o Short,

More information

KACCTV4CHA Networking Guide

KACCTV4CHA Networking Guide KACCTV4CHA Networking Guide Local Network Setup Automatically assign an IP address in to the DVR. The DVR has the capability of automatically assigning an IP address as long as the unit is connected to

More information

EH-2101W. User Manual. Broadband Wireless Gateway. WiFi Compliant Wireless Access Point. Broadband Internet Access. 4-Port Switching Hub.

EH-2101W. User Manual. Broadband Wireless Gateway. WiFi Compliant Wireless Access Point. Broadband Internet Access. 4-Port Switching Hub. EH-2101W Broadband Wireless Gateway WiFi Compliant Wireless Access Point Broadband Internet Access 4-Port Switching Hub Dial-in RAS Print Server User Manual i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION...

More information

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide

3G Router 431R/421R/321R/311R/221R/211R. Quick Start Guide 3G Router 431R/421R/321R/311R/221R/211R ---------------------------------------------------------- Version: 2.0----------------------------------------------------------- Check Package Contents: 3G Router

More information

Get to know your Modem 1. Modem Technical Overview 3

Get to know your Modem 1. Modem Technical Overview 3 User Manual Get to know your Modem 1 Modem Technical Overview 3 Managing your Modem Settings How to view your Modem settings 5 Understanding the front page 6 Changing your Modem login password 7 Upgrading

More information

Installation Procedure Red Hat 7 with Netscape 6

Installation Procedure Red Hat 7 with Netscape 6 Installation Procedure Red Hat 7 with Netscape 6 Printer Friendly Version [ PDF 285K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have the following: A computer

More information

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

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

More information

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

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

epad 5.0 Mobile Keypad

epad 5.0 Mobile Keypad Programming Guide epad 5.0 Mobile Keypad Description Providing much-needed flexibility, the epad 5.0 Mobile Keypad allows users to control their DMP security system using an Internet browser. The epad

More information

MANUAL. EM Cable and DSL Router

MANUAL. EM Cable and DSL Router MANUAL EM4420 - Cable and DSL Router WWW.EMINENT-ONLINE.COM 2 ENGLISH EM4420 - Cable and DSL Router Warnings and points of attention Opening a product and/or products may cause serious injuries! Always

More information

OUTDOOR IR NETWORK CAMERA Series

OUTDOOR IR NETWORK CAMERA Series OUTDOOR IR NETWORK CAMERA Series INSTALLATION GUIDE Please read instructions thoroughly before operation and retain it for future reference. 1. OVERVIEW 1.1 Package Content Network camera Installation

More information

On the left hand side of the screen, click on Setup Wizard and go through the Wizard.

On the left hand side of the screen, click on Setup Wizard and go through the Wizard. Q: How do I configure the TEW-435/504BRM (b1) to a DSL, PPPoE connection? A: Step 1 Open your web browser and type the IP address of the TEW-435/504BRM in the address bar. The default IP address is 192.168.0.1.

More information

Creating a network Bridge

Creating a network Bridge Creating a network Bridge If you wish to use your Technicolor as a Gateway and attach another router to it to create a bridge the follow instructions may help. This example uses a Technicolor TG588 v2

More information

A Division of Cisco Systems, Inc. Broadband Router. with 2 Phone Ports. User Guide WIRED RT41P2-AT. Model No.

A Division of Cisco Systems, Inc. Broadband Router. with 2 Phone Ports. User Guide WIRED RT41P2-AT. Model No. A Division of Cisco Systems, Inc. WIRED Broadband Router with 2 Phone Ports User Guide Model No. RT41P2-AT Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered

More information

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0

Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Installation Procedure Windows 2000 with Internet Explorer 5.x & 6.0 Printer Friendly Version [ PDF 266K ] Before You Begin Before proceeding with the installation of a SOHO 6 appliance, you must have

More information

Port Forwarding. Introduction. Port forwarding can be a very complex topic.

Port Forwarding. Introduction. Port forwarding can be a very complex topic. Introduction Port forwarding can be a very complex topic. TalkTalk's responsibility lies with ensuring that this facility works on their routers, they cannot be held responsible for you devices that you

More information

Wireless Broadband Router

Wireless Broadband Router LW6005A-R2 Wireless Broadband Router Manual 1 Introduction... 4 Features... 4 Minimum Requirements... 4 Package Content... 4 Note... 4 Get to know the Broadband Router... 5 Back Panel... 5 Front Panel...

More information

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

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices : Managing, Maintaining, and Troubleshooting, 5e Chapter 9 Networking Practices Objectives Learn how to connect a computer or small network to the Internet using a broadband, satellite, or dialup connection

More information

Part # Quick-Start Guide. SpeedStream Residential Gateway 5450 Four-Port Router

Part # Quick-Start Guide. SpeedStream Residential Gateway 5450 Four-Port Router Part # 007-6560-001 Quick-Start Guide SpeedStream Residential Gateway 5450 Four-Port Router Before you begin, Verify that the following items came with your DSL kit: 1 SpeedStream Device 2 Documentation

More information

Getting Started with the VG248

Getting Started with the VG248 CHAPTER 2 Before you can configure the telephony features on the VG248 to interact with the analog phones, you must first configure the basic network, SNMP, and password settings. These settings enable

More information

DVG-2001S VoIP Terminal Adapter

DVG-2001S VoIP Terminal Adapter This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DVG-2001S VoIP Terminal Adapter Before You Begin 1. If you purchased this VoIP Terminal

More information

Wireless-G Router User s Guide

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

More information

X Series & V5 Application Note 18:

X Series & V5 Application Note 18: X Series & V5 Application Note 18: Networking Paperless Recorders & Sharing Data Background The networking of electronic data recorders provides the opportunity to share data with other users, whether

More information

Module 11 Technical Troubleshooting for Restaurant Managers

Module 11 Technical Troubleshooting for Restaurant Managers Module 11 Technical Troubleshooting for Restaurant Managers Overview This module is about troubleshooting at an introductory level and to help you gain confidence and knowledge to problem-solve Pilot POS

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

LevelOne FBR-1405TX. User s Manual. 1-PORT BROADBAND ROUTER W/4 LAN Port

LevelOne FBR-1405TX. User s Manual. 1-PORT BROADBAND ROUTER W/4 LAN Port LevelOne FBR-1405TX 1-PORT BROADBAND ROUTER W/4 LAN Port User s Manual 1 Introduction... 4 Features... 4 Minimum Requirements...4 Package Content... 4 Note...4 Get to know the Broadband Router... 5 Back

More information

1) Introduction ) Network Overview ) Port Forwarding Notes... What is Port Forwarding?.. Port Forwarding through Two Routers...

1) Introduction ) Network Overview ) Port Forwarding Notes... What is Port Forwarding?.. Port Forwarding through Two Routers... Port Forwarding Quick Reference Guide Contents Page 1) Introduction.... 2 2) Network Overview..... 3 3) Port Forwarding Notes....... What is Port Forwarding?.. Port Forwarding through Two Routers........

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets.

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets. Broadband Setup from A to Z Print out all the info below and get to work...have fun!! A word of caution! It is very important that you SECURE your wireless network using WEP or WPA encryption (password).

More information