by DC <user@[EMAIL PROTECTED]
>
May 5, 2008 at 11:23 PM
Grant said the following on 4/05/2008 5:24 AM:
> 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)
<snip>
You haven't finished the NAT:
ip nat inside source list NAT_ACL interface Ethernet1 overload
!
ip access-list standard NAT_ACL
permit 192.168.1.0 0.0.0.255
permit 172.16.0.0 0.0.255.255
You also don't seem to have a default route:
ip route 0.0.0.0 0.0.0.0 202.0.62.1
Also, are you sure about that subnet mask on Ethernet 1? It seems
awfully large.
Can you ping 202.0.62.1?