arisythila
Technical User
Hello, I am new to the forums, I've searched Cisco's site for what im looking for, and also tried to google it, after looking for a long long time, I decided to ask.
I am trying to get my Cisco 2600 Series router to do just that, route. I want to setup my cable modem on my Ethernet0/1 port, (needs to obtain IP automatically) and then setup DHCP on Ethernet0/0 (I may have figured this out, not sure).
Any help would be awesome, Im sure someone has done this before, I just maybe not looking in the right spot.
This is what I have so far.
//code//
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Mike
!
enable secret 5 /
enable password
!
ip subnet-zero
no ip routing
!
!
!
ip dhcp pool Mypool
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
!
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip route-cache
speed auto
full-duplex
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
interface FastEthernet0/1
ip address gets automatically from cable modem
no ip redirects
no ip unreachables
ip nat inside
no ip route-cache
speed auto
full-duplex
!
//end of code//
Thanks again, for the help.
~Mike
I am trying to get my Cisco 2600 Series router to do just that, route. I want to setup my cable modem on my Ethernet0/1 port, (needs to obtain IP automatically) and then setup DHCP on Ethernet0/0 (I may have figured this out, not sure).
Any help would be awesome, Im sure someone has done this before, I just maybe not looking in the right spot.
This is what I have so far.
//code//
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Mike
!
enable secret 5 /
enable password
!
ip subnet-zero
no ip routing
!
!
!
ip dhcp pool Mypool
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
!
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
no ip redirects
no ip unreachables
no ip route-cache
speed auto
full-duplex
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
interface FastEthernet0/1
ip address gets automatically from cable modem
no ip redirects
no ip unreachables
ip nat inside
no ip route-cache
speed auto
full-duplex
!
//end of code//
Thanks again, for the help.
~Mike