10-29-2006 01:29 PM - edited 03-03-2019 02:30 PM
I have netgear adsl modem and cisco 2800 router which i would like to configure.
My isp has given username and password. I need to know how do i configure Cisco 2800 Router.
Here is my basic setup:
1. ADSl line going into netgear modem
2. Crossover cable from netgear to Cisco 2800 router FE0/0.
3. Straight cable from Cisco 28000 router FE0/1 into 5 port Switch.
=========================================
I would like to bring this router up and running so that i can use other 4 pcs.
Please give me the step by step commands so that i can configure.
My ISP has given PPPOE authentication username and pass.
Thanks
10-29-2006 05:31 PM
Why don't you use the Netgear for the ISP authentication? It's easier to do it that way.
10-29-2006 07:26 PM
Thanks for the reply as per your instructions i have don the authentication in modem. now can you please let me know the commands so that i can use the cisco 2800 router.
Please give step by step commands. I want to use 192.168.0.1
Thanks
thanks
10-30-2006 02:15 AM
any experts in forum?
10-30-2006 02:25 AM
Hello,
it might be easiest if you post the configuration of the 2800 you have so far, we can then make the necessary additions/amendments.
Regards,
GNT
10-30-2006 04:39 AM
Current configuration : 826 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname srinivas
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate aim 0
no network-clock-participate aim 1
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 124.254.72.6
ip http server
ip nat inside source list 102 interface FastEthernet0/0 overload
!
!
access-list 102 permit ip 192.168.0.0 0.0.0.255 any
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
!
end
10-30-2006 02:35 PM
Any Suggesstions
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide