I am new to these routers and I need a little help.
I have a cable modem which is 6Mbps Up and 1.5 Down. What I want to do is to route traffic from Internet through Cisco 1610 and then into internal network and vice-versa.
How do I setup NAT and external DNS Servers for the router? and the external gateway?
Current configuration : 1085 bytes
!
! Last configuration change at 15:14:56 UTC Thu May 12 2005
! NVRAM config last updated at 13:57:45 UTC Thu May 12 2005
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname **********
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$27rQ$hL7jMnGqN0ifuqQs71myL.
!
no aaa new-model
ip subnet-zero
!
!
ip host Barry 192.168.2.254
ip audit notify log
ip audit po max-events 100
!
!
interface Ethernet0/0
description Tightline Internal LAN, Barry
ip address 192.168.2.253 255.255.255.0
full-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Serial0/1
no ip address
shutdown
!
interface Ethernet1/0
ip address 24.75.158.210 255.255.255.240
full-duplex
!
!
ip http server
no ip http secure-server
ip classless
ip route profile
!
!
ip classless
ip route profile
!
!
banner motd ^C This is a secure system, Authorized Access Only ^C
!
!
end
Any help will be greatly appreciated
Cheers
Colin
I have a cable modem which is 6Mbps Up and 1.5 Down. What I want to do is to route traffic from Internet through Cisco 1610 and then into internal network and vice-versa.
How do I setup NAT and external DNS Servers for the router? and the external gateway?
Current configuration : 1085 bytes
!
! Last configuration change at 15:14:56 UTC Thu May 12 2005
! NVRAM config last updated at 13:57:45 UTC Thu May 12 2005
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname **********
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$27rQ$hL7jMnGqN0ifuqQs71myL.
!
no aaa new-model
ip subnet-zero
!
!
ip host Barry 192.168.2.254
ip audit notify log
ip audit po max-events 100
!
!
interface Ethernet0/0
description Tightline Internal LAN, Barry
ip address 192.168.2.253 255.255.255.0
full-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface Serial0/1
no ip address
shutdown
!
interface Ethernet1/0
ip address 24.75.158.210 255.255.255.240
full-duplex
!
!
ip http server
no ip http secure-server
ip classless
ip route profile
!
!
ip classless
ip route profile
!
!
banner motd ^C This is a secure system, Authorized Access Only ^C
!
!
end
Any help will be greatly appreciated
Cheers
Colin