trying to make a gateway

trying to make a gateway

NewsGroups | Search | Tools
 alt.certification.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
trying to make a gateway Grant 05-03-2008
Posted by Grant on May 3, 2008, 5:24 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
Hi
I have a 1605 , and since its got 2 ethernet ports 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
transport input none
line vty 0 4
password cisco
login
!
end

home networking made easy, greater protection, less stress, introducing nm 5.0, 728x90
Posted by Grant on May 4, 2008, 1:07 am
If you were  Registered and logged in, you could reply and use other advanced thread options

>Hi
>I have a 1605 , and since its got 2 ethernet ports 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
> transport input none
>line vty 0 4
> password cisco
> login
>!
>end



I changed the typo network 202.0.64.0 to network 202.0.62.0
it still doesn't work

thanx


Posted by Darko Dinjar on May 4, 2008, 2:51 am
If you were  Registered and logged in, you could reply and use other advanced thread options
As far as I can see, your RIP table doesn't have a default route.....
If I'm correct you should try typing(in "configure terminal" mode):

ip route 0.0.0.0 Ethernet1




> Hi
> I have a 1605 , and since its got 2 ethernet ports 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
> transport input none
> line vty 0 4
> password cisco
> login
> !
> end



Posted by headsetadapter.com on May 4, 2008, 4:56 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
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


> Hi
> I have a 1605 , and since its got 2 ethernet ports 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
> transport input none
> line vty 0 4
> password cisco
> login
> !
> end



Posted by DC on May 5, 2008, 11:23 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Grant said the following on 4/05/2008 5:24 AM:
> Hi
> I have a 1605 , and since its got 2 ethernet ports 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?



Similar ThreadsPosted
!!!!! Make Over $200 per day in Autopilot !!!!! bnl*"8pCx$ December 28, 2007, 12:51 pm
Make traffic for test the link July 11, 2006, 4:48 pm
Some tools to make the network guy's lives easier February 24, 2005, 5:56 am
gateway of the last resort February 15, 2005, 4:23 pm
Default Gateway March 3, 2006, 8:21 am
PIX Default gateway September 14, 2006, 7:26 pm
Pix configuration - default Gateway? March 4, 2005, 10:05 pm
gateway/gatekeeper exam 642-452 March 28, 2005, 1:51 pm
Private Gateway IP Addresses July 3, 2005, 10:42 pm
Gateway Address of 10.1.1.255 Valid? July 25, 2006, 4:23 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map