-
BTW, using FB 3.0.4 Build 751.
2009-03-10 22:08:08 UTC in Firewall Builder
-
I have
net-10.0.0.0/24 | Any | Any | <External Interface Object> | Original | Original | <blank> | Comment
Which gives me no NAT rules at all, but shows it found it in compile log.
...
Compiling rules for 'nat' table
processing 1 rules
Compiling ruleset Policy for 'mangle' table
Detecting rule shadowing
...
2009-03-10 22:07:23 UTC in Firewall Builder
-
Well,
I get a different rule from the compiler (with dynamic on the external interfaces):
$IPTABLES -t nat -A POSTROUTING -s 10.0.0.0/24 -j ACCEPT
$IPTABLES -t nat -A PREROUTING -s 10.0.0.0/24 -j ACCEPT
What I need is
iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -j MASQUERADE.
2009-03-10 21:51:35 UTC in Firewall Builder
-
Ok,
But then I can't easily define the rules I need (based on which interface the come in on and IP address) if it is set to dynamic. Is there any other workaround for this?
The compiler wanted to do
$IPTABLES -t nat -A POSTROUTING -o eth3 -s 10.0.0.0/24 -j SNAT --to-source 123.123.123.123.
2009-03-10 21:29:06 UTC in Firewall Builder
-
Hello,
I need to get a rule:
iptables -t nat -A POSTROUTING -d ! 10.0.1.0/24 -j MASQUERADE
Using FB, I can only get rules that SNAT to the IP of each of my interfaces. (I have 6)
But since I'm using the kernel load balancing, and multi-homed interfaces, I want it to have the generic -t NAT -j MASQUERADE. The only way I got a similar command is to make the interface in FB dynamic...
2009-03-10 20:58:31 UTC in Firewall Builder
-
The foreground is correct here, it's the background, which should be light gray instead of dark, that is incorrect.
If you look at the theme I posted, Window Background RGB (186,189,182) with window foreground (0,0,0) is the correct colors.
In fwbuilder, I get background of (91, 92, 89) and foreground of (0,0,0)
I don't even know where that color it is using is from either.
2008-10-24 15:00:43 UTC in Firewall Builder
-
Ok, the fixes worked for the lables dialog, and a few other spots. Rules look good now too.
An easy fix for the library background/foreground issue would be just to set the text color to black. If you're going to set background, I would suggest enforcing foreground color to expect black then. Not sure if this is a bug, but when I goto edit/preferences, the library window changes to white...
2008-10-23 18:12:27 UTC in Firewall Builder
-
File Added: fwbuilder06.jpg.
2008-10-23 02:13:35 UTC in Firewall Builder
-
File Added: fwbuilder05.jpg.
2008-10-23 02:12:34 UTC in Firewall Builder
-
File Added: fwbuilder04.jpg.
2008-10-23 02:12:09 UTC in Firewall Builder