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 > CCIE > connecting to internet through 2 pix and 2 wan routers

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




Click here for list of CCIE study guides and order yours now!



Author connecting to internet through 2 pix and 2 wan routers
haseeb_eng
Senior Member
M




Registered: Oct 2001
Location: Kuwait City
Country: Kuwait
State:
Certifications: CCNA, CCDA, CCNP, CCDP, CCSP, Content Networking, Wireless LAN Design Spec.
Working on: PMP CCIE (R&S) MBA

Total Posts: 1165
Arrow connecting to internet through 2 pix and 2 wan routers

Scenario :- I had installed 2 pix 515 (primary and failover) behind my internet router . My inside network is having 2 WAN routers(with private ip addresses) connecting to 2 different sites(with private ip addresses) . The only way for them to access the internet is to go through current firewall

Requirement:- Now i want to install 2 more pix (primary and failover) behind these 2 wan routers to protect my inside netwok . So they can access only servers in their own dmz and connect to the internet

Before configuring anything on these new PIX i wana confirm the steps with you which i will perform .
-I have to give 2 static routes to these 2 WAN routers so inside users can connect to these 2 sites
-Have to disable NAT
-configure static for dmz servers and apply access list to it .

Please tell me what other steps i need in order to configure the new pix and please tell me how should i allow both the WAN site user to by pass both the PIX firewalls in order to use the internet .Required topology is like this :-

Users-Wan router(inside network)-Pix Firewall(inside network)-Pix Firewall(connecting to internet router)-Internet router . So overall there are 4 hops from WAN site users to internet .

If you need more clarification please let me know

__________________
Success is journey not destination
www.islamformankind.com

Report this post to a moderator

Old Post 08-11-03 11:14 AM
haseeb_eng is offline Click Here to See the Profile for haseeb_eng Click here to Send haseeb_eng a Private Message Visit haseeb_eng's homepage! Add haseeb_eng to your buddy list Find more posts by haseeb_eng 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

1 thing i can think of is when you have 2 pix in line you have to disable tcp randomization on the 2nd one or they will confuse each other as state info passes from the outside.

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

Report this post to a moderator

Old Post 08-12-03 03:39 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
haseeb_eng
Senior Member
M




Registered: Oct 2001
Location: Kuwait City
Country: Kuwait
State:
Certifications: CCNA, CCDA, CCNP, CCDP, CCSP, Content Networking, Wireless LAN Design Spec.
Working on: PMP CCIE (R&S) MBA

Total Posts: 1165
Arrow

Darthfaces can you please give me the exact link about that ? So i can read in more details ? And if you have any link mentioning about such scenario configurations please give me that too .

__________________
Success is journey not destination
www.islamformankind.com

Report this post to a moderator

Old Post 08-12-03 06:57 AM
haseeb_eng is offline Click Here to See the Profile for haseeb_eng Click here to Send haseeb_eng a Private Message Visit haseeb_eng's homepage! Add haseeb_eng to your buddy list Find more posts by haseeb_eng 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

see norandomseq

nat
Associate a network with a pool of global IP addresses. (Configuration mode.)


Configure with the command... Remove with the command...
nat [(if_name)] id address [netmask [outside] [dns] [norandomseq] [conn_limit [em_limit]]] no nat [(if_name)] id address [netmask [outside]
nat [(if_name)] 0 access-list acl_name no nat [(if_name)] 0 [access-list acl_name]




Show command options Show command output
show nat Displays the nat command statements in the current configuration.




Syntax Description

access-list
Associates access-list command statements to the nat 0 command and exempts traffic that matches the access-list from NAT processing.

acl_name
The access list name.

clear nat
Removes nat command statements from the configuration.

conn_limit
The connection time limit.

dns
Specifies that DNS replies that match the xlate are translated.

em_limit
The embryonic connection limit. The default is 0, which means unlimited connections. Set it lower for slower systems, higher for faster systems.

hh:mm:ss
The timeout interval for the translation slot. However, timeout only occurs if no TCP or UDP connection is actively using the translation.

id
The id number to match with the global address pool.

if_name
The internal network interface name.

local_ip
Internal network IP address to be translated. You can use 0.0.0.0 to allow all hosts to start outbound connections. The 0.0.0.0 local_ip can be abbreviated as 0.

max_conns
The maximum TCP connections permitted from the interface you specify.

nat_id
nat_id values can be 0, 0 access list acl_name, or a number greater than zero (0).

A nat_id that is 0 specifies the inside hosts for identity translation. Identity translations are translations that map an address to itself. The restriction is that the traffic must initiate from an inside host.

A nat_id that is 0 access list acl_name specifies the traffic to exempt from NAT processing, based on the access list specified by acl_name. This is useful in Virtual Private Network (VPN) configuration where traffic between private networks should be exempted from NAT.

A nat_id that is a number greater than zero (0) specifies the inside hosts for dynamic address translation. The dynamic addresses are chosen from a global address pool created with the global command, so the nat_id number must match the global_id number of the global address pool you want to use for dynamic address translation.

netmask
Network mask for local_ip. You can use 0.0.0.0 to allow all outbound connections to translate with IP addresses from the global pool. The netmask 0.0.0.0 can be abbreviated as 0.

norandomseq
Do not randomize the TCP packet's sequence number. Only use this option if another inline firewall is also randomizing sequence numbers and the result is scrambling the data. Using this option disables TCP Initial Sequence Number (ISN) randomization protection. Without this protection, inside hosts with weak self-ISN protection become more vulnerable to TCP connection hijacking.

outside
Specifies that the nat command apply to the outside interface address. For access control, IPSec, and AAA use the real outside address.

timeout
Sets the idle timeout value for the translation slot.

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

Report this post to a moderator

Old Post 08-12-03 02:38 PM
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
All times are GMT.
Post new thread   Post reply

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