cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6123
Views
30
Helpful
26
Replies

Connection problem

Jeromy Polachak
Level 1
Level 1

Hello everyone,

I have a 2611XM router that im trying to connect to the internet. Basically its set up below.

*Cable Modem plugs into my router F0/0 port.

*Router F0/1 plugs into my switch(2950G) port one and then port 2 is then plugged into my computer.

But i am not getting it to work, what am i missing? Is the configuration needing to be set up properly? Should i be checking the switch or the router? Commands i need to type in to help you give you more information?

THANK YOU!

Jeromy       

Jeromy
26 Replies 26

outer#show run
Building configuration...

Current configuration : 736 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
interface FastEthernet0/0
description TO ISP
ip address dhcp
ip nat outside
duplex auto
speed auto
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
description TO LAN
ip address 192.168.1.10 255.255.255.0
ip nat inside
shutdown
duplex auto
speed auto
!
ip nat inside source list 10 interface FastEthernet0/0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
ip http server
!
!
ip access-list standard INTERNET-BOUND-ACL
access-list 10 permit 192.168.1.0 0.0.0.255
!
line con 0
logging synchronous
line aux 0
line vty 0 4
!
end

Jeromy

Jeromy