CPUG

The Check Point User Group

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

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have sign-ups from twelve different countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 7/14, 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. 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 2008-04-16
Sharky Sharky is offline
Junior Member
 
Join Date: 2007-05-16
Posts: 11
Rep Power: 0
Sharky has an average reputation (10+)
Default LOAD SHARING Multicast

Dear Mr.
I need your help for this case, right now I have working okey a cluster on LOAD SHARING UNICAST, and I was trying to make the chance to LOAD SHARING Multicast, my question is, if there is a command wich show in the gateways the Mac address that the cluster use when it is on Multicast.
Very grateful for your collaboration
Reply With Quote
  #2 (permalink)  
Old 2008-04-16
eduardw eduardw is offline
Member
 
Join Date: 2007-08-04
Posts: 50
Rep Power: 1
eduardw has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Hi you can see the magic mac with
fw ctl get int fwha_mac_magic
fw ctl get int fwha_mac_forward_magic

You will get a binary answer so you have to calculate it back to hex. You could also look at the mac table of the connecting switch.

Regards
Eduard
Reply With Quote
  #3 (permalink)  
Old 2008-04-16
Sharky Sharky is offline
Junior Member
 
Join Date: 2007-05-16
Posts: 11
Rep Power: 0
Sharky has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Thanks for this information

I run this comand and the result is fwha_mac_magic =254fwha_mac_forward_magic =253. Please I need the mac address multicast that the cluster use when it is on LOAD SHARING Multicast. This instalation is on SecurePlatform.

I need this information because I need configuring the Static Cam Entries In the Switch Cisco For this to work ok.

Very grateful for your collaboration
Reply With Quote
  #4 (permalink)  
Old 2008-05-15
sebastan_bach sebastan_bach is offline
Senior Member
 
Join Date: 2005-10-12
Posts: 254
Rep Power: 3
sebastan_bach has an average reputation (10+)
Send a message via Yahoo to sebastan_bach
Default Re: LOAD SHARING Multicast

hi sharky even i am getting the same output as urs.

i just don;t understand when checkpoint has a feature why doesn;t it tell how to use it. i really feel their poor documentation and less of resources makes them less favourable as compared to cisco and juniper.

many things are not mentioned anywhere.
i mean for the multicast rather than calculating the multicast mac-address they could have a better way of showing it to the user.

hope they improve on this

regards

sebastan
Reply With Quote
  #5 (permalink)  
Old 2008-05-16
jaskaran224 jaskaran224 is offline
Junior Member
 
Join Date: 2008-05-11
Posts: 16
Rep Power: 0
jaskaran224 has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Hey there is another way to get the multicast mac...

On a network that has a cluster IP address of x.y.z.w :
If y<=127, the multicast MAC address would be 01:00:5e:y:z:w. For example:
01:00:5e:5A:0A:64 for 192.90.10.100
If y>127, the multicast MAC address would be 01:00:5e:(y-128):z:w. For example:
01:00:5e:28:0A:64 for 192.168.10.100 (168-128=40 = 28 in hex).
For a network x.y.z.0 that does not have a cluster IP address, such as the sync, you
would use the same procedure, and substitute fa instead of 0 for the last octet of the
MAC.
For example: 01:00:5e:00:00:fa for the 10.0.0.X network.
Reply With Quote
  #6 (permalink)  
Old 2008-05-16
sebastan_bach sebastan_bach is offline
Senior Member
 
Join Date: 2005-10-12
Posts: 254
Rep Power: 3
sebastan_bach has an average reputation (10+)
Send a message via Yahoo to sebastan_bach
Default Re: LOAD SHARING Multicast

hi yes i know that method of calculating the mac. i guess checkpoint would be damn stupid to expect people to calculate mac address that way rather than showing it to users with a command.

regards

sebastan
Reply With Quote
  #7 (permalink)  
Old 2008-05-16
jaskaran224 jaskaran224 is offline
Junior Member
 
Join Date: 2008-05-11
Posts: 16
Rep Power: 0
jaskaran224 has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Yes I agree with you....
Reply With Quote
  #8 (permalink)  
Old 2008-05-16
cciesec2006 cciesec2006 is offline
Senior Member
 
Join Date: 2006-09-26
Posts: 596
Rep Power: 2
cciesec2006 has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Hi,

if you do a "tcpdump -i ethx -e" on the interface, you will
see the multicast mac address.
Reply With Quote
  #9 (permalink)  
Old 2008-05-16
sebastan_bach sebastan_bach is offline
Senior Member
 
Join Date: 2005-10-12
Posts: 254
Rep Power: 3
sebastan_bach has an average reputation (10+)
Send a message via Yahoo to sebastan_bach
Default Re: LOAD SHARING Multicast

hi mate thanks a lot for ur help . i did solve the issue of multicast mac. i ran the tcpdump as u said and i also ran ethereal on the host on the internal and external network and found the multicast mac.

i didn;t have to do any kind of tuning with the cisco switch. all i did was added the static multicast arp entry on both my inside and outside routers.

thanks a lot mate. it solved my query.

regards

sebastan
Reply With Quote
  #10 (permalink)  
Old 2008-05-19
Sharky Sharky is offline
Junior Member
 
Join Date: 2007-05-16
Posts: 11
Rep Power: 0
Sharky has an average reputation (10+)
Default Re: LOAD SHARING Multicast

Thanks for help.

This command solved my problem.

tcpdump -n -e -c 100 -i <interface>
Reply With Quote
  #11 (permalink)  
Old 2008-05-19
sebastan_bach sebastan_bach is offline
Senior Member
 
Join Date: 2005-10-12
Posts: 254
Rep Power: 3
sebastan_bach has an average reputation (10+)
Send a message via Yahoo to sebastan_bach
Default Re: LOAD SHARING Multicast

hi sharky u can also try to edit the virtual cluster interface in the topology of the cluster object and in the general properties u can click on the advance tab and u can see the multicast mac.out there u can also define the multicast mac of ur own.


regards

sebastan
Reply With Quote
  #12 (permalink)  
Old 2008-05-20
tkalas tkalas is offline
Junior Member
 
Join Date: 2006-05-04
Posts: 15
Rep Power: 0
tkalas has an average reputation (10+)
Default Re: LOAD SHARING Multicast

ifconfig -a will show the clustermac on unix flavoured boxes much quicker than most of the commands I am seeing
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 06:24.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0