المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : سؤال عن الNatting



hytham.hadad
03-07-2006, 10:44
سلامو عليكو

لو حد اخد BCRAN ممكن يساعدنى:
ده سؤال simulation رقم 3 صفحة 204 فى testking v41
جايب اجابتين بيقول ان واحده correct والتانيه incorrect
انا شايف ان الincorrect هيه اللى صح

ممكن حد يأكدلى ده

CertWays Q: 3 SIMULATION
The CertWays network is displayed below:
CertWays.com is in the process of updating their network. They're going to change their internet service
provider, install a local E-mail server, and install Microsoft Exchange Server 2003. The new ISP has
allocated CertWays.com a new Class C address range. However, the addresses of the internal routers and
servers are to be kept intact. So you are to configure the router for NAT so the internal clients can use a
single external IP address assigned to the public router interface. Finally you want Microsoft Exchange
Server 2003 to be Internet accessible, so you have to provide a static translation for it.
Your task is to configure the router for this using the following information:
CertWaysNAT
S0: 192.168.212.1/24
E0: 10.30.50.1/24
Secret password: CertWays















Answer:
CertWaysNAT# config t
CertWaysNAT(config)# access-list 5 permit 10.30.50.0 0.0.0.255
CertWaysNAT(config)# ip nat inside source list5 interface s0 overload
CertWaysNAT(config)# ip nat inside source static 10.30.50.5 192.168.212.5
CertWaysNAT(config)# int s 0
CertWaysNAT(config-if)# ip nat outside
CertWaysNAT(config-if)# exit
CertWaysNAT(config)# int e 0
CertWaysNAT(config-if)# ip nat inside
CertWaysNAT(config-if)# <Ctrl-Z>
CertWaysNAT# copy running start
CertWaysNAT#

Incorrect Answer:

CertWaysNAT# config t
CertWaysNAT(config)# access-list 5 permit 10.30.50.0 0.0.0.255
CertWaysNAT(config)# ip nat pool lan 192.168.212.1 192.168.212.1 netmask 255.255.255.0
CertWaysNAT(config)# ip nat inside source list 5 pool lan overload
CertWaysNAT(config)# ip nat inside source static 10.30.50.5 192.168.212.5
CertWaysNAT(config)# int s 0
CertWaysNAT(config-if)# ip nat outside
CertWaysNAT(config-if)# exit
CertWaysNAT(config)# int e 0
CertWaysNAT(config-if)# ip nat inside
CertWaysNAT(config-if)# <Ctrl-Z>
CertWaysNAT# copy running start
CertWaysNAT#


D://nat.bmp

yahya2000
07-07-2006, 23:21
أخي الغالي الإجابة صحيحة 100%

لأنك لا تستطيع أن تضع Private ip address على أنه Global و في الحياة العملية نعمل نفس هذه الخطوات

حيث أن ال Service Provider يغير ال Ip address على ال Serial Interface بشكل دوري و الحل الوحيد هو أن تضع الأمر:


ip nat inside source list5 interface s0 overload

و بذلك يقوم الروتر بالبحث على IP address الموجود حاليا على ال interface و يستخدمه Global Address

على كل الأحوال يا صديقي هذا السؤال قديم جدا و قد ألغي من سيسكو منذ فترة طويلة..

لك حبي..
أخوك يحيى من سوريا.

hytham.hadad
10-07-2006, 14:53
جزاكم الله خيرا على اهتمامك

yahya2000
10-07-2006, 16:03
جزاكم الله خيرا على اهتمامك

تكرم عيونك يا هيثم..

أنصحك بالتركيز على أسئلة السمولاشن الخاصة بال FR و ISDN فهي التي تصب عليها Cisco كل اهتمامها هذه الأيام..

لا تركز على المواضيع المتعلقة بال Modem فهي تقنية قديمة لم يعد لها وجود بين أسئلة الأمتحان..

انتبه في اسئلة السمولاشن على الأسماء فهي Case Sensitive

و بالنسبة لسؤال السمولاشن الخاص بال ISDN فقد جاءني في الامتحان و بعد أن انتهيت من عمل ال Configuration

لم أستطع أن أعمل Ping لل Remote Router فاضطررت إلى كتابة أمر Clear Interface BRI0/0 حتى تصبح ال SPIDs مفعلة و عندها استطعت عمل Ping

على كل الأحوال هذا الأمر غير ضروري إذا كنت متأكدا من حلك ولا تريد عمل Ping

وفقك الله حبيب قلبي..
أخوك يحيى من سوريا.