I've been tasked with developing a management network and segmenting certain traffic and that task would potentially include our Check Point environment. We have distributed environment with 1 Management server and 2 Gateways. The 2 Gateways are located in 2 separate physical and logical locations so there would be some routing involved. Ideally, if possible and not too complicated, while each Gateway has an interface for normal traffic, i'd like to add a management interface for SIC, policy pushing, log traffic, Gaia web/ssh management (again, if feasible and possible). (i.e GW1 - LAN: 192.168.1.1/24 - MGMT: 10.10.10.1/24 | GW2 - LAN: 192.168.2.1/24 - MGMT: 10.10.11.1/24)
I've looked over several articles and other Check Mates posts about this. I know that the GW shares the routing table. I've seen where people are using MDPS and VSX to accomplish this, primarily with a cluster. We're not clustering our GWs. I'm not even familiar enough with Clustering or MDPS. I'm not sure that would fit this scenario. And I know there's not a dedicated separate management routing table
I'm curious if it's possible to utilize the Policy Based Routing (PBR) to accomplish this? Has anyone attempted or tried to set something up like this to override the standard routing table. It seems just using the normal routing table while communication can happen on these interfaces, there seems to be some dependence on the LAN interface or something for communication to happen. It's very strange how it behaves.
And I'll ask this, are we just better off utilizing the LAN interface as the management interface to keep it simple? The only caveat I see to this is any possible overhead to the management/log traffic along with all the normal actual traffic that needs to happen on the same interface. I know it's probably been done like this for years but i'm curious also if that has ever been a problem?