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



Cisco > CCNP > How to make nat with PIX outside interface

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




Featured site: Online CCNP practice exams from Cert21.com



Pages (2): [1] 2 »

Author How to make nat with PIX outside interface
zaza230
Member




Registered: Apr 2001
Location: france
Country: france
State:
Certifications: CCNA
Working on: CCNP

Total Posts: 64
How to make nat with PIX outside interface

I have only one public ip adress, this ip address is already assigned to my
pix outside interface. I would like to use this address in my "global outside X.X.X.X " command to nat internal trafic with the PIX outside address. When I do that I receive an error signaling that there is an overlaping between my command and the pix outside interface ?
How can I do it ? thank in advance

__________________
jean philippe ( France )

Report this post to a moderator

Old Post 07-05-02 10:22 AM
zaza230 is offline Click Here to See the Profile for zaza230 Click here to Send zaza230 a Private Message Add zaza230 to your buddy list Find more posts by zaza230 Reply w/Quote Edit/Delete Message IP: Logged
chodan
Senior Member
M




Registered: Mar 2000
Location: Kentucky
Country: United States
State:
Certifications: CCNA/CCNP CCDA /CCDP MCSE NT4/Win2000 MCP+I Network+ Security+
Working on: CCIE Routing & Switching

Total Posts: 1582

what is the ip address and subnetmask of the outside interface?
Is it a /30 ?
On a pix the nat pool can`t contain the address of the outside interface.
Make sure you only have one ip address available from your isp.
If you look at your ip subnetmask pair you might have more than one available.

__________________
Check out my music at
www.chodan.com
Rural Development in Eastern Ky.
www.centertech.com
"It is our decisions that show us what we truly are in life, not our abilities."

Last edited by chodan on 07-09-02 at 11:30 AM

Report this post to a moderator

Old Post 07-09-02 11:26 AM
chodan is offline Click Here to See the Profile for chodan Click here to Send chodan a Private Message Visit chodan's homepage! Add chodan to your buddy list Find more posts by chodan Reply w/Quote Edit/Delete Message IP: Logged
beenframed
Senior Member




Registered: Sep 2000
Location: NYC
Country: USA
State:
Certifications: A+
Working on:

Total Posts: 396

Yes, you will need to secure yourself another free valid public ip address. Check your subnet mask, my experience with ISP is that corporate accounts have always gotten a block of 6 usable IP's with out asking. But, if I needed more I had to plead my case with the ISP. The only time I've seen them dish out a /30 to a corporate account was if the line was a point to point link.

Anyways once you have that usable address your config will look like this:


global (outside) 1 xxx.xxx.xxx.xxx(usable IP)

nat (inside) 1 10.1.0.0 255.255.255.0 0 0
(this is your private internal network that you want natted to the global address.)


-bf

__________________
BeenFramed

Report this post to a moderator

Old Post 07-09-02 03:28 PM
beenframed is offline Click Here to See the Profile for beenframed Click here to Send beenframed a Private Message Add beenframed to your buddy list Find more posts by beenframed Reply w/Quote Edit/Delete Message IP: Logged
chodan
Senior Member
M




Registered: Mar 2000
Location: Kentucky
Country: United States
State:
Certifications: CCNA/CCNP CCDA /CCDP MCSE NT4/Win2000 MCP+I Network+ Security+
Working on: CCIE Routing & Switching

Total Posts: 1582

Verizon hands out "in our area anyway" /30 s
for business DSL customers.
I`m not sure what kind of service zaza230
though.
but for lease lines I you are right.

__________________
Check out my music at
www.chodan.com
Rural Development in Eastern Ky.
www.centertech.com
"It is our decisions that show us what we truly are in life, not our abilities."

Report this post to a moderator

Old Post 07-09-02 03:33 PM
chodan is offline Click Here to See the Profile for chodan Click here to Send chodan a Private Message Visit chodan's homepage! Add chodan to your buddy list Find more posts by chodan Reply w/Quote Edit/Delete Message IP: Logged
cahillrobert
Senior Network Junkie




Registered: Apr 2002
Location: South Jersey
Country: United States
State:
Certifications: CCDP,CCNP, MCSA
Working on: CCIE, MCSE (maybe)

Total Posts: 112
Question pat on outside interface

Gents,
By no means am I a PIX expert, needing to refer to notes is the following functionable?
-------------------

ip address ( outside ) ooo.ooo.ooo.ooo subnet
ip address ( inside ) iii.iii.iii.iii subnet
route ( outside ) 0 0 ooo.ooo.ooo.ooo
global (outside) 1 interface
nat (inside) 1 <internal ip address ranges>

