- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Cloud Network Security
- :
- Discussion
- :
- Re: BGP advice
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
BGP advice
Hi guys,
Let me start with saying I have very little experience with Checkpoints - only few weeks, so please bear that in mind 🙂
I'm trying to establish a BGP connectivity between our two Checkpoints in Azure (CloudGuard) and the Azure Route Server (ARS).
I have two setups:
One is the Checkpoint Server Manager and ARS.
The other one is Checkpoint Firewall and ARS.
In the first instance, I can see on Checkpoint (CLI) that there is a two way communication: SYN, SYN ACK, ACK (but also F, P and R). But the neighbourhood is not estaliblished - the peers show on Checkpoint SM as either 'active' or 'idle'.
With the second setup, I can only see traffic (in CLI) coming from ARS. Checkpoint does not respond at all. I have set up ASN in the GUI and peers, but there is absolutely no response. Is there any other setting somewhere I need to enable/setup?
Finally, the above setups are just in my lab. When we deploy the solution, the Checkpoints will be behind Azure Load Balancer. Is this supported? I have read somewhere on here that it might not be?
Any help would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Luke,
azcpgw1> show configuration bgp
set bgp external remote-as xxxxx on
set bgp external remote-as xxxxxpeer y.y.y.y on
set bgp external remote-as xxxxx peer y.y.y.y multihop on
set bgp external remote-as xxxxxpeer y.y.y.y on
set bgp external remote-as xxxxx peer y.y.y.y multihop on
When adding BGP peer, make sure that you tick the 'eBGP multihop' in the 'Next Hop Time to Live' (I found this in the documentation on setting up BGP with VPN gateway).
Regards,
Sandgirl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That means - You need to open the port TCP/179 destined to your firewall. You need to add explicit rule for the same above stealth if you have so. Since activating BGP does not add any implicit rule ensure you add the explicit rule as I said above.
Blason R
CCSA,CCSE,CCCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DEFAULT POLICY is the name of the policy package applied on your security gateway. It this specific case, it is out-of-the-box policy, which means you did not apply any policy to SG.
The default policy only allows internal communication with the other parts of your security system, and nothing else.
Please make sure you initiated SIC between your gateway and management server, and installed a new policy allowing essential communications and BGP to your gateway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! That helped a lot! Although I'm still not able to establish BGP session between peers 😞
- « Previous
-
- 1
- 2
- Next »