- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- table.def f2f examples
Options
- 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?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jump to solution
table.def f2f examples
Does anyone have better examples than sk104468?
For example, does each (src, dst, port) need to start with f2f_addresses = {} ?
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should these be under inside f2f_addresses {}
/* tcp_f2f_ports = { <dport> }; */
/* udp_f2f_ports = { <dport> }; */
/* tcp_f2f_conns = { <src, dest, dport> }; */
/* udp_f2f_conns = { <src, dest, dport> }; */
For example
f2f_addresses =
{
tcp_f2f_conns = { <src, dest, dport> };
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will see if I can find file customer and I put together while ago, but yes, I remember those lines being in there.
Andy
- 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
Awesome!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UPdate, this works, but nothing else did.
f2f_addresses =
{
<source, dest>,
<source, dest>
};
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good to know @Daniel_Kavan !
