03-23-2006 03:56 AM - edited 03-03-2019 12:09 PM
I have 2 routers outside a firewall and one router inside the firewall (Checkpoint). I need to set up an iBGP mesh between all 3. Is there any "gotcha" I should consider when setting this up?
Thanks,
Hank
03-23-2006 04:05 AM
Hi Hank,
I can't imagine that there would be too many issues since BGP is carried over TCP. If you are doing some form of NAT on the firewall, you will have to be mindful that the BGP payload will not be translated...
Paresh
03-23-2006 05:35 AM
One thing to be careful about if you are using MD5 authentication. Most firewalls including Checkpoint will change the initial sequence number received from TCP peers. While this is perfectly ok generally, this will not work if you use MD5 authentication as the TCP sequence number is part of the information included in the MD5 hash inserted in the TCP header and modifying it will cause the TCP segment to be discarded.
For MD5 to work through the FW, Initial sequence number randomization needs to be disable at least for this session. On the PIX you would use the following command to do that:
static (inside,outside)
I'm not sure though how you accomplish the same thing on the Checkpoint FW.
Hope this helps,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide