Grant,
Your NAT will not work - you did not define major part of it - IP POOL.
Here
is a link on how to configure simple NAT for Cisco IOS.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080093f2f.shtml
Also, do a little search on Cisco website for configuration examples, for
example, how to set access lists, do static translations, limit traffic,
etc.
Good luck,
Mike
CCNP, CCDP, CCSP, CCVP, MCSE W2K, MCSE+I, Security+, etc.
CCIE R&S (in progress), CCIE Voice (in progress)
------
Headset Adapters for Cisco IP Phones
www.ciscoheadsetadapter.com
www.headsetadapter.com
"Grant" <virus@[EMAIL PROTECTED]
> wrote in message
news:481cd81c$1@[EMAIL PROTECTED]
> Hi
> I have a 1605 , and since its got 2 ethernet ****ts I thought i would
like
> to use it in as a useful part of my network instaed of just a lab
> situation.
> I'm trying to configure my 1605 router as a gateway to the internet, but
> not having much success.
>
> 192.168.1.0 is my primary network (172.16.1.16 secondary) and 202.0.62.4
> goes to my cable modem (202.0.62.1)
>
> Here's my running-config,
> what have i missed ?,
> any help please ?
>
> Router#sh conf
> Using 683 out of 7506 bytes
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname Router
> !
> enable secret 5 $1$K.Ac$8VHFnPMHi2TuvTcZF.NAC/
> !
> ip subnet-zero
> ip name-server 202.0.62.1
> !
> !
> !
> interface Ethernet0
> ip address 172.16.1.16 255.255.0.0 secondary
> ip address 192.168.1.16 255.255.255.0
> ip directed-broadcast
> ip nat inside
> !
> interface Ethernet1
> ip address 202.0.62.4 255.255.0.0
> ip directed-broadcast
> ip nat outside
> !
> router rip
> network 172.16.0.0
> network 192.168.1.0
> network 202.0.64.0
> !
> ip classless
> !
> !
> line con 0
> trans****t input none
> line vty 0 4
> password cisco
> login
> !
> end


|