I have a Cisco 2620XM Router with one FastEthernet port and a WIC-1DSU-T1. I also have a Cat2950 and a cable modem. I want to connect my cable modem to the router (and use as a firewall) and then to the switch for my home network. I can get FA 0/0 to work when I connect it to the cable modem or LAN but can't seem to get the serial0/0 to play with either connection. Currently I have teh cable modem (dhcp) connected to my fastethernet connection. Using this config I can't even ping the serial0/0 ip from the router!:
Building configuration...
Current configuration : 1789 bytes
!
version 12.2
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname 2620XM
!
no logging buffered
logging rate-limit all 10000
logging console informational
logging monitor informational
aaa new-model
!
clock timezone EASTERN -5
clock summer-time EASTERN_DLST recurring 1 Sun Apr 2:00 4 Sun Oct 2:00
ip subnet-zero
!
!
ip domain-name test.com
ip dhcp ping packets 1
!
ip audit notify log
ip audit po max-events 100
ip dhcp-client network-discovery informs 2 discovers 0
!
no call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Cable Modem
ip address dhcp
ip nat outside
speed auto
full-duplex
!
interface Serial0/0
description Switch
ip address 10.100.1.254 255.255.255.0
ip nat inside
!
router rip
version 2
passive-interface FastEthernet0/0
network 10.0.0.0
no auto-summary
!
ip nat inside source list 1 interface Serial0/0 overload
ip classless
ip route profile
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
no ip http server
ip http access-class 1
ip http authentication local
!
access-list 1 permit 10.100.1.0 0.0.0.255
access-list 101 permit ip any any
!
snmp-server engineID local 0000000902000005323446C0
snmp-server community public RO
snmp-server community XXXXX RW
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps frame-relay
snmp-server enable traps rtr
!
dial-peer cor custom
!
!
!
!
banner motd ^CCC Haven ^C
!
line con 0
password 7 000815
stopbits 1
line aux 0
transport input all
line vty 0 4
password 7 xxxxx
line vty 5 15
password 7 xxxxx
!
end
Does anyone have any suggestions?? Thanks
Building configuration...
Current configuration : 1789 bytes
!
version 12.2
service timestamps debug datetime
service timestamps log datetime
service password-encryption
!
hostname 2620XM
!
no logging buffered
logging rate-limit all 10000
logging console informational
logging monitor informational
aaa new-model
!
clock timezone EASTERN -5
clock summer-time EASTERN_DLST recurring 1 Sun Apr 2:00 4 Sun Oct 2:00
ip subnet-zero
!
!
ip domain-name test.com
ip dhcp ping packets 1
!
ip audit notify log
ip audit po max-events 100
ip dhcp-client network-discovery informs 2 discovers 0
!
no call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Cable Modem
ip address dhcp
ip nat outside
speed auto
full-duplex
!
interface Serial0/0
description Switch
ip address 10.100.1.254 255.255.255.0
ip nat inside
!
router rip
version 2
passive-interface FastEthernet0/0
network 10.0.0.0
no auto-summary
!
ip nat inside source list 1 interface Serial0/0 overload
ip classless
ip route profile
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
no ip http server
ip http access-class 1
ip http authentication local
!
access-list 1 permit 10.100.1.0 0.0.0.255
access-list 101 permit ip any any
!
snmp-server engineID local 0000000902000005323446C0
snmp-server community public RO
snmp-server community XXXXX RW
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
snmp-server enable traps config
snmp-server enable traps entity
snmp-server enable traps frame-relay
snmp-server enable traps rtr
!
dial-peer cor custom
!
!
!
!
banner motd ^CCC Haven ^C
!
line con 0
password 7 000815
stopbits 1
line aux 0
transport input all
line vty 0 4
password 7 xxxxx
line vty 5 15
password 7 xxxxx
!
end
Does anyone have any suggestions?? Thanks