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 > SecureClient/SecuRemote
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2008-05-05
hammop1 hammop1 is offline
Junior Member
 
Join Date: 2006-10-06
Posts: 17
Rep Power: 0
hammop1 has an average reputation (10+)
Default Changed external IP address - now get Communication with site x.x.x.x has failed

Hi,

I have just moved our NGX R60 gateway to a new site and chznged its external IP address. Site-to-site stuff is working, but SecureClient users can't create the new site. It just says "Error: Communication with site x.x.x.x has failed".

I am not a Check Point expert, it is one of many things I have to manage. I have searched this forum but didn't find a fix that worked for me.

I am wondering if it is a licensing problem? I have trouble applying the licence for the new IP address and found it pretty confusing, as to exactlyu what we have got a licence for. I'm wondering if we don't now have a valid licence for remote VPN users?

This is what it says in SmartUpdate:

Features: cpxp-ci-vpx-50-ngx cpxp-sc1-50-mgmt-ngx
License for: VPN-1 Express CI Gateway for 50 users, including A/V. SmartCenter for 1 site; version: NGX; 3DES

If not a licensing problem, does anybody have any suggestions? Remote users can ping the gateway at the new address, but I don't see anything on the log, or fw monitor when I try to create the site (except when trying Visitor Mode, but it still fails).
Reply With Quote
  #2 (permalink)  
Old 2008-05-05
melipla melipla is offline
Senior Member
 
Join Date: 2006-01-25
Posts: 724
Rep Power: 3
melipla has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

Could the access to the new gateway IP be filtered somehow? Creating a new site uses TCP port 264. Can you connect to that port remotely?

telnet <gateway IP> 264

As for the license, that only appears to be a SmartCenter one, not a SecureClient license. Do you have any other licenses?
__________________
Its all in the documentation.
Reply With Quote
  #3 (permalink)  
Old 2008-05-06
hammop1 hammop1 is offline
Junior Member
 
Join Date: 2006-10-06
Posts: 17
Rep Power: 0
hammop1 has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

I did try that, an no I could not telnet to the new address on TCP port 264. I am pretty sure there is no firewall blocking that port, so I can only assume that the gateway is dropping those packets.

For the licence, I went to the user centre and eventually worked out how to change the IP address., It is a local licence. I then downloaded the .lic file (Check Point also emailed it to me with instructions), and applied it. But yes, I am wondering if you need a nother licence component for remote access? The other aspects of the VPN/firewall are working fine.

Thanks for the ideas.
Reply With Quote
  #4 (permalink)  
Old 2008-05-06
rubber_chicken rubber_chicken is offline
Member
 
Join Date: 2006-03-08
Location: New Zealand
Posts: 52
Rep Power: 3
rubber_chicken has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

Is your gateway configured to listen on all interfaces for RAS VPN?
If so, can you make a sucessful connection from inside (on the trusted network)?

If port TCP 264 is blocked as referred to by melipla then a cheat is:

Take a copy of the userc.c file and give it to the remote users.
Get them to stop secureclient services
copy this file into c:\program files\checkpoint\secureremote\database (from memory)
Overwrite the one that is there
Start the services back up.

I've used this in the past where users have not been able to create the site because of blocked ports.

It's a rough hack, but it worked.

Maybe worth a try?
Reply With Quote
  #5 (permalink)  
Old 2008-05-07
hammop1 hammop1 is offline
Junior Member
 
Join Date: 2006-10-06
Posts: 17
Rep Power: 0
hammop1 has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

Hmm, I CAN add a new site when coming from the internal network. How do I configure the gateway to listen on all interfaces? I don't remember having to do that before, and I can't see where to configure it.

Also, I don't know if this is relevant, but when I go to the Check Point gateway's properties, General tab, and click Get Address it returns the address of an internal adapter, not the external one (this is different behaviour to another Check Point gateway I have elsewhere, which is why I mention it). In the Topology tab, the interfaces are correctly configured for External or Internal.

Thanks again for the suggestions. I shall look into the userc.c idea.
Reply With Quote
  #6 (permalink)  
Old 2008-05-07
melipla melipla is offline
Senior Member
 
Join Date: 2006-01-25
Posts: 724
Rep Power: 3
melipla has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

Quote:
Originally Posted by hammop1 View Post
Hmm, I CAN add a new site when coming from the internal network. How do I configure the gateway to listen on all interfaces? I don't remember having to do that before, and I can't see where to configure it.

Also, I don't know if this is relevant, but when I go to the Check Point gateway's properties, General tab, and click Get Address it returns the address of an internal adapter, not the external one.
The fact that your "Get Address" returns the internal IP may be cause of the problem, as SecureClient will use that IP if your VPN -> Link Selection is set to "Main Address" [which is the default]. Is eth0 defined as your external interface? If you go to the command line of the gateway and run "sysconfig", select option "5" Network Connections, then option "4" Select management connection, is that set to your external interface? From the command line, do an ifconfig and make sure that it matches the topology configuration on the gateway object.
__________________
Its all in the documentation.
Reply With Quote
  #7 (permalink)  
Old 2008-05-07
hammop1 hammop1 is offline
Junior Member
 
Join Date: 2006-10-06
Posts: 17
Rep Power: 0
hammop1 has an average reputation (10+)
Default Re: Changed external IP address - now get Communication with site x.x.x.x has failed

It's actually a Windows 2003 box, not SPLAT or whatever (cue derisive remarks), so no sysconfig. But the main address in the General tab is set (by hand) to the external address, and as I say in Topology the interfaces are correctly configured to External or Internal. It all looks very similar to another Win2003 Check Point box that is working correctly.

Except on that one, "Get address" returns the external address. I'm wondering what basis "Get address" uses to select the address? Maybe I will try forcing the external address in VPN tab/Link Selection/IP Selection by Remote Peer.
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 19:38.


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