Home > Archive > alt.certification.cisco > March 2003 > NAT via my ISP...





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author NAT via my ISP...
brandon

2003-03-21, 12:24 am

Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon
DMc

2003-03-21, 12:24 am

access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon

SkyFoxXP

2003-03-21, 11:24 am

Wildcard mask please!!!!

"DMc" <David@nospam.com> a écrit dans le message de news:
1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload


DMc

2003-03-21, 6:24 pm

??

"SkyFoxXP" <pericat@nospam-please.altern.org> wrote in message
news:b5fhb2$qss$1@news2.isdnet.net...
> Wildcard mask please!!!!
>
> "DMc" <David@nospam.com> a écrit dans le message de news:
> 1048225482.846682@nntp.acecape.com...
> access-list 1 permit 192.168.1.0 192.255.255.255
> ip nat inside source list 1 interface Ethernet0 overload
>
>



brandon

2003-03-22, 12:23 am

I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon
Tri 4 Certs

2003-03-22, 9:23 pm

Same thing here. I am still searching to see if there is a way to convert a serial interface to RJ45.
"brandon" <brandon.newton@cox.net> wrote in message news:vHSea.58648$_F2.5131862@news1.east.cox.net...
I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon

SkyFoxXP

2003-03-23, 4:24 am

Cisco ACLs require wildcard masks.
I doubt the mask below would work!
I would write instead:

access-list 1 permit 192.168.1.0 0.0.0.63
(to allow hosts from 192.168.1.1 to 192.168.1.62)

--

"DMc" <David@nospam.com> a écrit dans le message de news:
1048289665.256974@nntp.acecape.com...
> ??
>
> "SkyFoxXP" <pericat@nospam-please.altern.org> wrote in message
> news:b5fhb2$qss$1@news2.isdnet.net...
> > Wildcard mask please!!!!
> >
> > "DMc" <David@nospam.com> a écrit dans le message de news:
> > 1048225482.846682@nntp.acecape.com...
> > access-list 1 permit 192.168.1.0 192.255.255.255
> > ip nat inside source list 1 interface Ethernet0 overload
> >
> >

>
>



brandon

2003-03-23, 10:24 pm

I pretty much said "screw it". I am going to go with a Cisco UBR900 for an External Router and NAT it to my External Interface of my 2514.
"Tri 4 Certs" <Tri4Certs@attbi.com> wrote in message news:wx9fa.184189$L1.29991@sccrnsc02...
Same thing here. I am still searching to see if there is a way to convert a serial interface to RJ45.
"brandon" <brandon.newton@cox.net> wrote in message news:vHSea.58648$_F2.5131862@news1.east.cox.net...
I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon
Xman at News

2003-03-23, 11:23 pm

Can you do that with a LinkSys router?
"brandon" <brandon.newton@cox.net> wrote in message news:LHvfa.71323$_F2.6169637@news1.east.cox.net...
I pretty much said "screw it". I am going to go with a Cisco UBR900 for an External Router and NAT it to my External Interface of my 2514.
"Tri 4 Certs" <Tri4Certs@attbi.com> wrote in message news:wx9fa.184189$L1.29991@sccrnsc02...
Same thing here. I am still searching to see if there is a way to convert a serial interface to RJ45.
"brandon" <brandon.newton@cox.net> wrote in message news:vHSea.58648$_F2.5131862@news1.east.cox.net...
I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon
Bob

2003-03-25, 8:24 am

You can run DHCP Client on Ethernet addresses provided you are running ios 12.1.4 and better the syntax is

router#(config-if) ip address dhcp

And on 806 broadband routers you can use the negotiated command on the ethernet interfaces.

and if you want PAT configured just type in

router#(config) ip nat inside source list 1 interface (public) overload
router#(config) access-list 1 ip permit any any

this way your patting regardless of what your public address gets.

Bob Watson
SBC Implementation Engineer
CCNP CCDA



"brandon" <brandon.newton@cox.net> wrote in message news:LHvfa.71323$_F2.6169637@news1.east.cox.net...
I pretty much said "screw it". I am going to go with a Cisco UBR900 for an External Router and NAT it to my External Interface of my 2514.
"Tri 4 Certs" <Tri4Certs@attbi.com> wrote in message news:wx9fa.184189$L1.29991@sccrnsc02...
Same thing here. I am still searching to see if there is a way to convert a serial interface to RJ45.
"brandon" <brandon.newton@cox.net> wrote in message news:vHSea.58648$_F2.5131862@news1.east.cox.net...
I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon

brandon

2003-03-25, 7:24 pm

I want to put the linksys router on another subnet. I am currently using it, but I want to get away from using it as an external router and more so for internal use.
"Xman at News" <newsxman@attbi.com> wrote in message news:SOvfa.196990$F1.9557@sccrnsc04...
Can you do that with a LinkSys router?
"brandon" <brandon.newton@cox.net> wrote in message news:LHvfa.71323$_F2.6169637@news1.east.cox.net...
I pretty much said "screw it". I am going to go with a Cisco UBR900 for an External Router and NAT it to my External Interface of my 2514.
"Tri 4 Certs" <Tri4Certs@attbi.com> wrote in message news:wx9fa.184189$L1.29991@sccrnsc02...
Same thing here. I am still searching to see if there is a way to convert a serial interface to RJ45.
"brandon" <brandon.newton@cox.net> wrote in message news:vHSea.58648$_F2.5131862@news1.east.cox.net...
I talked to my boss and what I need to do, I can't do on ethernet interfaces. I need to find a way to use the "Ip address negotiate" on my ethernet 0 interface (Demarc to ISP). That command only works on serial interfaces. So I guess my next question would be, How do I convert a Serial interface on a 2514 to ethernet (RJ45)??? Got any ideas?

V/R

Brandon
"DMc" <David@nospam.com> wrote in message news:1048225482.846682@nntp.acecape.com...
access-list 1 permit 192.168.1.0 192.255.255.255
ip nat inside source list 1 interface Ethernet0 overload

DMc


"brandon" <brandon.newton@cox.net> wrote in message news:eoxea.53493$_F2.4639066@news1.east.cox.net...
Wow, I passed the BCRAN test some 8 months ago and still can't perfect my NAT configs. LOL! Anyways here is the issue:

I have my ISP IP which is 68.10.1.1
My Internal Private range is 192.168.1.1 -62 (63 Bcast)

I need to NAT my Ethernet 0 (Outside Int) to My Ethernet 1 (Inside Int). For some odd reason it doesn't translate. I have a Switch connected to my Ethernet 1 Int. for my internal users.

I thought I could do this:


int e0
ip nat outside
ip address 68.10.1.1 <snmask>
int e1
ip address 192.168.1.1 255.255.255.192
ip nat inside
exit
ip nat inside source 192.168.1.1 68.10.1.1

I only have one IP to map to the ISP so I thought I would have to configure an overload rule?

Any help is better than what I have right now.

V/R

Brandon
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net