the translation will be the outside interface with the port number # >= 1024

--------------------
The method described by Chodan and beenframed of extending the IP Addresses with a /30 is preferrable and normal. All I want to confirm for my own sake will the above function if the ISP is unreasonable.

-Bob

__________________
Nothing in this world can take the place of persistence. Talent will not; nothing is more common than unsuccessful people with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination alone are omnipotent. The slogan “Press On” has solved and always will solve the problems of the human race.
—Calvin Coolidge

Report this post to a moderator

Old Post 07-10-02 12:10 AM
cahillrobert is offline Click Here to See the Profile for cahillrobert Click here to Send cahillrobert a Private Message Add cahillrobert to your buddy list Find more posts by cahillrobert    Send an AIM message to cahillrobert Reply w/Quote Edit/Delete Message IP: Logged
MadChef
A Huge Fake




Registered: Sep 2000
Location:
Country: USA
State:
Certifications:
Working on: A Sex Farm

Total Posts: 1426
Re: pat on outside interface

quote:
Originally posted by cahillrobert
Gents,
By no means am I a PIX expert, needing to refer to notes is the following functionable?
global (outside) 1 interface



This is reasonable when using Pix code from 6.0 on. PAT using the interface address is not supported on earlier code.

MadChef

Report this post to a moderator

Old Post 07-10-02 09:54 AM
MadChef is offline Click Here to See the Profile for MadChef Click here to Send MadChef a Private Message Add MadChef to your buddy list Find more posts by MadChef Reply w/Quote Edit/Delete Message IP: Logged
chodan
Senior Member
M




Registered: Mar 2000
Location: Kentucky
Country: United States
State:
Certifications: CCNA/CCNP CCDA /CCDP MCSE NT4/Win2000 MCP+I Network+ Security+
Working on: CCIE Routing & Switching

Total Posts: 1582

Well
Learn something every day

__________________
Check out my music at
www.chodan.com
Rural Development in Eastern Ky.
www.centertech.com
"It is our decisions that show us what we truly are in life, not our abilities."

Report this post to a moderator

Old Post 07-10-02 11:02 AM
chodan is offline Click Here to See the Profile for chodan Click here to Send chodan a Private Message Visit chodan's homepage! Add chodan to your buddy list Find more posts by chodan Reply w/Quote Edit/Delete Message IP: Logged
subnet__zero
Member




Registered: Oct 2000
Location: NYC
Country: US
State:
Certifications:
Working on: LMAO

Total Posts: 137

Not one to disagree with the Chef normally, but it appears that in the following URL, using the outside interface as the PAT address is available in 5.2 Go to the DHCPD link and then scroll down to the "examples" part and you will see the command listed there.

http://www.cisco.com/univercd/cc/td...m#xtocid1604925

I see in the URL that it's "pix_v52, and in going to previous pages it still appears that it's ver 5.2

HTH

Report this post to a moderator

Old Post 07-10-02 01:46 PM
subnet__zero is offline Click Here to See the Profile for subnet__zero Add subnet__zero to your buddy list Find more posts by subnet__zero Reply w/Quote Edit/Delete Message IP: Logged
MadChef
A Huge Fake




Registered: Sep 2000
Location:
Country: USA
State:
Certifications:
Working on: A Sex Farm

Total Posts: 1426

quote:
Originally posted by subnet__zero
Not one to disagree with the Chef normally


Well, perhaps you should. The first time I can remember that is with 6.0, but maybe I'm confusing it with the ability to do port redirection as well. Maybe I should have just said "recent" code. I'm actually a little surprised that it goes all the way back to 5.2. Thanks for the heads up.

MadChef

Report this post to a moderator

Old Post 07-10-02 09:10 PM
MadChef is offline Click Here to See the Profile for MadChef Click here to Send MadChef a Private Message Add MadChef to your buddy list Find more posts by MadChef Reply w/Quote Edit/Delete Message IP: Logged
dumbut
Member




Registered: May 2001
Location:
Country: usa
State:
Certifications: mcse
Working on:

Total Posts: 56

quote:
goes all the way back to 5.2. Thanks for the heads up


I guess 5.2 isn't too bad, that's why they test you in security lab

Report this post to a moderator

Old Post 07-11-02 03:41 AM
dumbut is offline Click Here to See the Profile for dumbut Click here to Send dumbut a Private Message Add dumbut to your buddy list Find more posts by dumbut Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply

Click here for CCNP study guides

Cisco exam notes



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

ExamNotes forum archive


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

  Free Braindumps | mcse braindumps