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 > CCNA > NAT without DHCP?

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




Featured site:  Online CCNA practice exams from Cert21.com



Author NAT without DHCP?
Tech Ranger
On A Mission
M




Registered: Feb 2002
Location: Brooklyn, New York
Country: United States
State:
Certifications: MCSA, MCP(210,215,217,218,219), Server+, Network+, I-Net+, A+
Working on: MCSE (216 at the moment)

Total Posts: 5309
NAT without DHCP?

I am now for the first time setting up a business network connection to the Internet via AT&T SDSL. Today an Efficient Networks 5851 router was installed. The service that AT&T provides involves 5 public IP addys. I am not going to use the default setup. I plan to use NAT with port mapping to direct pcanywhere traffic to the appropriate server. The Covad tech configured the router with a static WAN IP addy and a static LAN IP addy. I enabled NAT. If I don't want to use DHCP, is there any reason I cannot simply assign whatever LAN IP to the router I choose, as long as it's on the same subnet as the boxes on the network, which I will likewise assign static private IPs? There is no need to use DHCP in order to use NAT, is there?

__________________
The Computer is a creation of man. Man is a creation of God! -
Joe from Brooklyn

Report this post to a moderator

Old Post 03-26-03 02:47 AM
Tech Ranger is offline Click Here to See the Profile for Tech Ranger Click here to Send Tech Ranger a Private Message Add Tech Ranger to your buddy list Find more posts by Tech Ranger Reply w/Quote Edit/Delete Message IP: Logged
edmonds_robert
Senior Member
M




Registered: Sep 2002
Location:
Country: United States
State:
Certifications: MCSE, CCNA, CCA
Working on: CCNP, MCSE 2000, Linux+, Playstation 2+

Total Posts: 367

You are correct. In fact, using DHCP in conjunction with NAT makes it harder, not easier. I'm not familiar with the Efficient Networks equipment, but in general, to do NAT the computers on the inside don't even have to be on the same subnet as your router/firewall. The firewall just has to know where it is. I think you should have no problem getting this to work.

__________________
Save the animals. Eat a vegetarian.

Report this post to a moderator

Old Post 03-26-03 02:34 PM
edmonds_robert is offline Click Here to See the Profile for edmonds_robert Click here to Send edmonds_robert a Private Message Add edmonds_robert to your buddy list Find more posts by edmonds_robert Reply w/Quote Edit/Delete Message IP: Logged
mindmesh
Spit Fire
M




Registered: Aug 2002
Location: Philadelphia
Country: United States
State:
Certifications: A+, MCP, MCSA +S, MCSE
Working on: CCNA, LPI, RHCE

Total Posts: 1623

I work with Efficients all the time. You don't need DHCP.. We like it because most EU's are dense and it's easier to have them do the least amount of work as possible..
if you have public IP's you can just do one to one mappings ( public IP mapped to Private Ip's). Good luck..

Report this post to a moderator

Old Post 03-26-03 02:44 PM
mindmesh is offline Click Here to See the Profile for mindmesh Click here to Send mindmesh a Private Message Add mindmesh to your buddy list Find more posts by mindmesh    mindmesh's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
Tech Ranger
On A Mission
M




Registered: Feb 2002
Location: Brooklyn, New York
Country: United States
State:
Certifications: MCSA, MCP(210,215,217,218,219), Server+, Network+, I-Net+, A+
Working on: MCSE (216 at the moment)

Total Posts: 5309

I was assigned 5 static public IPs. Although all my boxes will have private IPs, can I choose any of the 5 IPs to issue to a remote user to connect to the network to make a pcanywhere connection using port mapping? I wouldn't use the WAN IP of the router, would I? Or does it matter?

__________________
The Computer is a creation of man. Man is a creation of God! -
Joe from Brooklyn

Report this post to a moderator

Old Post 03-27-03 12:24 AM
Tech Ranger is offline Click Here to See the Profile for Tech Ranger Click here to Send Tech Ranger a Private Message Add Tech Ranger to your buddy list Find more posts by Tech Ranger Reply w/Quote Edit/Delete Message IP: Logged
darthfeces
Senior Member




Registered: Mar 2001
Location: somewhere, NJ
Country: United States
State:
Certifications: A+, N+, I-net+, CCNP, CCDP, CCSP, CISSP
Working on: CCIE R&S Lab CCIE-S, PMP, CISM

Total Posts: 1786

there you're ip's ....assign them as you will.
put a pix 501 behind it and nat off that ..... you still have to account for your next hop's route either static or dynamic

__________________
http://www.cisco.com/univercd/

Report this post to a moderator

Old Post 03-27-03 02:35 AM
darthfeces is offline Click Here to See the Profile for darthfeces Click here to Send darthfeces a Private Message Add darthfeces to your buddy list Find more posts by darthfeces Reply w/Quote Edit/Delete Message IP: Logged
mindmesh
Spit Fire
M




Registered: Aug 2002
Location: Philadelphia
Country: United States
State:
Certifications: A+, MCP, MCSA +S, MCSE
Working on: CCNA, LPI, RHCE

Total Posts: 1623

quote:
Originally posted by Tech Ranger
I was assigned 5 static public IPs. Although all my boxes will have private IPs, can I choose any of the 5 IPs to issue to a remote user to connect to the network to make a pcanywhere connection using port mapping? I wouldn't use the WAN IP of the router, would I? Or does it matter?



You can do this both ways.. You can map ports from the WAN or you can keep the privates and assign the publics. For example:

sys addserver 192.168.1.XXX tcp 5631
sys addserver 192.168.1.XXX udp 5632
sys addserver 192.168.1.AAA tcp 5633
sys addserver 192.168.1.AAA udp 5634
This just maps the ports but you have to configure the software to use ports other then 5631 /5632.

rem addhostmapping 192.168.1.1 192.168.1.5 66.219.xxx.xxx <dslip>


What this does is makes you private IP's public. NAT just forward all ports from the public IP to the private IP while keeping everything else NAT'ed.

Both ways work you just have to decide which is easiest for you. Hope this helps a little.

__________________
I take no responsibility for the offensive nature of this post.. If you take offense I am sorry, but honestly don't give a damn. All rights reserved!!

Report this post to a moderator

Old Post 03-27-03 01:07 PM
mindmesh is offline Click Here to See the Profile for mindmesh Click here to Send mindmesh a Private Message Add mindmesh to your buddy list Find more posts by mindmesh    mindmesh's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
Tech Ranger
On A Mission
M




Registered: Feb 2002
Location: Brooklyn, New York
Country: United States
State:
Certifications: MCSA, MCP(210,215,217,218,219), Server+, Network+, I-Net+, A+
Working on: MCSE (216 at the moment)

Total Posts: 5309

Thanks. It sweems that port mapping can be done from the Web GUI. Do you know whether 1 to 1 IP mapping requires use of the CLI?

__________________
The Computer is a creation of man. Man is a creation of God! -
Joe from Brooklyn

Report this post to a moderator

Old Post 03-28-03 01:34 AM
Tech Ranger is offline Click Here to See the Profile for Tech Ranger Click here to Send Tech Ranger a Private Message Add Tech Ranger to your buddy list Find more posts by Tech Ranger Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



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