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 12/8, (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 Firewall-1/VPN-1 And Related Products > Clustering (Security Gateway HA and ClusterXL)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-07-10
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default strange nat-problem with cluster

hi group,

i'm using clusterxl in ha-mode (splat, ngx,r60,hfa02), and trying to be a good admin i use ntp (on an a server in the dmz) to sync the time on both.

but i've run into a problem: since the last reboot of both cluster-machines time-syncing does not work anymore on the standby-machine :-(

i took a look into the logs and see a strange thing:
the mashine's ip is hidden behind the virtual cluster-ip.

why does this happen?

any ideas?

thx,
stefan

Last edited by veste; 2006-07-10 at 03:58. Reason: forgot something
Reply With Quote
  #2 (permalink)  
Old 2006-07-10
Senior Member
 
Join Date: 2006-06-14
Location: The Netherlands
Posts: 153
Rep Power: 3
dbedit has an average reputation (10+)
Default Re: strange nat-problem with cluster

What Platform?
Reply With Quote
  #3 (permalink)  
Old 2006-07-11
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by dbedit
What Platform?
secure platform, ngx, r60, hfa02 on both mashines
Reply With Quote
  #4 (permalink)  
Old 2006-07-11
Senior Member
 
Join Date: 2006-01-25
Posts: 926
Rep Power: 3
melipla has an average reputation (10+)
Default Re: strange nat-problem with cluster

I just checked my ngx cluster (hfa03) and my standby member's ntp requests are not being natted. You should check the logviewer to see which NAT rule it's matching. Maybe it's a bad rule?
Reply With Quote
  #5 (permalink)  
Old 2006-07-12
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by melipla
I just checked my ngx cluster (hfa03) and my standby member's ntp requests are not being natted. You should check the logviewer to see which NAT rule it's matching. Maybe it's a bad rule?
its rule 0:
Service: ntp-udp (123)
Source: fw-3 (xxx.5.101)
Destination: pro (xxx.5.42)
Protocol: udp
Rule: 0 - Implied Rules
NAT rule number: 0
NAT additional rule number: 0

Source Port: ntp-udp (123)
XlateSrc: hafw (xxx.5.1)
btw: if i stop the cp-daemons, everything works.
weird thing :-(
question: how can i see the implied rules in the dashboard? i can't find how.

thx!!!
Reply With Quote
  #6 (permalink)  
Old 2006-07-12
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 465
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by veste
its rule 0:
Service: ntp-udp (123)
Source: fw-3 (xxx.5.101)
Destination: pro (xxx.5.42)
Protocol: udp
Rule: 0 - Implied Rules
NAT rule number: 0
NAT additional rule number: 0

Source Port: ntp-udp (123)
XlateSrc: hafw (xxx.5.1)
btw: if i stop the cp-daemons, everything works.
weird thing :-(
question: how can i see the implied rules in the dashboard? i can't find how.

thx!!!

View->Implied Rules
Reply With Quote
  #7 (permalink)  
Old 2006-07-12
Senior Member
 
Join Date: 2006-06-14
Location: The Netherlands
Posts: 153
Rep Power: 3
dbedit has an average reputation (10+)
Default Re: strange nat-problem with cluster

Check your 3rd party configuration in your gateway cluster properties and uncheck 'hide cluster members' outgoing traffic behind the cluster's IP address'
Reply With Quote
  #8 (permalink)  
Old 2006-07-12
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by abusharif
View->Implied Rules
thanks! think i need new glasses ;-)

i've looked into the rulebase:
*) there are no implied nat-rules
*) there are no nat-rules at all, where something is hidden behind the cluster-ips
*) i allow outgoing from local-mashine as "before last"
Reply With Quote
  #9 (permalink)  
Old 2006-07-12
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by dbedit
Check your 3rd party configuration in your gateway cluster properties and uncheck 'hide cluster members' outgoing traffic behind the cluster's IP address'
well, i don't see an "3rd party configurtion"-section in the properties of my gw-cluster. maybe because i use the checkpoint ha-feature?!?
Reply With Quote
  #10 (permalink)  
Old 2006-07-12
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 465
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by veste
well, i don't see an "3rd party configurtion"-section in the properties of my gw-cluster. maybe because i use the checkpoint ha-feature?!?
if you are using ClusterXL (have it checked as a product installed) then 3rdparty menu is replaced by ClusterXL. If you uncheck it (meaning u are not actually running the product) then 3rd party thingy will show up.
Reply With Quote
  #11 (permalink)  
Old 2006-07-12
Junior Member
 
Join Date: 2006-07-12
Posts: 4
Rep Power: 0
rossbird has an average reputation (10+)
Default Re: strange nat-problem with cluster

Seems like you need to add a nat rule to me.

rule #1
original packet:
src = fw
dst = ntp server
svc = ntp

tranlsated packet:
src = original
dst = original
svc = original

rule #2
original packet:
src = ntp server
dst = fw
svc = ntp

tranlsated packet:
src = original
dst = original
svc = original
Reply With Quote
  #12 (permalink)  
Old 2006-07-13
Junior Member
 
Join Date: 2006-06-14
Location: AT
Posts: 20
Rep Power: 0
veste has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by abusharif
if you are using ClusterXL (have it checked as a product installed) then 3rdparty menu is replaced by ClusterXL. If you uncheck it (meaning u are not actually running the product) then 3rd party thingy will show up.
jabadabadoooooooooo!!

that's it! disabled clusterXL, unchecked the hide-thing in 3rd party,
checked clusterXL, installed and now ist _W O R K S_ !!!

so i don't need the NAT-workaround.

thx to all for your help!

cheers,s.
Reply With Quote
  #13 (permalink)  
Old 2006-07-13
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 465
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: strange nat-problem with cluster

Quote:
Originally Posted by veste
jabadabadoooooooooo!!

that's it! disabled clusterXL, unchecked the hide-thing in 3rd party,
checked clusterXL, installed and now ist _W O R K S_ !!!

so i don't need the NAT-workaround.

thx to all for your help!

cheers,s.
Nice to hear! :)
Reply With Quote
  #14 (permalink)  
Old 2006-07-13
Senior Member
 
Join Date: 2006-01-25
Posts: 926
Rep Power: 3
melipla has an average reputation (10+)
Default Re: strange nat-problem with cluster

So now I'm confused--why would it use 3rd party cluster settings if ClusterXL was selected?
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 02:30.


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