Oracle Database Firewall 12.1.2.7
Hello !
I am facing an issue right now regarding to Oracle Database Firewall.
As a rule, one application machine cannot connect to multple gateways at the same time in Oracle Database Firewall.
Please help check on below setting:
RTNETLINK answers: File exists
[root@dbfw0010e0317c72 templates]# cat template-route-brN
<% for protected_address in @protected_addresses %>
<%= protected_address %> dev <%= @interface %>
<% end %>
<%= @network %> dev br<%= @bridge_id %> tab <%= @bridge_id + 2 %>
<% if 1 == @bridge_id %>
10.xx.xx.xx/28 via 10.xx.xx.x5 dev br1
<% end %>
<% if 3 == @bridge_id %>
10.xx.xx.xx/28 via 10.xx.xx.x1 dev br3
<% end %>
[root@dbfw0010e0317c72 templates]#
This one mean: