adsl
Connect a Cisco 1801 POTS ADSL Router to BT Broadband
Introduction
This
Beginning the configuration
Starting with a fresh router lets begin by setting up our local inside interface. This is going to be FastEthernet0. We are going to assign this interface an address of 192.168.128.1. To do this from the routers command prompt enter the following commands:
Firstly if you are not already in configuration mode enter it by the following command:
configure terminal
interface FastEthernet0
description Inside Interface
ip address 192.168.128.1 255.255.255.0
duplex auto
speed auto


