CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Certifications And Exams > CCSA (Check Point Certified Security Administrator) > CCSA NGX Exam 156-215.1
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-05-09
Junior Member
 
Join Date: 2007-05-07
Posts: 22
Rep Power: 0
Phayder has an average reputation (10+)
Default 3 questions of interest

Hi. Below are 3 questions I found interesting. Can you help me solve them?

Q1.
In VPN-1 NGX, what happens if a Distinguished Name (DN) is NOT found in
LDAP?

A. VPN-1 NGX takes the common-name value from the Certificate subject, and searches the LDAP account unit for a matching user id.
B. The Security Gateway uses the subject of the Certificate as the DN for the initial lookup.
C. If the first request fails or if branches do not match, NGX tries to map the identity to the user id attribute.
D. When users authenticate with valid Certificates, the Security Gateway tries to map the identities with user registered in the external LDAP user database.
E. VPN-1 NGX searches the internal database for the username.

Extract from CP manual:

When a Gateway requires user information for authentication purposes, it searches
for this information in three different places:
1. The first place that is queried is the internal users database.
2. If the specified user is not defined in this database, the Gateway queries the SmartDirectory (LDAP) servers defined in the Account Unit one at a time, and according to their priority. If for some reason the query against a specified SmartDirectory (LDAP) server fails, for instance the SmartDirectory (LDAP) connection is lost, the SmartDirectory (LDAP) server with the next highest priority is queried.
If there is more than one Account Unit, the Account Units
are queried concurrently. The results of the query are either taken from the first Account Unit to meet the conditions, or from all the Account Units which meet the conditions. The choice between taking the result of one Account Unit as opposed to many is a matter of Gateway configuration.
3. If the information still cannot be found, the Gateway uses the external users template to see if there is a match against the generic profile. This generic profile has the default attributes applied to the specified user.

Extract from CP manual, but Nizmo version:

cn
The entry’s name. This is also referred to as “Common Name”. For users this can be different from the uid attribute, the name used to login to the VPN-1 Pro module.
This attribute is also used to build the SmartDirectory (LDAP) entry’s distinguished name, that is, it is the RDN of the DN.

uid
The user’s login name, that is, the name used to login to the VPN-1 Pro module. This attribute is passed to the external authentication system in all authentication methods except for “Internal Password”, and must be defined for all these authentication schemes.
The login name is used by VPN-1 Pro to search the SmartDirectory (LDAP) server(s).
For this reason, each user entry should have its own unique uid value.
It is also possible to login to the VPN-1 Pro module using the full DN. The DN can be used when there is an ambiguity with this attribute or in “Internal Password” when this attribute may be missing. The DN can also be used when the same user (with the same uid) is defined in more than one Account Unit on different SmartDirectory
(LDAP) servers.

Copyright Check Point Software Technologies LTD.

Q2.
Which encryption scheme provides "In-place" encryption?

A. IKE
B. Manual IPSec
C. DES
D. SKIP
E. AES

My question is what is difference between encryption scheme and encryption algorithm? Is DES an encryption
scheme or encryption algorith?

Q3.
Pepito's main internal network 10.10.10.0/24 allows all traffic to the Internet
using Hide NAT. Pepito also has a small network 10.10-.20.0/24 behind the
internal router. Pepito wants to configure the kernel to translate the source address.Only when network 10.10.20.0 tries to access the Internet for HTTP, SMTP, and FTP services.

Which of the following configurations will allow this network to access Internet?

A. Automatic Static NAT on network 10.10.20.0/24
B. Manual Hide NAT rules for HTTP, FTP, and SMTP services for network 10.10.20.0/24.
C. Manual Static NAT rules for network 10.10.20.0/24,
D. Automatic Hide NAT for network 10.10.20.0/24.
E. No change is necessary.

Is it A or B? or maybe Pepito wants too much? :)



Best Regards,
Phayder

Last edited by Phayder; 2007-05-09 at 13:24.
Reply With Quote
  #2 (permalink)  
Old 2007-05-11
Junior Member
 
Join Date: 2007-05-08
Posts: 23
Rep Power: 0
auroranl has an average reputation (10+)
Default Re: 3 questions of interest

Q2.
Which encryption scheme provides "In-place" encryption? -> DES

In-Place Encryption

A mechanism that encrypts only the data of an IP packet, while the header is not encrypted. In-place encryption leaves headers exposed, but preserves the packet’s length, in contrast to encapsulated encryption. An example of in-place encryption is Check Point FWZ-1

And an encryption algorithm is part of an encryption scheme.



Q3.

I would say B as it is the only answer which limits the services as stated in the question. With a manual NAT rule one can specify the services for which the NAT rule is used. Furthermore, you need Hide NAT as you want to hide a subnet behind one IP. With Static NAT you would need a lot of public IP's (a /24). :)
Reply With Quote
  #3 (permalink)  
Old 2007-05-11
Junior Member
 
Join Date: 2007-05-07
Posts: 22
Rep Power: 0
Phayder has an average reputation (10+)
Default Re: 3 questions of interest

Thank you for the answer auroranl.

Best Regards,
Phayder
Reply With Quote
  #4 (permalink)  
Old 2007-05-22
Member
 
Join Date: 2006-11-15
Posts: 45
Rep Power: 0
dew1902 has an average reputation (10+)
Default Re: 3 questions of interest

answer to ques 3 is b.

ans (a) static nat is wrong , because static nat would have been used if the source were on internet and destination in inside/dmz.Its not as if it cant be done , but it shouldnt be because its incorrect use of static nat.
Reply With Quote
  #5 (permalink)  
Old 2008-11-29
Member
 
Join Date: 2008-03-15
Location: Mumbai
Posts: 94
Rep Power: 1
amol0009in_7 has an average reputation (10+)
Send a message via Yahoo to amol0009in_7
Default Re: 3 questions of interest

Quote:
Extract from CP manual:

When a Gateway requires user information for authentication purposes, it searches
for this information in three different places:
1. The first place that is queried is the internal users database.
2. If the specified user is not defined in this database, the Gateway queries the SmartDirectory (LDAP) servers defined in the Account Unit one at a time, and according to their priority. If for some reason the query against a specified SmartDirectory (LDAP) server fails, for instance the SmartDirectory (LDAP) connection is lost, the SmartDirectory (LDAP) server with the next highest priority is queried.
If there is more than one Account Unit, the Account Units
are queried concurrently. The results of the query are either taken from the first Account Unit to meet the conditions, or from all the Account Units which meet the conditions. The choice between taking the result of one Account Unit as opposed to many is a matter of Gateway configuration.
3. If the information still cannot be found, the Gateway uses the external users template to see if there is a match against the generic profile. This generic profile has the default attributes applied to the specified user.

Good One! I was confused for external user profiles , now i found the sequence , it should have been mentioned in CCSA book.But one question still remains when creating
External user profile --> Match by domain name --> Omit Domain Name when authenticating users
I am unable to understand the importance of this. If we don't want the domain name to be forwarded to authentication server following are option:
1) Use *generic profile -- > means match all users
2) Use match by domain name and check the option --> Free format -->Any domain name is accetable

If someone can help me with this i will be grateful.I am studying for CCSA and need help of pplz like you and when i will become expert in return i would help others and you.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -7. The time now is 01:00.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0