ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



General discussions > Public newsgroups > alt.certification.cisco > NAT via my ISP...

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread






Pages (2): [1] 2 »

Author NAT via my ISP...
brandon
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
NAT via my ISP...

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

Report this post to a moderator

Old Post 03-21-03 05:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
DMc
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-21-03 05:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
SkyFoxXP
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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


Report this post to a moderator

Old Post 03-21-03 04:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
DMc
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

??

"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
>
>



Report this post to a moderator

Old Post 03-21-03 11:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
brandon
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-22-03 05:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Tri 4 Certs
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-23-03 02:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
SkyFoxXP
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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
> >
> >

>
>



Report this post to a moderator

Old Post 03-23-03 09:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
brandon
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-24-03 03:24 AM
Reply w/Quote Edit/Delete Message IP: Logged
Xman at News
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-24-03 04:23 AM
Reply w/Quote Edit/Delete Message IP: Logged
Bob
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: NAT via my ISP...

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

Report this post to a moderator

Old Post 03-25-03 01:24 PM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply

Featured site: MCSE, MCSD, CompTIA, CCNA training videos



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps