<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3513</id>
	<title>Nabble - Firewall Builder</title>
	<updated>2009-12-14T20:58:07Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Firewall-Builder-f3513.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firewall-Builder-f3513.html" />
	<subtitle type="html">Object-oriented GUI and set of compilers for various firewall platforms. Currently implemented compilers for iptables, ipfilter, OpenBSD pf, ipfw and Cisco PIX Firewall Builder home is &lt;a href=&quot;http://sourceforge.net/projects/fwbuilder/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26789558</id>
	<title>Firewall Builder v3.1 build 2137</title>
	<published>2009-12-14T20:58:07Z</published>
	<updated>2009-12-14T20:58:07Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">few new features and some bug fixes in this build:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - Added a place in the global Preferences dialog for options specific for different object types. First parameters include options for DNSName and&lt;/div&gt;
&lt;div&gt;AddressTable to let the user decide if the newly created objects of these types should be automatically configured with &amp;quot;Compile Time&amp;quot; or &amp;quot;Run Time&amp;quot; mode. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - Also, added an option that makes DNSName object editor copy the name of the object into the DNS record input field when new object is created or whenever the name changes.  This is useful when the user does not want to keep object name and dns record different because they need to enter the name only once.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - generated iptables script can now include automatic rules to match IPv6 neighbor discovery ICMP6 packets. This is controlled by a checkbox in the iptables &amp;quot;advanced&amp;quot; settings dialog and is off by default.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - shell functions in the generated iptbales script should not be empty because some shells do not like that (bash does not mind, but busybox and some other shells do not accept this)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Reminder:  generated script is now assembled from blocks that come from the files that I call &amp;quot;configlets&amp;quot;. Configlets that come with the package are installed in  /usr/share/fwbuilder-3.1.0/configlets on Linux. You can create directory &amp;quot;fwbuilder/configlets&amp;quot;  in your home  and copy files that come with the package to it and then edit them. Just maintain directory structure, such as for the general Linux platform place your modified configlets in $HOME/fwbuilder/configlets/linux24/   You can copy just one configlet, you do not need to copy all of them.  This allows you to modify generated script without touching C++ code. Whenever the package is reinstalled, your modified configlets are not going to be wiped out and replaced because they are stored in your home directory.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Configlets support primitive macro language with just two constructs:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;{{$variable}} for variable substitution and &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;{{if  variable}}    some code  {{endif}}   for conditionals&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I feel this is very powerful mechanism because it allows you to make changes without having to wait for us to turn around and release new version of fwbuilder to fix a bug or make an improvement.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firewall-Builder-v3.1-build-2137-tp26789558p26789558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789338</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T20:27:27Z</published>
	<updated>2009-12-14T20:27:27Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;thanks, this is good information.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Firewall Builder is not intended to generate configuration for vrrpd or other daemons that provide HA service. The goal of fwbuilder is to generate firewall configuration for the HA cluster. The code is based on the code that was contributed to the project by folks from Secunet Security Networks AG but was generalized quite a bit since their implementation only supported VRRP in a specific configuration. Actually the notion of VRRP requiring vrrp interfaces comes from them and I just did  not question or verify it. Fwbuilder does not expect vrrp interfaces when failover protocol is set to &amp;quot;heartbeat&amp;quot; or &amp;quot;OpenAIS&amp;quot; which is the case Juan has.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I think I should try to configure a couple of vmware virtual machines to actually try this hands on. It would help me a lot if you guys could send me some working configs for different variants of HA configurations. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 8:18 PM, John Gallagher &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;john@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;








&lt;div lang=&quot;EN-US&quot; link=&quot;blue&quot; vlink=&quot;purple&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;Keepalived manages both VRRP and IPVS config.  It works
great and is not that difficult to configure.  &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;I manage  4 different locations that have over 200,000
connections per hour and have never had a issue.  We have had third party
companies do stress testing of the load balancer and failover
functionality.  They opened some 5000 http connections a second to the
website while we unplugged cables and pulled power cords.  They hardly saw
anything as the VIP addresses moved to the failover server and then back to the
primary system when it came back on line.  &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;Stateful applications will also failover however they will die
if they transition multiple times in a short period of time.  We felt this
was likely caused by iptables and not related to the vrrp as we never had
issues with stateless connections. &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;The heartbeat  is the vrrp multicast from the active Lb to
the network.  &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;Then health checker scripts allow you to test external
applications.&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt;john&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:11.0pt;color:#1F497D&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div style=&quot;border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size:10.0pt&quot;&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-size:10.0pt&quot;&gt; Juan Pablo Villa
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Monday, December 14, 2009 4:38 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Vadim Kurland&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Fwbuilder-discussion] VRRP Cluster config&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;blockquote style=&quot;border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Isn&amp;#39;t protocol supported by keepalived  called
&amp;quot;heartbeat&amp;quot; ? It is not VRRP I believe.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Keepalived has an option (-P) to use vrrp only. It works
alike vrrpd, but from the manpage it seems to have less features&lt;br&gt;
 &lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style=&quot;border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;anyway, If vrrpd can work in a way where it does not
create vrrp interfaces (vrrp0, vrrp1 etc) but instead assigns alias IP
addresses to existing physical interfaces, then this is similar to how
heartbeat works. I am going to look into this, I suppose there should be an
option to let fwbuilder known which way vrrpd is used. In any case, you just
uncheck the checkbox &amp;quot;Configure interfaces&amp;quot; so it won&amp;#39;t try to manage
these interfaces.&lt;/p&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;AFAIK there is no other option but to have it as an alias of
an existing interface. When using vrrp implementations and versions I mentioned
is just not possible. Dunno if another implementation let&amp;#39;s you do it that way
because when searching for it I couldn&amp;#39;t find any other.&lt;br&gt;
 &lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style=&quot;border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;meanwhile you can configure your failover groups in
fwbuilder to use protocol &amp;quot;None&amp;quot;. &lt;/p&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:12.0pt&quot;&gt;I tried before and I just
realized that the compile errors I was getting were because I was not adding an
IP address to each interface, just like vrrp. Solved!&lt;br&gt;
 &lt;br&gt;
Regards,&lt;br&gt;
JP.-&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style=&quot;border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in&quot;&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color:#888888&quot;&gt; &lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;color:#888888&quot;&gt;--vk&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Mon, Dec 14, 2009 at 3:58 PM, Juan Pablo Villa &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;
wrote:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Sorry I wasn&amp;#39;t clear about the vrrp interfaces. My system
does not have any vrrpX interface, and frankly I don&amp;#39;t know how to create them.&lt;br&gt;
&lt;br&gt;
Using vrrpd you get an IP alias over the existing interface with a
corresponding vrrp mac-addr, but you can&amp;#39;t get any new interfaces created on
the system  (AFAIK both vrrpd and keepalived work the same way, but I
liked more the vrrpd way and played with it more extensively). &lt;br&gt;
&lt;br&gt;
For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the
physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;
&lt;br&gt;
fwdebian1:~# ip addr list eth0&lt;br&gt;
2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast
state UNKNOWN qlen 1000&lt;br&gt;
    link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;
    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt;
scope global eth0&lt;br&gt;
    inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;
       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;
fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;
&lt;br&gt;
fwdebian1:~# ip addr list eth0&lt;br&gt;
2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast
state UNKNOWN qlen 1000&lt;br&gt;
    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;
    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt;
scope global eth0&lt;br&gt;
    inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt;
scope global eth0&lt;br&gt;
    inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;
       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;
I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the
index you mentioned) but it didn&amp;#39;t work either. &lt;br&gt;
&lt;br&gt;
vrrpd also lets you configure additional IPs and monitored circuit interfaces,
which are handy if you need to use them on NAT rules, and take it right away to
the other cluster member if any of the monitored interfaces is down. It will be
extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;
&lt;br&gt;
I have used those aliases on physical interfaces with fwbuilder and they are
really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;
&lt;br&gt;
Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;span style=&quot;color:#888888&quot;&gt;JP.-&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:12.0pt&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;
wrote:&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br&gt;
I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you
to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;/p&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;as far as vrrp interfaces, I am not sure I follow you. You
say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it
have any vrrp interfaces at all ?&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;It is my understanding that vrrpd creates vrrp interface. If
the index is not &amp;quot;0&amp;quot;, you should be able to create interface
&amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;The part that configures interfaces does not produce
configuration for vrrpd, you need to do this yourself.  Script created by
fwbuilder can assign ip address to vrrp interface though.&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;--vk&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;
wrote:&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;blockquote style=&quot;border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in&quot;&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Hi all, &lt;br&gt;
&lt;br&gt;
I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp
cluster on debian lenny. &lt;br&gt;
&lt;br&gt;
I&amp;#39;m a long time open source fan, but I have been working heavily with
Checkpoint NGX for the last 3 years, and I missed pretty much everything from
the open source world during that time. Happily I&amp;#39;m back, and just amazed with
the fwbuilder goodies.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to
test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp
setup.&lt;br&gt;
&lt;br&gt;
The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my
firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;)
and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of
them creates an interface with such an index.&lt;br&gt;
&lt;br&gt;
If I try to install policy with a cluster interface with this name (vrrp0) the
installation fails with this message:&lt;/p&gt;

&lt;p style=&quot;margin:0in;margin-bottom:.0001pt&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;

&lt;p style=&quot;margin:0in;margin-bottom:.0001pt&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:12.0pt&quot;&gt;To workaround this issue, I
tried not to include interface checking, but this generates a script error
(function remains on the script, but empty, and that causes a syntax error)&lt;/p&gt;

&lt;p style=&quot;margin:0in;margin-bottom:.0001pt&quot;&gt;/etc/fwdebian1.fw: line 331: syntax
error near unexpected token `}&amp;#39;&lt;/p&gt;

&lt;p style=&quot;margin:0in;margin-bottom:.0001pt&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:12.0pt&quot;&gt;&lt;br&gt;
line 329 verify_interfaces() {&lt;br&gt;
line 330&lt;br&gt;
line 331 }&lt;br&gt;
&lt;br&gt;
This also happens with other script options if you uncheck them.&lt;br&gt;
&lt;br&gt;
I might add that I have configured VRRP manually (coming from Nokia IPSO camp,
this was a no brainer), so if the GUI can install a policy by just setting it
to VRRP but without generating any VRRP code, it is ok for me right now
(currently I&amp;#39;m using openais as a workaround to be able to install policy
without fuss, with vrrpd configured manually on each box).&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;span style=&quot;color:#888888&quot;&gt;JP.-&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-bottom:12.0pt&quot;&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789338&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26789338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789263</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T20:18:36Z</published>
	<updated>2009-12-14T20:18:36Z</updated>
	<author>
		<name>John Gallagher-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Keepalived manages both VRRP and IPVS config.&amp;nbsp; It works
great and is not that difficult to configure.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;I manage &amp;nbsp;4 different locations that have over 200,000
connections per hour and have never had a issue.&amp;nbsp; We have had third party
companies do stress testing of the load balancer and failover
functionality.&amp;nbsp; They opened some 5000 http connections a second to the
website while we unplugged cables and pulled power cords.&amp;nbsp; They hardly saw
anything as the VIP addresses moved to the failover server and then back to the
primary system when it came back on line. &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Stateful applications will also failover however they will die
if they transition multiple times in a short period of time.&amp;nbsp; We felt this
was likely caused by iptables and not related to the vrrp as we never had
issues with stateless connections. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;The heartbeat &amp;nbsp;is the vrrp multicast from the active Lb to
the network.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Then health checker scripts allow you to test external
applications.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;john&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Juan Pablo Villa
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Monday, December 14, 2009 4:38 PM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; Vadim Kurland&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Re: [Fwbuilder-discussion] VRRP Cluster config&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;Isn't protocol supported by keepalived &amp;nbsp;called
&amp;quot;heartbeat&amp;quot; ? It is not VRRP I believe.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;Keepalived has an option (-P) to use vrrp only. It works
alike vrrpd, but from the manpage it seems to have less features&lt;br&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;anyway,&amp;nbsp;If vrrpd can work in a way where it does not
create vrrp interfaces (vrrp0, vrrp1 etc) but instead assigns alias IP
addresses to existing physical interfaces, then this is similar to how
heartbeat works. I am going to look into this, I suppose there should be an
option to let fwbuilder known which way vrrpd is used. In any case, you just
uncheck the checkbox &amp;quot;Configure interfaces&amp;quot; so it won't try to manage
these interfaces.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;AFAIK there is no other option but to have it as an alias of
an existing interface. When using vrrp implementations and versions I mentioned
is just not possible. Dunno if another implementation let's you do it that way
because when searching for it I couldn't find any other.&lt;br&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;meanwhile you can configure your failover groups in
fwbuilder to use protocol &amp;quot;None&amp;quot;.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;I tried before and I just
realized that the compile errors I was getting were because I was not adding an
IP address to each interface, just like vrrp. Solved!&lt;br&gt;
&amp;nbsp;&lt;br&gt;
Regards,&lt;br&gt;
JP.-&lt;br&gt;
&lt;br&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'&gt;

&lt;p class=MsoNormal&gt;&lt;span style='color:#888888'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;span style='color:#888888'&gt;--vk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Mon, Dec 14, 2009 at 3:58 PM, Juan Pablo Villa &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;
wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Sorry I wasn't clear about the vrrp interfaces. My system
does not have any vrrpX interface, and frankly I don't know how to create them.&lt;br&gt;
&lt;br&gt;
Using vrrpd you get an IP alias over the existing interface with a
corresponding vrrp mac-addr, but you can't get any new interfaces created on
the system&amp;nbsp; (AFAIK both vrrpd and keepalived work the same way, but I
liked more the vrrpd way and played with it more extensively). &lt;br&gt;
&lt;br&gt;
For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the
physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;
&lt;br&gt;
fwdebian1:~# ip addr list eth0&lt;br&gt;
2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast
state UNKNOWN qlen 1000&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt;
scope global eth0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;
fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;
&lt;br&gt;
fwdebian1:~# ip addr list eth0&lt;br&gt;
2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast
state UNKNOWN qlen 1000&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt;
scope global eth0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt;
scope global eth0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;
I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the
index you mentioned) but it didn't work either. &lt;br&gt;
&lt;br&gt;
vrrpd also lets you configure additional IPs and monitored circuit interfaces,
which are handy if you need to use them on NAT rules, and take it right away to
the other cluster member if any of the monitored interfaces is down. It will be
extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;
&lt;br&gt;
I have used those aliases on physical interfaces with fwbuilder and they are
really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;
&lt;br&gt;
Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;span style='color:#888888'&gt;JP.-&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;
wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;br&gt;
I'll fix the issue with empty functions. I create a bug for this and added you
to Cc, you'll get email when this is fixed. Should be today.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;as far as vrrp interfaces, I am not sure I follow you. You
say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it
have any vrrp interfaces at all ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;It is my understanding that vrrpd creates vrrp interface. If
the index is not &amp;quot;0&amp;quot;, you should be able to create interface
&amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;The part that configures interfaces does not produce
configuration for vrrpd, you need to do this yourself. &amp;nbsp;Script created by
fwbuilder can assign ip address to vrrp interface though.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;--vk&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;
wrote:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;Hi all, &lt;br&gt;
&lt;br&gt;
I recently came across fwbuilder and right now I'm trying to set up a vrrp
cluster on debian lenny. &lt;br&gt;
&lt;br&gt;
I'm a long time open source fan, but I have been working heavily with
Checkpoint NGX for the last 3 years, and I missed pretty much everything from
the open source world during that time. Happily I'm back, and just amazed with
the fwbuilder goodies.&lt;br&gt;
&lt;br&gt;
I'm running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to
test more extensively the vrrp features, but I'm stuck with the basic vrrp
setup.&lt;br&gt;
&lt;br&gt;
The main problem that I'm having is that I don't have a vrrp0 interface on my
firewalls. I have tried vrrpd&amp;nbsp; (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;)
and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of
them creates an interface with such an index.&lt;br&gt;
&lt;br&gt;
If I try to install policy with a cluster interface with this name (vrrp0) the
installation fails with this message:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style='margin:0in;margin-bottom:.0001pt'&gt;# Interface vrrp0 does not exist&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style='margin:0in;margin-bottom:.0001pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;To workaround this issue, I
tried not to include interface checking, but this generates a script error
(function remains on the script, but empty, and that causes a syntax error)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style='margin:0in;margin-bottom:.0001pt'&gt;/etc/fwdebian1.fw: line 331: syntax
error near unexpected token `}'&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style='margin:0in;margin-bottom:.0001pt'&gt;/etc/fwdebian1.fw: line 331: `}'&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;&lt;br&gt;
line 329 verify_interfaces() {&lt;br&gt;
line 330&lt;br&gt;
line 331 }&lt;br&gt;
&lt;br&gt;
This also happens with other script options if you uncheck them.&lt;br&gt;
&lt;br&gt;
I might add that I have configured VRRP manually (coming from Nokia IPSO camp,
this was a no brainer), so if the GUI can install a policy by just setting it
to VRRP but without generating any VRRP code, it is ok for me right now
(currently I'm using openais as a workaround to be able to install policy
without fuss, with vrrpd configured manually on each box).&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;span style='color:#888888'&gt;JP.-&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal style='margin-bottom:12.0pt'&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/blockquote&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789263&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26789263.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789269</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T20:17:32Z</published>
	<updated>2009-12-14T20:17:32Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;the problem with empty shell functions should be fixed in v3.1 build 2137.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I am going to look into VRRP interfaces configuration in the next couple of days. Could you give me your vrrpd configurations ? This would help me a lot.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 4:38 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div class=&quot;im&quot;&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Isn&amp;#39;t protocol supported by keepalived  called &amp;quot;heartbeat&amp;quot; ? It is not VRRP I believe.&lt;/blockquote&gt;

&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;Keepalived has an option (-P) to use vrrp only. It works alike vrrpd, but from the manpage it seems to have less features&lt;br&gt; &lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;anyway, If vrrpd can work in a way where it does not create vrrp interfaces (vrrp0, vrrp1 etc) but instead assigns alias IP addresses to existing physical interfaces, then this is similar to how heartbeat works. I am going to look into this, I suppose there should be an option to let fwbuilder known which way vrrpd is used. In any case, you just uncheck the checkbox &amp;quot;Configure interfaces&amp;quot; so it won&amp;#39;t try to manage these interfaces.&lt;/div&gt;

&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;AFAIK there is no other option but to have it as an alias of an existing interface. When using vrrp implementations and versions I mentioned is just not possible. Dunno if another implementation let&amp;#39;s you do it that way because when searching for it I couldn&amp;#39;t find any other.&lt;br&gt;

 &lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;br&gt;&lt;div&gt;meanwhile you can configure your failover groups in fwbuilder to use protocol &amp;quot;None&amp;quot;. &lt;/div&gt;

&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;I tried before and I just realized that the compile errors I was getting were because I was not adding an IP address to each interface, just like vrrp. Solved!&lt;br&gt; &lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;/font&gt;&lt;div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 3:58 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;Sorry I wasn&amp;#39;t clear about the vrrp interfaces. My system does not have any vrrpX interface, and frankly I don&amp;#39;t know how to create them.&lt;br&gt;


&lt;br&gt;Using vrrpd you get an IP alias over the existing interface with a corresponding vrrp mac-addr, but you can&amp;#39;t get any new interfaces created on the system  (AFAIK both vrrpd and keepalived work the same way, but I liked more the vrrpd way and played with it more extensively). &lt;br&gt;



&lt;br&gt;For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;



    link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;       valid_lft forever preferred_lft forever&lt;br&gt;



&lt;br&gt;fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;



    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;


       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the index you mentioned) but it didn&amp;#39;t work either. &lt;br&gt;&lt;br&gt;vrrpd also lets you configure additional IPs and monitored circuit interfaces, which are handy if you need to use them on NAT rules, and take it right away to the other cluster member if any of the monitored interfaces is down. It will be extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;



&lt;br&gt;I have used those aliases on physical interfaces with fwbuilder and they are really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;&lt;br&gt;Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;



&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;


&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;
&lt;br&gt;I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as far as vrrp interfaces, I am not sure I follow you. You say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it have any vrrp interfaces at all ?&lt;/div&gt;




&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It is my understanding that vrrpd creates vrrp interface. If the index is not &amp;quot;0&amp;quot;, you should be able to create interface &amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/div&gt;&lt;div&gt;



&lt;br&gt;
&lt;/div&gt;&lt;div&gt;The part that configures interfaces does not produce configuration for vrrpd, you need to do this yourself.  Script created by fwbuilder can assign ip address to vrrp interface though.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;




--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;



&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;





&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;





&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;





&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;

&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;


I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;





&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789269&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26789269.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787639</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T16:38:17Z</published>
	<updated>2009-12-14T16:38:17Z</updated>
	<author>
		<name>Juan Pablo Villa</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Isn&amp;#39;t protocol supported by keepalived  called &amp;quot;heartbeat&amp;quot; ? It is not VRRP I believe.&lt;/blockquote&gt;
&lt;div&gt; &lt;/div&gt;&lt;div&gt;Keepalived has an option (-P) to use vrrp only. It works alike vrrpd, but from the manpage it seems to have less features&lt;br&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;anyway, If vrrpd can work in a way where it does not create vrrp interfaces (vrrp0, vrrp1 etc) but instead assigns alias IP addresses to existing physical interfaces, then this is similar to how heartbeat works. I am going to look into this, I suppose there should be an option to let fwbuilder known which way vrrpd is used. In any case, you just uncheck the checkbox &amp;quot;Configure interfaces&amp;quot; so it won&amp;#39;t try to manage these interfaces.&lt;/div&gt;
&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;AFAIK there is no other option but to have it as an alias of an existing interface. When using vrrp implementations and versions I mentioned is just not possible. Dunno if another implementation let&amp;#39;s you do it that way because when searching for it I couldn&amp;#39;t find any other.&lt;br&gt;
 &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;&lt;div&gt;meanwhile you can configure your failover groups in fwbuilder to use protocol &amp;quot;None&amp;quot;. &lt;/div&gt;
&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I tried before and I just realized that the compile errors I was getting were because I was not adding an IP address to each interface, just like vrrp. Solved!&lt;br&gt; &lt;br&gt;Regards,&lt;br&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 3:58 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Sorry I wasn&amp;#39;t clear about the vrrp interfaces. My system does not have any vrrpX interface, and frankly I don&amp;#39;t know how to create them.&lt;br&gt;

&lt;br&gt;Using vrrpd you get an IP alias over the existing interface with a corresponding vrrp mac-addr, but you can&amp;#39;t get any new interfaces created on the system  (AFAIK both vrrpd and keepalived work the same way, but I liked more the vrrpd way and played with it more extensively). &lt;br&gt;


&lt;br&gt;For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;


    link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;       valid_lft forever preferred_lft forever&lt;br&gt;


&lt;br&gt;fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;


    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;

       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the index you mentioned) but it didn&amp;#39;t work either. &lt;br&gt;&lt;br&gt;vrrpd also lets you configure additional IPs and monitored circuit interfaces, which are handy if you need to use them on NAT rules, and take it right away to the other cluster member if any of the monitored interfaces is down. It will be extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;


&lt;br&gt;I have used those aliases on physical interfaces with fwbuilder and they are really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;&lt;br&gt;Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;


&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as far as vrrp interfaces, I am not sure I follow you. You say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it have any vrrp interfaces at all ?&lt;/div&gt;



&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It is my understanding that vrrpd creates vrrp interface. If the index is not &amp;quot;0&amp;quot;, you should be able to create interface &amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/div&gt;&lt;div&gt;


&lt;br&gt;
&lt;/div&gt;&lt;div&gt;The part that configures interfaces does not produce configuration for vrrpd, you need to do this yourself.  Script created by fwbuilder can assign ip address to vrrp interface though.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;



--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787639&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;


&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;




&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;




&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;




&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;

&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;


I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;




&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787639&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787639&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26787639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787412</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T16:08:45Z</published>
	<updated>2009-12-14T16:08:45Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;Isn&amp;#39;t protocol supported by keepalived  called &amp;quot;heartbeat&amp;quot; ? It is not VRRP I believe.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;anyway, If vrrpd can work in a way where it does not create vrrp interfaces (vrrp0, vrrp1 etc) but instead assigns alias IP addresses to existing physical interfaces, then this is similar to how heartbeat works. I am going to look into this, I suppose there should be an option to let fwbuilder known which way vrrpd is used. In any case, you just uncheck the checkbox &amp;quot;Configure interfaces&amp;quot; so it won&amp;#39;t try to manage these interfaces.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;fwbuilder does not generate vrrpd configuration and most likely will not do this.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;meanwhile you can configure your failover groups in fwbuilder to use protocol &amp;quot;None&amp;quot;. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Setting protocol to vrrp in the failover group does several things:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - if &amp;quot;configure interfaces&amp;quot; option is turned on, then generated script will try to manage vrrp interface and configure its ip address . As I said, this should probably change with addition of a new option.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - regardless of that, fwbuilder will add rules to the generated script to permit VRRP packets between cluster members.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If you choose protocol &amp;quot;None&amp;quot;, both this functions won&amp;#39;t work, but the rest of the cluster configuration generator should work so it will replace cluster object and its interfaces with corresponding members when it processes policy.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 3:58 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787412&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Sorry I wasn&amp;#39;t clear about the vrrp interfaces. My system does not have any vrrpX interface, and frankly I don&amp;#39;t know how to create them.&lt;br&gt;
&lt;br&gt;Using vrrpd you get an IP alias over the existing interface with a corresponding vrrp mac-addr, but you can&amp;#39;t get any new interfaces created on the system  (AFAIK both vrrpd and keepalived work the same way, but I liked more the vrrpd way and played with it more extensively). &lt;br&gt;

&lt;br&gt;For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;

    link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;       valid_lft forever preferred_lft forever&lt;br&gt;

&lt;br&gt;fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;

    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;
       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the index you mentioned) but it didn&amp;#39;t work either. &lt;br&gt;&lt;br&gt;vrrpd also lets you configure additional IPs and monitored circuit interfaces, which are handy if you need to use them on NAT rules, and take it right away to the other cluster member if any of the monitored interfaces is down. It will be extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;

&lt;br&gt;I have used those aliases on physical interfaces with fwbuilder and they are really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;&lt;br&gt;Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;

&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787412&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;
&lt;br&gt;I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as far as vrrp interfaces, I am not sure I follow you. You say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it have any vrrp interfaces at all ?&lt;/div&gt;


&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It is my understanding that vrrpd creates vrrp interface. If the index is not &amp;quot;0&amp;quot;, you should be able to create interface &amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/div&gt;&lt;div&gt;

&lt;br&gt;
&lt;/div&gt;&lt;div&gt;The part that configures interfaces does not produce configuration for vrrpd, you need to do this yourself.  Script created by fwbuilder can assign ip address to vrrp interface though.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;


--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787412&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;
Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;



&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;



&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;



&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;

&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;

I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;



&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787412&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787412&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26787412.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787293</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T15:58:08Z</published>
	<updated>2009-12-14T15:58:08Z</updated>
	<author>
		<name>Juan Pablo Villa</name>
	</author>
	<content type="html">Sorry I wasn&amp;#39;t clear about the vrrp interfaces. My system does not have any vrrpX interface, and frankly I don&amp;#39;t know how to create them.&lt;br&gt;&lt;br&gt;Using vrrpd you get an IP alias over the existing interface with a corresponding vrrp mac-addr, but you can&amp;#39;t get any new interfaces created on the system  (AFAIK both vrrpd and keepalived work the same way, but I liked more the vrrpd way and played with it more extensively). &lt;br&gt;
&lt;br&gt;For instance, I used vrrp to configure eth0 as follows (10.78.78.8 is the physical IP and 10.78.78.10 the virtual IP).&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;
    link/ether 00:0c:29:5c:24:8f brd ff:ff:ff:ff:ff:ff&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::20c:29ff:fe5c:248f/64 scope link &lt;br&gt;       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;fwdebian1:~# vrrpd -D -i eth0 -v 50 10.78.78.10&lt;br&gt;&lt;br&gt;fwdebian1:~# ip addr list eth0&lt;br&gt;2: eth0: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000&lt;br&gt;    link/ether 00:00:5e:00:01:32 brd ff:ff:ff:ff:ff:ff&lt;br&gt;
    inet &lt;a href=&quot;http://10.78.78.8/24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;10.78.78.8/24&lt;/a&gt; scope global eth0&lt;br&gt;    inet &lt;a href=&quot;http://10.78.78.10/32&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;10.78.78.10/32&lt;/a&gt; scope global eth0&lt;br&gt;    inet6 fe80::200:5eff:fe00:132/64 scope link &lt;br&gt;       valid_lft forever preferred_lft forever&lt;br&gt;
&lt;br&gt;I tried declaring vrrp2 as the cluster interface for eth0 (I assume it is the index you mentioned) but it didn&amp;#39;t work either. &lt;br&gt;&lt;br&gt;vrrpd also lets you configure additional IPs and monitored circuit interfaces, which are handy if you need to use them on NAT rules, and take it right away to the other cluster member if any of the monitored interfaces is down. It will be extra nice to have this functionality built into fwbuilder ;-). &lt;br&gt;
&lt;br&gt;I have used those aliases on physical interfaces with fwbuilder and they are really nice if you come from proxy-arp hell back there at CheckPoint camp.&lt;br&gt;&lt;br&gt;Can I suggest an option to skip the vrrp IP assignment on compile?&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;JP.-&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 7:28 PM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787293&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as far as vrrp interfaces, I am not sure I follow you. You say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it have any vrrp interfaces at all ?&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It is my understanding that vrrpd creates vrrp interface. If the index is not &amp;quot;0&amp;quot;, you should be able to create interface &amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/div&gt;&lt;div&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div&gt;The part that configures interfaces does not produce configuration for vrrpd, you need to do this yourself.  Script created by fwbuilder can assign ip address to vrrp interface though.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;

--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787293&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;
Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;


&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;


&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;


&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;

&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;

I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;


&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787293&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26787293&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26787293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786176</id>
	<title>Re: VRRP Cluster config</title>
	<published>2009-12-14T14:28:17Z</published>
	<updated>2009-12-14T14:28:17Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;br&gt;I&amp;#39;ll fix the issue with empty functions. I create a bug for this and added you to Cc, you&amp;#39;ll get email when this is fixed. Should be today.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as far as vrrp interfaces, I am not sure I follow you. You say the firewall does not have vrrp0 interface. Does it have vrrp1 ? Does it have any vrrp interfaces at all ?&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;It is my understanding that vrrpd creates vrrp interface. If the index is not &amp;quot;0&amp;quot;, you should be able to create interface &amp;quot;vrrp1&amp;quot; or any other in fwbuilder just as well.&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;The part that configures interfaces does not produce configuration for vrrpd, you need to do this yourself.  Script created by fwbuilder can assign ip address to vrrp interface though.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;
--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 14, 2009 at 2:16 PM, Juan Pablo Villa &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786176&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jpvilla@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;

&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;

&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;

&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;

&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin:0px;text-indent:0px&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;
I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;

&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Return on Information:&lt;br&gt;
Google Enterprise Search pays you back&lt;br&gt;
Get the facts.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786176&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786176&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26786176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786003</id>
	<title>VRRP Cluster config</title>
	<published>2009-12-14T14:16:21Z</published>
	<updated>2009-12-14T14:16:21Z</updated>
	<author>
		<name>Juan Pablo Villa</name>
	</author>
	<content type="html">Hi all, &lt;br&gt;&lt;br&gt;I recently came across fwbuilder and right now I&amp;#39;m trying to set up a vrrp cluster on debian lenny. &lt;br&gt;&lt;br&gt;I&amp;#39;m a long time open source fan, but I have been working heavily with Checkpoint NGX for the last 3 years, and I missed pretty much everything from the open source world during that time. Happily I&amp;#39;m back, and just amazed with the fwbuilder goodies.&lt;br&gt;
&lt;br&gt;I&amp;#39;m running fwbuilder 3.1 build 2131 on ubuntu jaunty amd64. I would like to test more extensively the vrrp features, but I&amp;#39;m stuck with the basic vrrp setup.&lt;br&gt;&lt;br&gt;The main problem that I&amp;#39;m having is that I don&amp;#39;t have a vrrp0 interface on my firewalls. I have tried vrrpd  (&lt;a href=&quot;http://packages.debian.org/lenny/vrrpd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/vrrpd&lt;/a&gt;) and keepalived (&lt;a href=&quot;http://packages.debian.org/lenny/keepalived&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://packages.debian.org/lenny/keepalived&lt;/a&gt;) and none of them creates an interface with such an index.&lt;br&gt;
&lt;br&gt;If I try to install policy with a cluster interface with this name (vrrp0) the installation fails with this message:&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;# Interface vrrp0 does not exist&lt;/p&gt;&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
&lt;br&gt;&lt;/p&gt;To workaround this issue, I tried not to include interface checking, but this generates a script error (function remains on the script, but empty, and that causes a syntax error)&lt;br&gt;&lt;br&gt;
&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot;&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: syntax error near unexpected token `}&amp;#39;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;/etc/fwdebian1.fw: line 331: `}&amp;#39;&lt;/p&gt;&lt;br&gt;line 329 verify_interfaces() {&lt;br&gt;line 330&lt;br&gt;line 331 }&lt;br&gt;&lt;br&gt;This also happens with other script options if you uncheck them.&lt;br&gt;&lt;br&gt;
I might add that I have configured VRRP manually (coming from Nokia IPSO camp, this was a no brainer), so if the GUI can install a policy by just setting it to VRRP but without generating any VRRP code, it is ok for me right now (currently I&amp;#39;m using openais as a workaround to be able to install policy without fuss, with vrrpd configured manually on each box).&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;JP.-&lt;br&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786003&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VRRP-Cluster-config-tp26786003p26786003.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26771946</id>
	<title>fwbuilder v3.1 build 2131</title>
	<published>2009-12-13T17:41:52Z</published>
	<updated>2009-12-13T17:41:52Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;Please join us testing new Firewall Builder v3.1. &lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;Volunteers needed who can test new features related to the firewall cluster configurations, as well as VLAN, bonding and bridge interface configurations.&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;br&gt;&lt;/font&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;build 2131 includes few bug fixes and improvements suggested by Heiko &lt;/font&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;Schlichting :&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - changed object sorting order to show Policy, NAT and Routing above interfaces of the firewall. This helps when you have a lot of interfaces but mostly work on the rules&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - objects in the tree are sorted alphabetically, case-insensitive. Please let me know if this creates problems for you and I&amp;#39;ll make this an option in Preferences. Sorting order used to be case-sensitive.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - compiler output panel that is used when you compile a single rule was losing scroll bar when detached.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - compiler output in this window now includes the comment of the rule&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;Other  fixes in the GUI&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;meta charset=&quot;utf-8&quot;&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - editor panel, that also includes tabs for search functions and compiler output panel, can be stretched when detached.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - fixed excessive flicker and unnecessary scrolling of the rule set view when user changes action, direction, options or logging in the rule.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - fixed font size in the &amp;quot;about&amp;quot; dialog to make the title &amp;quot;Firewall Builder vNN.NN&amp;quot; fit in the dialog window&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; &lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt; - default font in the compiler output window is the same size as for the rest of the GUI (was too small)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;br&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana, Arial, &amp;#39;Bitstream Vera Sans&amp;#39;, Helvetica, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26771946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwbuilder-v3.1-build-2131-tp26771946p26771946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26739000</id>
	<title>Firewall Builder GUI changes</title>
	<published>2009-12-10T21:31:45Z</published>
	<updated>2009-12-10T21:31:45Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;as you remember, we had rather active discussion on this list  a few weeks ago where it was decided that it makes sense to get rid of the &amp;quot;Apply&amp;quot; button in the object editor panel and just save the changes into the object in memory immediately. This has been implemented, together with complete Undo facility, and new packages are ready for testing. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;These packages are available as Firewall Builder v3.1. This version number is temporary and the code will be released as Firewall Builder v4.0 when it is ready. I do not want to imply that this is public beta of v4.0 just yet, although it is very close. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I would like to know your opinion on the new GUI before I go full public beta.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I would appreciate it very much if you could take a look at the new version. It has a many new features and overall I feel it has matured a lot. Come on, we now have undo :-)&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Packages are available in the usual place here:  &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.fwbuilder.org/nightly_builds/fwbuilder-3.1/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fwbuilder.org/nightly_builds/fwbuilder-3.1/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;As always, grab the latest build for testing.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Quick summary of new features in v3.1 (to be released as v4.0) :&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - undo for all operations with objects and rules&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - use main menu View/Undo stack to open a window that shows undo stack. Clicking a row in this window executes all commands up to that row, including the command shown in it. Highlighted row corresponds to the last command that has been executed.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;Object editor picks up and saves changes into the object when you hit Return in all text input fields or move keyboard focus away from the entry field (i.e. click on another one). This works almost identical to the &amp;quot;automatic save changes&amp;quot; mode of the v3.0.x except in v3.0 the change was saved into the object when you opened different object in the editor.&lt;span class=&quot;__wave_paste&quot;&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt; - &amp;quot;Immediate compile&amp;quot;. Just highlight a rule in policy or NAT rule set and hit  &amp;#39;x&amp;#39; key (or use context menu item). This compiles this one rule and shows generated script or configuration lines in the bottom panel in the GUI. This is great to quickly check what is being generated for some rule you are trying&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt; - The editor panel, object tree and undo stack are now docable windows. You can insert them into the main window (this is the default) or detach them and move around on the screen. In the detached state they can overlap the main window which should help when you use application on a small screen (laptop)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt; - the tree, rules and the editor are not tightly synchronized anymore. Before, single click in the tree would open object in the editor. This caused problems if you wanted to populate a group of objects and needed to switch between object libraries or open many tree branches. This tended to switch the object shown in the editor even if you did not want or need to. In the new version this does not happen. The group opened in the editor stays there and you can navigate the tree and click in it freely until you find the object you want, and then just drag it into the group.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - support for HA configurations. This includes new object type &amp;quot;Cluster&amp;quot; that encapsulates abstraction of the cluster, its interfaces and rules. Following &lt;/div&gt;&lt;div&gt;failover protocols are supported: on Linux heartbeat, OpenAIS, VRRP, on BSD CARP, on PIX its own protocol (I guess it does not have special name). State synchronization protocols are supported as well.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - support for these HA protocols means the program can automatically add rules to permit packets that carry these protocols between firewalls &lt;/div&gt;&lt;div&gt;and can configure VRRP interfaces with their own addresses and all. I tried to explain this in more details in the Release Notes which is shown when you start the program.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - on Linux we can now generate script to configure VLANs, bonding interfaces, bridges, dynamically update all of these and also dynamically update ip addresses of interfaces. In the older versions, including v3.0, generated script removed all secondary addresses from interfaces and then added them back. New version only removes addresses that have been removed in the GUI and adds new ones.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - generated Linux/iptables script has standard structure with command line options &amp;quot;start&amp;quot;, &amp;quot;stop&amp;quot; and few others&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - generated scripts are assembled from fragments that we call &amp;quot;configlets&amp;quot;. You can override configlets that come with the package and use your own to modify generated script. This means you can make changes to the generated script without having to modify C++ code and rebuild the application&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - configlets use very simple macro language that  supports variable expansion and &amp;quot;if&amp;quot; construct for conditionals&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - &lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;there has been a change in the generated script for the rules that use dynamic interfaces . I implemented change suggested by one of the users who noticed that dynamic ipv6 addresses were not handled properly in v3.0.x and suggested a fix. Now behavior has changed as follows: 1) if you use dynamic interface in the rule, the program generates shell function that reads all ip addresses of this interface and uses them in the rule (before it would only read and use the first address) 2) it does the same for ipv6 addresses if the rule belongs to ipv6 rule set&lt;span class=&quot;__wave_paste&quot;&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; &quot;&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;meta charset=&quot;utf-8&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I&amp;#39;ve been playing with Google Wave recently and like it very much. It combines features of several communication systems:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - email: hierarchical structure of quotations and permanent nature of messages so you can get back to them to review and reply later; many people can participate; you can post a reply to a specific paragraph from the middle of somebody else&amp;#39;s post which creates nested level in the discussion&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - chat: parties can see each other messages in near real time, although you dont have to reply immediately, you can reply later just like answering email&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; - wiki: you can get back and edit your post, the resultant discussion is available for people who join later&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have some google wave invites. If enough people are interested, I can send invites and we can use it to discuss new version of fwbuilder. I feel this could be more flexible and in the end more convenient than email. However as we go through the testing I will be posting on the mailing list and in the project blog for those who do not use Google wave.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thank you&lt;/div&gt;&lt;div&gt;Vadim&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26739000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Firewall-Builder-GUI-changes-tp26739000p26739000.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26720252</id>
	<title>configuration for HA Firewalls to replicate config on fedora/centos</title>
	<published>2009-12-09T16:09:52Z</published>
	<updated>2009-12-09T16:09:52Z</updated>
	<author>
		<name>John Gallagher-4</name>
	</author>
	<content type="html">I would disable the scripts that fwbuilder executes to add NAT addresses to
&lt;br&gt;the physical interfaces and use keepalived to manage the transition between
&lt;br&gt;the 2 firewalls. Push the exact same config from the fwbuilder app to both
&lt;br&gt;firewalls so that when it goes active the rules are already in place. &amp;nbsp;The
&lt;br&gt;VRRP config will allow you to run active passive or active active
&lt;br&gt;configurations and well as do load balancing.
&lt;br&gt;&lt;br&gt;Sample Active Passive Keepalived.conf
&lt;br&gt;&lt;br&gt;vrrp_sync_group VG1 {
&lt;br&gt;&amp;nbsp; group {
&lt;br&gt;&amp;nbsp; VI_1
&lt;br&gt;&amp;nbsp; VI_2
&lt;br&gt;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;vrrp_instance VI_1 {
&lt;br&gt;# un comment the line below to enable the master router on this system.
&lt;br&gt;&amp;nbsp; &amp;nbsp; state MASTER
&lt;br&gt;&amp;nbsp; &amp;nbsp; interface bond1
&lt;br&gt;&amp;nbsp; &amp;nbsp; track_interface { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Interface state we monitor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bond0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bond1
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; garp_master_delay 10
&lt;br&gt;&amp;nbsp; &amp;nbsp; smtp_alert
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual_router_id 51
&lt;br&gt;# Change the priority to 80 on secondary router
&lt;br&gt;&amp;nbsp; &amp;nbsp; priority 180
&lt;br&gt;&amp;nbsp; &amp;nbsp; nopreempt
&lt;br&gt;&amp;nbsp; &amp;nbsp; advert_int 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; authentication {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; auth_type PASS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; auth_pass ******
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual_ipaddress {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98.x.x.1 &amp;nbsp;#Public vip-1 WWW, Update and source
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98.x.x.2 &amp;nbsp;#Public vip-2 ADS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 98.x.x.3 &amp;nbsp;#Public vip-3 Blog
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;vrrp_instance VI_2 {
&lt;br&gt;# uncomment the line below to enable the master router on this system
&lt;br&gt;&amp;nbsp; &amp;nbsp; state MASTER
&lt;br&gt;&amp;nbsp; &amp;nbsp; interface bond0
&lt;br&gt;&amp;nbsp; &amp;nbsp; track_interface { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Interface state we monitor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bond0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; bond1
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; smtp_alert
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual_router_id 52
&lt;br&gt;# Change the priority to 80 on secondary router
&lt;br&gt;&amp;nbsp; &amp;nbsp; priority 180
&lt;br&gt;&amp;nbsp; &amp;nbsp; advert_int 1
&lt;br&gt;&amp;nbsp; &amp;nbsp; authentication {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; auth_type PASS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; auth_pass ****
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; virtual_ipaddress {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10.x.x.254
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26720252&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configuration-for-HA-Firewalls-to-replicate-config-on-fedora-centos-tp26546394p26720252.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26679150</id>
	<title>Re: filtering ip addresses from a dnsbl?</title>
	<published>2009-12-07T07:16:21Z</published>
	<updated>2009-12-07T07:16:21Z</updated>
	<author>
		<name>Anthony Ciaravalo</name>
	</author>
	<content type="html">Emmanuel Oga wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That makes sense, can you recommend me a way of monitoring my network
&lt;br&gt;&amp;gt; connections in general? I tried tcpdump but it generates an awful lot
&lt;br&gt;&amp;gt; of information and I'm not sure how to digest it, even with the help
&lt;br&gt;&amp;gt; of wireshark
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;for tcp traffic, i have always found iptraf to be useful when you don't need to view specific packet details and want easy to read ip/port statistical counters.
&lt;br&gt;&lt;br&gt;...from the man page...
&lt;br&gt;&lt;br&gt;iptraf is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.
&lt;br&gt;&lt;br&gt;&lt;br&gt;specifically using the first monitor option
&lt;br&gt;IP traffic monitor
&lt;br&gt;&lt;br&gt;you can sort the tcp connections by packet or byte count. &amp;nbsp;it will show src and dst ip and port counters, so you will easily be able to tell if a specific src ip address has a high byte/packet count to one of your services (or possibly you have a lot of outgoing traffic if your system has been 
&lt;br&gt;hacked and you will see a high count with a src of your ip). &amp;nbsp;it will also show other protocols like icmp and udp packets in the lower half of the window, but it scrolls like tcpdump does, so if you end up needing to track those for something this is not the program.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;there is a geoip patchomatic patchlet for iptables and the kernel that lets you filter based on geographic location, but it has not been maintained in a few years; and it also requires patching iptables and the kernel source and recompiling both... not sure about anything using dnsbl for iptables.
&lt;br&gt;&lt;br&gt;&lt;br&gt;as far as blocking using apache, you can look into these apache modules
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.maxmind.com/app/mod_geoip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.maxmind.com/app/mod_geoip&lt;/a&gt;&lt;br&gt;it will let you block based on geographical location.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/projects/mod-spamhaus/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/mod-spamhaus/&lt;/a&gt;&lt;br&gt;it will let you block using dnsbl.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26679150&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-ip-addresses-from-a-dnsbl--tp26662707p26679150.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670891</id>
	<title>Re: filtering ip addresses from a dnsbl?</title>
	<published>2009-12-06T16:18:57Z</published>
	<updated>2009-12-06T16:18:57Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Dec 6, 2009 at 3:54 PM, Emmanuel Oga &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670891&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmanueloga@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On Sun, Dec 6, 2009 at 2:01 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670891&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; normal 404 response from the web server is small, something like 300 or 400&lt;br&gt;
&amp;gt; bytes. Unless you are serving really fancy 404 pages from your web server,&lt;br&gt;
&amp;gt; it feels unlikely that someone could pull 1.5Gb from it in just 404 replies.&lt;br&gt;
&amp;gt; That is over 3.7 million queries. To do that they would have to send about 3&lt;br&gt;
&amp;gt; requests per second all the time steadily for two weeks. That looks like&lt;br&gt;
&amp;gt; some kind of DDOS and can&amp;#39;t be random. Do apache log files have over 3&lt;br&gt;
&amp;gt; million lines for the interval of these 2 weeks ?&lt;br&gt;
&amp;gt; Are you sure all the traffic was from the web server ? May be you have other&lt;br&gt;
&amp;gt; services running on this machine and the traffic was generated by something&lt;br&gt;
&amp;gt; else ?&lt;br&gt;
&amp;gt; You can build firewall rules to block some sources, whole countries even,&lt;br&gt;
&amp;gt; but if you have something like incorrectly configured ftp server on the&lt;br&gt;
&amp;gt; machine, it will be  abused from addresses coming from other countries&lt;br&gt;
&amp;gt; anyway. Blocking by source IP is inefficient and unreliable way.&lt;br&gt;
&amp;gt; --vk&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;That makes sense, can you recommend me a way of monitoring my network&lt;br&gt;
connections in general? I tried tcpdump but it generates an awful lot&lt;br&gt;
of information and I&amp;#39;m not sure how to digest it, even with the help&lt;br&gt;
of wireshark&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;you can start with simple &amp;quot;netstat -na&amp;quot; to see established connections and ports machine is listening on. Consult  /etc/services   or google to interpret port numbers. When you use tcpdump, filter out port 22 if you log in over ssh, otherwise the output will be full of your own ssh session and it will be hard to find anything else.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;&lt;div class=&quot;h5&quot;&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Sat, Dec 5, 2009 at 10:56 PM, Emmanuel Oga &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670891&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmanueloga@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Hello&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I have a problem I don&amp;#39;t even know how to google for with the proper&lt;br&gt;
&amp;gt;&amp;gt; terms.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I&amp;#39;m using a VPS to host some http pages, my bandwith per month is fixed at&lt;br&gt;
&amp;gt;&amp;gt; about 2gb total.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I leaved apache running, without anything but the hello world page, for&lt;br&gt;
&amp;gt;&amp;gt; about 15 days.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; When I came back, I learned 1.5GB or so of my bandwith was drained by&lt;br&gt;
&amp;gt;&amp;gt; requests from a lot of different hosts (most of them from china).&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; All the bandwith was sucked by serving 404 pages  (and this was only from&lt;br&gt;
&amp;gt;&amp;gt; the apache log, I&amp;#39;m not sure about the connections to other ports).&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; My question is, how can I block these and other potential sources of &amp;quot;bad&lt;br&gt;
&amp;gt;&amp;gt; traffic&amp;quot; ?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Googling around I found these dnsbl black lists, these are supposed to be&lt;br&gt;
&amp;gt;&amp;gt; for spam filtering, but would it make sense to use them to block hosts&lt;br&gt;
&amp;gt;&amp;gt; trying to connect to my server?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Thanks&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
&amp;gt;&amp;gt; a free event focused on virtualization and cloud computing.&lt;br&gt;
&amp;gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670891&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
--------------------------------------------------------------&lt;br&gt;
EmmanuelOga.com - Software Developer&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670891&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-ip-addresses-from-a-dnsbl--tp26662707p26670891.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26670632</id>
	<title>Re: filtering ip addresses from a dnsbl?</title>
	<published>2009-12-06T15:54:46Z</published>
	<updated>2009-12-06T15:54:46Z</updated>
	<author>
		<name>EmmanuelOga</name>
	</author>
	<content type="html">On Sun, Dec 6, 2009 at 2:01 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; normal 404 response from the web server is small, something like 300 or 400
&lt;br&gt;&amp;gt; bytes. Unless you are serving really fancy 404 pages from your web server,
&lt;br&gt;&amp;gt; it feels unlikely that someone could pull 1.5Gb from it in just 404 replies.
&lt;br&gt;&amp;gt; That is over 3.7 million queries. To do that they would have to send about 3
&lt;br&gt;&amp;gt; requests per second all the time steadily for two weeks. That looks like
&lt;br&gt;&amp;gt; some kind of DDOS and can't be random. Do apache log files have over 3
&lt;br&gt;&amp;gt; million lines for the interval of these 2 weeks ?
&lt;br&gt;&amp;gt; Are you sure all the traffic was from the web server ? May be you have other
&lt;br&gt;&amp;gt; services running on this machine and the traffic was generated by something
&lt;br&gt;&amp;gt; else ?
&lt;br&gt;&amp;gt; You can build firewall rules to block some sources, whole countries even,
&lt;br&gt;&amp;gt; but if you have something like incorrectly configured ftp server on the
&lt;br&gt;&amp;gt; machine, it will be  abused from addresses coming from other countries
&lt;br&gt;&amp;gt; anyway. Blocking by source IP is inefficient and unreliable way.
&lt;br&gt;&amp;gt; --vk
&lt;/div&gt;&lt;br&gt;That makes sense, can you recommend me a way of monitoring my network
&lt;br&gt;connections in general? I tried tcpdump but it generates an awful lot
&lt;br&gt;of information and I'm not sure how to digest it, even with the help
&lt;br&gt;of wireshark
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sat, Dec 5, 2009 at 10:56 PM, Emmanuel Oga &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670632&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmanueloga@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have a problem I don't even know how to google for with the proper
&lt;br&gt;&amp;gt;&amp;gt; terms.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm using a VPS to host some http pages, my bandwith per month is fixed at
&lt;br&gt;&amp;gt;&amp;gt; about 2gb total.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I leaved apache running, without anything but the hello world page, for
&lt;br&gt;&amp;gt;&amp;gt; about 15 days.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When I came back, I learned 1.5GB or so of my bandwith was drained by
&lt;br&gt;&amp;gt;&amp;gt; requests from a lot of different hosts (most of them from china).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; All the bandwith was sucked by serving 404 pages  (and this was only from
&lt;br&gt;&amp;gt;&amp;gt; the apache log, I'm not sure about the connections to other ports).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My question is, how can I block these and other potential sources of &amp;quot;bad
&lt;br&gt;&amp;gt;&amp;gt; traffic&amp;quot; ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Googling around I found these dnsbl black lists, these are supposed to be
&lt;br&gt;&amp;gt;&amp;gt; for spam filtering, but would it make sense to use them to block hosts
&lt;br&gt;&amp;gt;&amp;gt; trying to connect to my server?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;&amp;gt;&amp;gt; a free event focused on virtualization and cloud computing.
&lt;br&gt;&amp;gt;&amp;gt; Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Fwbuilder-discussion mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670632&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;EmmanuelOga.com - Software Developer
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26670632&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-ip-addresses-from-a-dnsbl--tp26662707p26670632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26669998</id>
	<title>Heads Up!! Fwbuilder in Jan Linux Journal</title>
	<published>2009-12-06T14:43:27Z</published>
	<updated>2009-12-06T14:43:27Z</updated>
	<author>
		<name>Tom Diehl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The subject says it all!!
&lt;br&gt;&lt;br&gt;Happy reading and Congrats Vadim. I enjoyed the read.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669998&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669998&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26669998&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Heads-Up%21%21-Fwbuilder-in-Jan-Linux-Journal-tp26669998p26669998.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26666820</id>
	<title>Re: filtering ip addresses from a dnsbl?</title>
	<published>2009-12-06T09:01:25Z</published>
	<updated>2009-12-06T09:01:25Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;normal 404 response from the web server is small, something like 300 or 400 bytes. Unless you are serving really fancy 404 pages from your web server, it feels unlikely that someone could pull 1.5Gb from it in just 404 replies. That is over 3.7 million queries. To do that they would have to send about 3 requests per second all the time steadily for two weeks. That looks like some kind of DDOS and can&amp;#39;t be random. Do apache log files have over 3 million lines for the interval of these 2 weeks ?&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;Are you sure all the traffic was from the web server ? May be you have other services running on this machine and the traffic was generated by something else ? &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You can build firewall rules to block some sources, whole countries even, but if you have something like incorrectly configured ftp server on the machine, it will be  abused from addresses coming from other countries anyway. Blocking by source IP is inefficient and unreliable way.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Dec 5, 2009 at 10:56 PM, Emmanuel Oga &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666820&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;emmanueloga@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hello&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;I have a problem I don&amp;#39;t even know how to google for with the proper terms.&lt;br&gt;&lt;br&gt;I&amp;#39;m using a VPS to host some http pages, my bandwith per month is fixed at about 2gb total.&lt;br&gt;&lt;br&gt;I leaved apache running, without anything but the hello world page, for about 15 days.&lt;br&gt;


&lt;br&gt;When I came back, I learned 1.5GB or so of my bandwith was drained by requests from a lot of different hosts (most of them from china).&lt;br&gt;&lt;br&gt;All the bandwith was sucked by serving 404 pages  (and this was only from the apache log, I&amp;#39;m not sure about the connections to other ports).&lt;br&gt;


&lt;br&gt;My question is, how can I block these and other potential sources of &amp;quot;bad traffic&amp;quot; ?&lt;br&gt;&lt;br&gt;Googling around I found these dnsbl black lists, these are supposed to be for spam filtering, but would it make sense to use them to block hosts trying to connect to my server?&lt;br&gt;


&lt;br&gt;Thanks&lt;br&gt;
&lt;br&gt;------------------------------------------------------------------------------&lt;br&gt;
Join us December 9, 2009 for the Red Hat Virtual Experience,&lt;br&gt;
a free event focused on virtualization and cloud computing.&lt;br&gt;
Attend in-depth sessions from your desk. Your couch. Anywhere.&lt;br&gt;
&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666820&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26666820&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-ip-addresses-from-a-dnsbl--tp26662707p26666820.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26662707</id>
	<title>filtering ip addresses from a dnsbl?</title>
	<published>2009-12-05T22:56:25Z</published>
	<updated>2009-12-05T22:56:25Z</updated>
	<author>
		<name>EmmanuelOga</name>
	</author>
	<content type="html">Hello&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;I have a problem I don&amp;#39;t even know how to google for with the proper terms.&lt;br&gt;&lt;br&gt;I&amp;#39;m using a VPS to host some http pages, my bandwith per month is fixed at about 2gb total.&lt;br&gt;&lt;br&gt;I leaved apache running, without anything but the hello world page, for about 15 days.&lt;br&gt;

&lt;br&gt;When I came back, I learned 1.5GB or so of my bandwith was drained by requests from a lot of different hosts (most of them from china).&lt;br&gt;&lt;br&gt;All the bandwith was sucked by serving 404 pages  (and this was only from the apache log, I&amp;#39;m not sure about the connections to other ports).&lt;br&gt;

&lt;br&gt;My question is, how can I block these and other potential sources of &amp;quot;bad traffic&amp;quot; ?&lt;br&gt;&lt;br&gt;Googling around I found these dnsbl black lists, these are supposed to be for spam filtering, but would it make sense to use them to block hosts trying to connect to my server?&lt;br&gt;

&lt;br&gt;Thanks&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26662707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/filtering-ip-addresses-from-a-dnsbl--tp26662707p26662707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584250</id>
	<title>Re: fwb rpms for f12?</title>
	<published>2009-11-30T15:41:33Z</published>
	<updated>2009-11-30T15:41:33Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 3:29 PM, Tom Diehl &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;On Sun, 29 Nov 2009, Vadim Kurland wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Fedora Core 12 RPMs are now available for download from the nightly builds&lt;br&gt;
site and &amp;quot;testing&amp;quot; RPM repository&lt;br&gt;
&lt;br&gt;
Note that if you use yum update to update from &amp;quot;texting&amp;quot; repository, it  may&lt;br&gt;
fail because there is no FC12 directory in the &amp;quot;stable&amp;quot; repository which&lt;br&gt;
usually comes first. If this happens to you, try command&lt;br&gt;
&lt;br&gt;
yum --disablerepo=fwbuilder --enablerepo=fwbuilder-testing install fwbuilder&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;&lt;/div&gt;
Makes perfect sense. Thanks for the quick response.&lt;br&gt;
&lt;br&gt;
I just loaded build 1977 on my f12 machine. In light initial testing it looks&lt;br&gt;
like it is working as expected.&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;the difference between v3.0.8 and the latest released &amp;quot;stable&amp;quot; v3.0.7 is minimal, just a couple of bug fixes. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;

I just noticed that rules that I have the color set to Grey loose the lines&lt;br&gt;
that make up the squares (not sure what the proper term for them is, sorry)&lt;br&gt;
because those lines are also Grey. Has it always been this way? I never noticed&lt;br&gt;
it before and I am wondering if there is some way to change the color of those&lt;br&gt;
lines so that Grey rules do not look like 1 big blob of Grey with words stuck&lt;br&gt;
on it. Didn&amp;#39;t they used to be black?&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;it should always have been like this, although this may also depend on the current QT theme. We did not touch this part of the code in a very long time. In any case, you can change the color shade of &amp;quot;grey&amp;quot; in the Preferences dialog (tab &amp;quot;Labels&amp;quot;)&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Tom Diehl       &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;      Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
&lt;br&gt;
--vk&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
On Sat, Nov 28, 2009 at 1:02 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
&lt;br&gt;
I meant to do this, but it just slipped through cracks. In fact, I am going&lt;br&gt;
to start download right now. It should take me some time to set up the VM&lt;br&gt;
and such but rpms should be ready in a couple of days. It will be v3.0.8&lt;br&gt;
&lt;br&gt;
--vk&lt;br&gt;
&lt;br&gt;
On Sat, Nov 28, 2009 at 12:50 PM, Tom Diehl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Are their plans to provide rpms for Fedora 12? I tried to install the F11&lt;br&gt;
rpms but I get missing dep errors. In case it is useful, the yum&lt;br&gt;
transaction is&lt;br&gt;
below.&lt;br&gt;
&lt;br&gt;
(tigger3 pts8) # yum install fwbuilder-3.0.7-b1477.fc11&lt;br&gt;
Loaded plugins: presto, refresh-packagekit&lt;br&gt;
adobe-linux-i386&lt;br&gt;
&lt;br&gt;
                                                               |  951 B&lt;br&gt;
00:00&lt;br&gt;
adobe-linux-i386/primary&lt;br&gt;
&lt;br&gt;
                                                               |  12 kB&lt;br&gt;
00:00&lt;br&gt;
adobe-linux-i386&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    17/17&lt;br&gt;
fedora&lt;br&gt;
&lt;br&gt;
                                                               | 4.2 kB&lt;br&gt;
00:00&lt;br&gt;
fedora/primary_db&lt;br&gt;
&lt;br&gt;
                                                                |  12 MB&lt;br&gt;
00:01&lt;br&gt;
fwbuilder&lt;br&gt;
&lt;br&gt;
                                                                |  951 B&lt;br&gt;
00:00&lt;br&gt;
fwbuilder/primary&lt;br&gt;
&lt;br&gt;
                                                                | 1.6 kB&lt;br&gt;
00:00&lt;br&gt;
fwbuilder&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
       2/2&lt;br&gt;
rpmfusion-free&lt;br&gt;
&lt;br&gt;
                                                               | 3.8 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-free/primary_db&lt;br&gt;
&lt;br&gt;
                                                                | 344 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-free-updates&lt;br&gt;
&lt;br&gt;
                                                               | 3.3 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-free-updates/primary_db&lt;br&gt;
&lt;br&gt;
                                                                | 3.0 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-nonfree&lt;br&gt;
&lt;br&gt;
                                                                | 3.3 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-nonfree/primary_db&lt;br&gt;
&lt;br&gt;
                                                               |  91 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-nonfree-updates&lt;br&gt;
&lt;br&gt;
                                                                | 3.8 kB&lt;br&gt;
00:00&lt;br&gt;
rpmfusion-nonfree-updates/primary_db&lt;br&gt;
&lt;br&gt;
                                                               | 1.1 kB&lt;br&gt;
00:00&lt;br&gt;
updates&lt;br&gt;
&lt;br&gt;
                                                                | 4.4 kB&lt;br&gt;
00:00&lt;br&gt;
updates/primary_db&lt;br&gt;
&lt;br&gt;
                                                               | 547 kB&lt;br&gt;
00:00&lt;br&gt;
Setting up Install Process&lt;br&gt;
Resolving Dependencies&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder = 3.0.7 for package:&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwcompiler.so.8()(64bit) for package:&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder.so.8()(64bit) for package:&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
---&amp;gt; Package libfwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Finished Dependency Resolution&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems&lt;br&gt;
  --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving&lt;br&gt;
problems&lt;br&gt;
  --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
 You could try using --skip-broken to work around the problem&lt;br&gt;
 You could try running: package-cleanup --problems&lt;br&gt;
                        package-cleanup --dupes&lt;br&gt;
                        rpm -Va --nofiles --nodigest&lt;br&gt;
(tigger3 pts8) #&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Tom Diehl       &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;      Spamtrap address&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus&lt;br&gt;
on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/blockquote&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584250&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwb-rpms-for-f12--tp26556869p26584250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584062</id>
	<title>Re: fwb rpms for f12?</title>
	<published>2009-11-30T15:29:45Z</published>
	<updated>2009-11-30T15:29:45Z</updated>
	<author>
		<name>Tom Diehl</name>
	</author>
	<content type="html">On Sun, 29 Nov 2009, Vadim Kurland wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Fedora Core 12 RPMs are now available for download from the nightly builds
&lt;br&gt;&amp;gt; site and &amp;quot;testing&amp;quot; RPM repository
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Note that if you use yum update to update from &amp;quot;texting&amp;quot; repository, it &amp;nbsp;may
&lt;br&gt;&amp;gt; fail because there is no FC12 directory in the &amp;quot;stable&amp;quot; repository which
&lt;br&gt;&amp;gt; usually comes first. If this happens to you, try command
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; yum --disablerepo=fwbuilder --enablerepo=fwbuilder-testing install fwbuilder
&lt;br&gt;&lt;br&gt;Makes perfect sense. Thanks for the quick response.
&lt;br&gt;&lt;br&gt;I just loaded build 1977 on my f12 machine. In light initial testing it looks
&lt;br&gt;like it is working as expected.
&lt;br&gt;&lt;br&gt;I just noticed that rules that I have the color set to Grey loose the lines
&lt;br&gt;that make up the squares (not sure what the proper term for them is, sorry)
&lt;br&gt;because those lines are also Grey. Has it always been this way? I never noticed
&lt;br&gt;it before and I am wondering if there is some way to change the color of those
&lt;br&gt;lines so that Grey rules do not look like 1 big blob of Grey with words stuck
&lt;br&gt;on it. Didn't they used to be black?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --vk
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sat, Nov 28, 2009 at 1:02 PM, Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I meant to do this, but it just slipped through cracks. In fact, I am going
&lt;br&gt;&amp;gt;&amp;gt; to start download right now. It should take me some time to set up the VM
&lt;br&gt;&amp;gt;&amp;gt; and such but rpms should be ready in a couple of days. It will be v3.0.8
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --vk
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Nov 28, 2009 at 12:50 PM, Tom Diehl &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Are their plans to provide rpms for Fedora 12? I tried to install the F11
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpms but I get missing dep errors. In case it is useful, the yum
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; transaction is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; below.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (tigger3 pts8) # yum install fwbuilder-3.0.7-b1477.fc11
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Loaded plugins: presto, refresh-packagekit
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; adobe-linux-i386
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;951 B
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; adobe-linux-i386/primary
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;12 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; adobe-linux-i386
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 17/17
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fedora
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 4.2 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fedora/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;12 MB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:01
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;951 B
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder/primary
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.6 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2/2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-free
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3.8 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-free/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 344 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-free-updates
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3.3 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-free-updates/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.0 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-nonfree
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.3 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-nonfree/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;91 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-nonfree-updates
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.8 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rpmfusion-nonfree-updates/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 1.1 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; updates
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 4.4 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; updates/primary_db
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 547 kB
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 00:00
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Setting up Install Process
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Resolving Dependencies
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Running transaction check
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libfwbuilder = 3.0.7 for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libfwcompiler.so.8()(64bit) for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libfwbuilder.so.8()(64bit) for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Running transaction check
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---&amp;gt; Package libfwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; libfwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --&amp;gt; Finished Dependency Resolution
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; libfwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; problems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;You could try using --skip-broken to work around the problem
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;You could try running: package-cleanup --problems
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; package-cleanup --dupes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rpm -Va --nofiles --nodigest
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (tigger3 pts8) #
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Fwbuilder-discussion mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584062&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwb-rpms-for-f12--tp26556869p26584062.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26570089</id>
	<title>Re: fwb rpms for f12?</title>
	<published>2009-11-29T22:21:26Z</published>
	<updated>2009-11-29T22:21:26Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Fedora Core 12 RPMs are now available for download from the nightly builds site and &amp;quot;testing&amp;quot; RPM repository&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Note that if you use yum update to update from &amp;quot;texting&amp;quot; repository, it  may fail because there is no FC12 directory in the &amp;quot;stable&amp;quot; repository which usually comes first. If this happens to you, try command &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;yum --disablerepo=fwbuilder --enablerepo=fwbuilder-testing install fwbuilder&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Nov 28, 2009 at 1:02 PM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;I meant to do this, but it just slipped through cracks. In fact, I am going to start download right now. It should take me some time to set up the VM and such but rpms should be ready in a couple of days. It will be v3.0.8&lt;div&gt;

&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;--vk&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Nov 28, 2009 at 12:50 PM, Tom Diehl &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Are their plans to provide rpms for Fedora 12? I tried to install the F11&lt;br&gt;
rpms but I get missing dep errors. In case it is useful, the yum transaction is&lt;br&gt;
below.&lt;br&gt;
&lt;br&gt;
(tigger3 pts8) # yum install fwbuilder-3.0.7-b1477.fc11&lt;br&gt;
Loaded plugins: presto, refresh-packagekit&lt;br&gt;
adobe-linux-i386                                                                                                                                                                                                      |  951 B     00:00&lt;br&gt;


adobe-linux-i386/primary                                                                                                                                                                                              |  12 kB     00:00&lt;br&gt;


adobe-linux-i386                                                                                                                                                                                                                       17/17&lt;br&gt;


fedora                                                                                                                                                                                                                | 4.2 kB     00:00&lt;br&gt;


fedora/primary_db                                                                                                                                                                                                     |  12 MB     00:01&lt;br&gt;


fwbuilder                                                                                                                                                                                                             |  951 B     00:00&lt;br&gt;


fwbuilder/primary                                                                                                                                                                                                     | 1.6 kB     00:00&lt;br&gt;


fwbuilder                                                                                                                                                                                                                                2/2&lt;br&gt;


rpmfusion-free                                                                                                                                                                                                        | 3.8 kB     00:00&lt;br&gt;


rpmfusion-free/primary_db                                                                                                                                                                                             | 344 kB     00:00&lt;br&gt;


rpmfusion-free-updates                                                                                                                                                                                                | 3.3 kB     00:00&lt;br&gt;


rpmfusion-free-updates/primary_db                                                                                                                                                                                     | 3.0 kB     00:00&lt;br&gt;


rpmfusion-nonfree                                                                                                                                                                                                     | 3.3 kB     00:00&lt;br&gt;


rpmfusion-nonfree/primary_db                                                                                                                                                                                          |  91 kB     00:00&lt;br&gt;


rpmfusion-nonfree-updates                                                                                                                                                                                             | 3.8 kB     00:00&lt;br&gt;


rpmfusion-nonfree-updates/primary_db                                                                                                                                                                                  | 1.1 kB     00:00&lt;br&gt;


updates                                                                                                                                                                                                               | 4.4 kB     00:00&lt;br&gt;


updates/primary_db                                                                                                                                                                                                    | 547 kB     00:00&lt;br&gt;


Setting up Install Process&lt;br&gt;
Resolving Dependencies&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder = 3.0.7 for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwcompiler.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
---&amp;gt; Package libfwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: libfwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Finished Dependency Resolution&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems&lt;br&gt;
   --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems&lt;br&gt;
   --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
  You could try using --skip-broken to work around the problem&lt;br&gt;
  You could try running: package-cleanup --problems&lt;br&gt;
                         package-cleanup --dupes&lt;br&gt;
                         rpm -Va --nofiles --nodigest&lt;br&gt;
(tigger3 pts8) #&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Tom Diehl       &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;      Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570089&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwb-rpms-for-f12--tp26556869p26570089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569103</id>
	<title>importing cisco pix firewall rulues into fwbuilder.</title>
	<published>2009-11-29T19:26:33Z</published>
	<updated>2009-11-29T19:26:33Z</updated>
	<author>
		<name>Aruna Muppalla</name>
	</author>
	<content type="html"> Hi, &lt;br&gt;&lt;br&gt;   Is it possible to import Cisco PIX or ASA  firewall rules into fwbuilder? &lt;br&gt;I tried with built in policy importer&lt;b&gt; &lt;/b&gt;(File/Import Policy). It didn&amp;#39;t work. &lt;br&gt;Any help on this is greatly appreciated.&lt;b&gt;&lt;br&gt;
&lt;br&gt;&lt;/b&gt;thanks,&lt;br&gt;Aruna&lt;b&gt;&lt;br&gt;&lt;br&gt;&lt;/b&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/importing-cisco-pix-firewall-rulues-into-fwbuilder.-tp26569103p26569103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556961</id>
	<title>Re: fwb rpms for f12?</title>
	<published>2009-11-28T13:02:54Z</published>
	<updated>2009-11-28T13:02:54Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;I meant to do this, but it just slipped through cracks. In fact, I am going to start download right now. It should take me some time to set up the VM and such but rpms should be ready in a couple of days. It will be v3.0.8&lt;div&gt;
&lt;br&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Nov 28, 2009 at 12:50 PM, Tom Diehl &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556961&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Hi,&lt;br&gt;
&lt;br&gt;
Are their plans to provide rpms for Fedora 12? I tried to install the F11&lt;br&gt;
rpms but I get missing dep errors. In case it is useful, the yum transaction is&lt;br&gt;
below.&lt;br&gt;
&lt;br&gt;
(tigger3 pts8) # yum install fwbuilder-3.0.7-b1477.fc11&lt;br&gt;
Loaded plugins: presto, refresh-packagekit&lt;br&gt;
adobe-linux-i386                                                                                                                                                                                                      |  951 B     00:00&lt;br&gt;

adobe-linux-i386/primary                                                                                                                                                                                              |  12 kB     00:00&lt;br&gt;

adobe-linux-i386                                                                                                                                                                                                                       17/17&lt;br&gt;

fedora                                                                                                                                                                                                                | 4.2 kB     00:00&lt;br&gt;

fedora/primary_db                                                                                                                                                                                                     |  12 MB     00:01&lt;br&gt;

fwbuilder                                                                                                                                                                                                             |  951 B     00:00&lt;br&gt;

fwbuilder/primary                                                                                                                                                                                                     | 1.6 kB     00:00&lt;br&gt;

fwbuilder                                                                                                                                                                                                                                2/2&lt;br&gt;

rpmfusion-free                                                                                                                                                                                                        | 3.8 kB     00:00&lt;br&gt;

rpmfusion-free/primary_db                                                                                                                                                                                             | 344 kB     00:00&lt;br&gt;

rpmfusion-free-updates                                                                                                                                                                                                | 3.3 kB     00:00&lt;br&gt;

rpmfusion-free-updates/primary_db                                                                                                                                                                                     | 3.0 kB     00:00&lt;br&gt;

rpmfusion-nonfree                                                                                                                                                                                                     | 3.3 kB     00:00&lt;br&gt;

rpmfusion-nonfree/primary_db                                                                                                                                                                                          |  91 kB     00:00&lt;br&gt;

rpmfusion-nonfree-updates                                                                                                                                                                                             | 3.8 kB     00:00&lt;br&gt;

rpmfusion-nonfree-updates/primary_db                                                                                                                                                                                  | 1.1 kB     00:00&lt;br&gt;

updates                                                                                                                                                                                                               | 4.4 kB     00:00&lt;br&gt;

updates/primary_db                                                                                                                                                                                                    | 547 kB     00:00&lt;br&gt;

Setting up Install Process&lt;br&gt;
Resolving Dependencies&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder = 3.0.7 for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwcompiler.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libfwbuilder.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Running transaction check&lt;br&gt;
---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
---&amp;gt; Package libfwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated&lt;br&gt;
--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: libfwbuilder-3.0.7-b1477.fc11.x86_64&lt;br&gt;
--&amp;gt; Finished Dependency Resolution&lt;br&gt;
fwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems&lt;br&gt;
   --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
libfwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems&lt;br&gt;
   --&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)&lt;br&gt;
  You could try using --skip-broken to work around the problem&lt;br&gt;
  You could try running: package-cleanup --problems&lt;br&gt;
                         package-cleanup --dupes&lt;br&gt;
                         rpm -Va --nofiles --nodigest&lt;br&gt;
(tigger3 pts8) #&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Tom Diehl       &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556961&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;      Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556961&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556961&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556961&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwb-rpms-for-f12--tp26556869p26556961.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26556869</id>
	<title>fwb rpms for f12?</title>
	<published>2009-11-28T12:50:16Z</published>
	<updated>2009-11-28T12:50:16Z</updated>
	<author>
		<name>Tom Diehl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Are their plans to provide rpms for Fedora 12? I tried to install the F11
&lt;br&gt;rpms but I get missing dep errors. In case it is useful, the yum transaction is
&lt;br&gt;below.
&lt;br&gt;&lt;br&gt;(tigger3 pts8) # yum install fwbuilder-3.0.7-b1477.fc11
&lt;br&gt;Loaded plugins: presto, refresh-packagekit
&lt;br&gt;adobe-linux-i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;951 B &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;adobe-linux-i386/primary &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;12 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;adobe-linux-i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 17/17
&lt;br&gt;fedora &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 4.2 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;fedora/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;12 MB &amp;nbsp; &amp;nbsp; 00:01
&lt;br&gt;fwbuilder &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp;951 B &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;fwbuilder/primary &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1.6 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;fwbuilder &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2/2
&lt;br&gt;rpmfusion-free &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3.8 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-free/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 344 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-free-updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 3.3 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-free-updates/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.0 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-nonfree &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.3 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-nonfree/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;91 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-nonfree-updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 3.8 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;rpmfusion-nonfree-updates/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 1.1 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 4.4 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;updates/primary_db &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 547 kB &amp;nbsp; &amp;nbsp; 00:00
&lt;br&gt;Setting up Install Process
&lt;br&gt;Resolving Dependencies
&lt;br&gt;--&amp;gt; Running transaction check
&lt;br&gt;---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;--&amp;gt; Processing Dependency: libfwbuilder = 3.0.7 for package: fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;--&amp;gt; Processing Dependency: libfwcompiler.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;--&amp;gt; Processing Dependency: libfwbuilder.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;--&amp;gt; Running transaction check
&lt;br&gt;---&amp;gt; Package fwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: fwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;---&amp;gt; Package libfwbuilder.x86_64 0:3.0.7-b1477.fc11 set to be updated
&lt;br&gt;--&amp;gt; Processing Dependency: libcrypto.so.8()(64bit) for package: libfwbuilder-3.0.7-b1477.fc11.x86_64
&lt;br&gt;--&amp;gt; Finished Dependency Resolution
&lt;br&gt;fwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems
&lt;br&gt;&amp;nbsp; &amp;nbsp;--&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;libfwbuilder-3.0.7-b1477.fc11.x86_64 from fwbuilder has depsolving problems
&lt;br&gt;&amp;nbsp; &amp;nbsp;--&amp;gt; Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package fwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;Error: Missing Dependency: libcrypto.so.8()(64bit) is needed by package libfwbuilder-3.0.7-b1477.fc11.x86_64 (fwbuilder)
&lt;br&gt;&amp;nbsp; You could try using --skip-broken to work around the problem
&lt;br&gt;&amp;nbsp; You could try running: package-cleanup --problems
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;package-cleanup --dupes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rpm -Va --nofiles --nodigest
&lt;br&gt;(tigger3 pts8) #
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556869&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26556869&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fwb-rpms-for-f12--tp26556869p26556869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548738</id>
	<title>Re: ulog oddities: Deny Rule -1</title>
	<published>2009-11-27T14:32:10Z</published>
	<updated>2009-11-27T14:32:10Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;rule &amp;quot;-1&amp;quot; is added automatically when you check checkbox &amp;quot;drop packets that do not match any known state&amp;quot; in the firewall object dialog. This uses iptables module state, state &amp;quot;INVALID&amp;quot;. Now, I can not tell why iptables can not match these packets to any known state. Is the rule that permit pings stateful ? It should be, because if it is stateless, then you need to explicitly add another rule manually to permit ping replies. &lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;Try to un-check the checkbox &amp;quot;drop packets that do not match any known state&amp;quot; and see if this helps.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Fri, Nov 27, 2009 at 1:40 PM, Seann Clark &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nombrandue@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
All,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    I have been fighting with the rules on one of my firewalls for a few&lt;br&gt;
months now to no avail. Google returns nothing on this either, I am&lt;br&gt;
trying to figure out why try traffic that I have allowed in the top of&lt;br&gt;
my rule base is denied by a rule listed as -1 in the logs.  What I have&lt;br&gt;
going on here is a VPN router that is located on the same subnet as the&lt;br&gt;
rest of my computers and from the far side of this VPN users aren&amp;#39;t able&lt;br&gt;
to connect, or even ping, services on my side of the VPN. They will get&lt;br&gt;
one ping and the rest fail. As previously mentioned, this is allowed at&lt;br&gt;
the very top of my ruleset. An example of my logs are as follows:&lt;br&gt;
&lt;br&gt;
Nov 27 15:22:44 yuki RULE 4 -- ACCEPT  IN=eth0 OUT=eth0&lt;br&gt;
MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00  SRC=192.168.10.38&lt;br&gt;
DST=192.168.13.34 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=5846 PROTO=ICMP&lt;br&gt;
TYPE=8 CODE=0 ID=1 SEQ=476&lt;br&gt;
Nov 27 15:22:45 yuki RULE 4 -- ACCEPT  IN=eth0 OUT=eth0&lt;br&gt;
MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00  SRC=192.168.10.38&lt;br&gt;
DST=192.168.13.34 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=5894 PROTO=ICMP&lt;br&gt;
TYPE=8 CODE=0 ID=1 SEQ=477&lt;br&gt;
Nov 27 15:23:11 yuki RULE -1 -- DENY  IN=eth0 OUT=eth0&lt;br&gt;
MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00  SRC=192.168.10.38&lt;br&gt;
DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7063 PROTO=ICMP&lt;br&gt;
TYPE=0 CODE=0 ID=1 SEQ=310&lt;br&gt;
Nov 27 15:23:16 yuki RULE -1 -- DENY  IN=eth0 OUT=eth0&lt;br&gt;
MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00  SRC=192.168.10.38&lt;br&gt;
DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7269 PROTO=ICMP&lt;br&gt;
TYPE=0 CODE=0 ID=1 SEQ=311&lt;br&gt;
Nov 27 15:23:21 yuki RULE -1 -- DENY  IN=eth0 OUT=eth0&lt;br&gt;
MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00  SRC=192.168.10.38&lt;br&gt;
DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7493 PROTO=ICMP&lt;br&gt;
TYPE=0 CODE=0 ID=1 SEQ=312&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Those denies are on responses back out to the distant end, but I can&lt;br&gt;
ping out to that system no problem, as the first few rules show. Rule 4&lt;br&gt;
is me to them, rule 5 is them to me. This firewall is part of an OSPF&lt;br&gt;
network internally, and is the default gateway for my network with&lt;br&gt;
static routes to point back to the VPN router. I have a Deny Any that is&lt;br&gt;
logged as well on this system but that deny above isn&amp;#39;t part of any&lt;br&gt;
rules I have set up.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
FWbuilder version: 2.1.16&lt;br&gt;
Kernel version:  Linux &lt;a href=&quot;http://yuki.tsukinokage.net&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;yuki.tsukinokage.net&lt;/a&gt; 2.6.26.8-57.fc8 #1 SMP Thu&lt;br&gt;
Dec 18 19:19:45 EST 2008 i686 i686 i386 GNU/Linux&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Thanks in advance,&lt;br&gt;
Seann Clark&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548738&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548738&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ulog-oddities%3A-Deny-Rule--1-tp26548100p26548738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548853</id>
	<title>Re: configuration for HA Firewalls to replicate config on fedora/centos</title>
	<published>2009-11-27T14:27:13Z</published>
	<updated>2009-11-27T14:27:13Z</updated>
	<author>
		<name>Trey Nolen-2</name>
	</author>
	<content type="html">I personally like bridging the firewalls. That has the disadvantage of
&lt;br&gt;not maintaining established sessions but it is very easy to implement
&lt;br&gt;and it is also very quick to failover. &amp;nbsp;Two bridging firewalls between
&lt;br&gt;two switches will use the spanning tree protocol to automatically
&lt;br&gt;reroute everything on failure with no extra configuration.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Trey Nolen
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, 2009-11-27 at 15:19 -0700, Frank Tanner wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, 2009-11-28 at 00:06 +0530, bagwemanisha wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi ,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; Can you help me with configuration document for configuring for HA
&lt;br&gt;&amp;gt; &amp;gt; Firewalls -operating system Fedora or centos . I need to update both
&lt;br&gt;&amp;gt; &amp;gt; firewalls simultaneously so that when one firewall go down
&lt;br&gt;&amp;gt; &amp;gt; automatically the other firewall becomes live .
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; Thanks in advance
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can use Heatrbeat for keeping track of the active/passive nodes of
&lt;br&gt;&amp;gt; the firewalls and use incron to copy over configurations as they change.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt; Maneesha
&lt;br&gt;&amp;gt; &amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; &amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; &amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; &amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; _______________________________________________ Fwbuilder-discussion mailing list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548853&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548853&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configuration-for-HA-Firewalls-to-replicate-config-on-fedora-centos-tp26546394p26548853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548550</id>
	<title>Re: configuration for HA Firewalls to replicate config on fedora/centos</title>
	<published>2009-11-27T14:19:10Z</published>
	<updated>2009-11-27T14:19:10Z</updated>
	<author>
		<name>Frank Tanner</name>
	</author>
	<content type="html">&lt;br&gt;On Sat, 2009-11-28 at 00:06 +0530, bagwemanisha wrote:
&lt;br&gt;&amp;gt; Hi ,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Can you help me with configuration document for configuring for HA
&lt;br&gt;&amp;gt; Firewalls -operating system Fedora or centos . I need to update both
&lt;br&gt;&amp;gt; firewalls simultaneously so that when one firewall go down
&lt;br&gt;&amp;gt; automatically the other firewall becomes live .
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Thanks in advance
&lt;br&gt;&lt;br&gt;You can use Heatrbeat for keeping track of the active/passive nodes of
&lt;br&gt;the firewalls and use incron to copy over configurations as they change.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Maneesha
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________ Fwbuilder-discussion mailing list &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548550&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;---------------------------------------------------
&lt;br&gt;Frank Tanner III (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548550&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;ICQ: &amp;nbsp;1730844
&lt;br&gt;AIM: &amp;nbsp;KalokSundancer
&lt;br&gt;MSN: &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548550&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;
&lt;br&gt;YIM: &amp;nbsp;fbtanner
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548550&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configuration-for-HA-Firewalls-to-replicate-config-on-fedora-centos-tp26546394p26548550.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548100</id>
	<title>ulog oddities: Deny Rule -1</title>
	<published>2009-11-27T13:40:21Z</published>
	<updated>2009-11-27T13:40:21Z</updated>
	<author>
		<name>Seann Clark</name>
	</author>
	<content type="html">All,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I have been fighting with the rules on one of my firewalls for a few 
&lt;br&gt;months now to no avail. Google returns nothing on this either, I am 
&lt;br&gt;trying to figure out why try traffic that I have allowed in the top of 
&lt;br&gt;my rule base is denied by a rule listed as -1 in the logs. &amp;nbsp;What I have 
&lt;br&gt;going on here is a VPN router that is located on the same subnet as the 
&lt;br&gt;rest of my computers and from the far side of this VPN users aren't able 
&lt;br&gt;to connect, or even ping, services on my side of the VPN. They will get 
&lt;br&gt;one ping and the rest fail. As previously mentioned, this is allowed at 
&lt;br&gt;the very top of my ruleset. An example of my logs are as follows:
&lt;br&gt;&lt;br&gt;Nov 27 15:22:44 yuki RULE 4 -- ACCEPT &amp;nbsp;IN=eth0 OUT=eth0 
&lt;br&gt;MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00 &amp;nbsp;SRC=192.168.10.38 
&lt;br&gt;DST=192.168.13.34 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=5846 PROTO=ICMP 
&lt;br&gt;TYPE=8 CODE=0 ID=1 SEQ=476
&lt;br&gt;Nov 27 15:22:45 yuki RULE 4 -- ACCEPT &amp;nbsp;IN=eth0 OUT=eth0 
&lt;br&gt;MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00 &amp;nbsp;SRC=192.168.10.38 
&lt;br&gt;DST=192.168.13.34 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=5894 PROTO=ICMP 
&lt;br&gt;TYPE=8 CODE=0 ID=1 SEQ=477
&lt;br&gt;Nov 27 15:23:11 yuki RULE -1 -- DENY &amp;nbsp;IN=eth0 OUT=eth0 
&lt;br&gt;MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00 &amp;nbsp;SRC=192.168.10.38 
&lt;br&gt;DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7063 PROTO=ICMP 
&lt;br&gt;TYPE=0 CODE=0 ID=1 SEQ=310
&lt;br&gt;Nov 27 15:23:16 yuki RULE -1 -- DENY &amp;nbsp;IN=eth0 OUT=eth0 
&lt;br&gt;MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00 &amp;nbsp;SRC=192.168.10.38 
&lt;br&gt;DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7269 PROTO=ICMP 
&lt;br&gt;TYPE=0 CODE=0 ID=1 SEQ=311
&lt;br&gt;Nov 27 15:23:21 yuki RULE -1 -- DENY &amp;nbsp;IN=eth0 OUT=eth0 
&lt;br&gt;MAC=00:15:60:a3:c0:e1:00:1b:77:c4:ec:2e:08:00 &amp;nbsp;SRC=192.168.10.38 
&lt;br&gt;DST=192.168.13.35 LEN=60 TOS=00 PREC=0x00 TTL=127 ID=7493 PROTO=ICMP 
&lt;br&gt;TYPE=0 CODE=0 ID=1 SEQ=312
&lt;br&gt;&lt;br&gt;&lt;br&gt;Those denies are on responses back out to the distant end, but I can 
&lt;br&gt;ping out to that system no problem, as the first few rules show. Rule 4 
&lt;br&gt;is me to them, rule 5 is them to me. This firewall is part of an OSPF 
&lt;br&gt;network internally, and is the default gateway for my network with 
&lt;br&gt;static routes to point back to the VPN router. I have a Deny Any that is 
&lt;br&gt;logged as well on this system but that deny above isn't part of any 
&lt;br&gt;rules I have set up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;FWbuilder version: 2.1.16
&lt;br&gt;Kernel version: &amp;nbsp;Linux yuki.tsukinokage.net 2.6.26.8-57.fc8 #1 SMP Thu 
&lt;br&gt;Dec 18 19:19:45 EST 2008 i686 i686 i386 GNU/Linux
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Seann Clark
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26548100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ulog-oddities%3A-Deny-Rule--1-tp26548100p26548100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26546394</id>
	<title>configuration for HA Firewalls to replicate config on fedora/centos</title>
	<published>2009-11-27T10:36:39Z</published>
	<updated>2009-11-27T10:36:39Z</updated>
	<author>
		<name>maneesha</name>
	</author>
	<content type="html">&lt;div&gt;Hi ,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Can you help me with configuration document for configuring for HA Firewalls -operating system Fedora or centos . I need to update both firewalls simultaneously so that when one firewall go down automatically the other firewall becomes live .&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Thanks in advance&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Maneesha&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26546394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/configuration-for-HA-Firewalls-to-replicate-config-on-fedora-centos-tp26546394p26546394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474049</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-23T00:07:43Z</published>
	<updated>2009-11-23T00:07:43Z</updated>
	<author>
		<name>Joost Wolthuis</name>
	</author>
	<content type="html">Me too in favour of the undo function/button
&lt;br&gt;&lt;br&gt;&lt;br&gt;Joost
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Tom Diehl [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt;] 
&lt;br&gt;Sent: maandag 23 november 2009 2:42
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Fwbuilder-discussion] Opinion poll
&lt;br&gt;&lt;br&gt;On Sun, 15 Nov 2009, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phall@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; We use fwbuilder with RCS and always have it configured to save
&lt;br&gt;&amp;gt; automatically. &amp;nbsp;I think the undo concept you describe with immediate
&lt;br&gt;&amp;gt; effect is the way to go.
&lt;br&gt;&lt;br&gt;I too use it this way. I have on numerous occasions wished for an undo
&lt;br&gt;button
&lt;br&gt;or command. So +1 for the immediate save with &amp;lt;ctrl&amp;gt; Z.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -price
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Quoting Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are actively working on Undo for the Firewall Builder v4.0 GUI and
&lt;br&gt;we
&lt;br&gt;&amp;gt;&amp;gt; think of changing the way object editor operates to make it more
&lt;br&gt;logical and
&lt;br&gt;&amp;gt;&amp;gt; easier integrated with Undo facility. The idea is to make the editor
&lt;br&gt;apply
&lt;br&gt;&amp;gt;&amp;gt; changes to the object's attribute immediately when user types
&lt;br&gt;something in
&lt;br&gt;&amp;gt;&amp;gt; the entry field and hits Enter or switches focus to another entry
&lt;br&gt;field. The
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Apply&amp;quot; button will be removed if this is done. You &amp;nbsp;just edit a name
&lt;br&gt;or
&lt;br&gt;&amp;gt;&amp;gt; comment or port number etc and hit Enter and it is saved right away
&lt;br&gt;into the
&lt;br&gt;&amp;gt;&amp;gt; object and also added to the Undo stack so you can roll it back using
&lt;br&gt;&amp;gt;&amp;gt; Ctrl-Z. This is standard behavior, this is how many other programs
&lt;br&gt;work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The alternative is to switch to the modal dialog for the editor, but
&lt;br&gt;that
&lt;br&gt;&amp;gt;&amp;gt; seems very intrusive and requires lot more clicks to edit something.
&lt;br&gt;If it
&lt;br&gt;&amp;gt;&amp;gt; is modal, it won't let you do anything else until you finish your
&lt;br&gt;changes
&lt;br&gt;&amp;gt;&amp;gt; and hit Cancel or Apply. I do not like this idea, but I like the
&lt;br&gt;first idea
&lt;br&gt;&amp;gt;&amp;gt; much better (when changes are applied immediately when you hit Enter
&lt;br&gt;or
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; switch focus).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What do you think ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --vk
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;------------------------------------------------------------------------
&lt;br&gt;------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Fwbuilder-discussion mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------
&lt;br&gt;------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and
&lt;br&gt;focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474049&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26474049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471785</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-22T17:42:29Z</published>
	<updated>2009-11-22T17:42:29Z</updated>
	<author>
		<name>Tom Diehl</name>
	</author>
	<content type="html">On Sun, 15 Nov 2009, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phall@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; We use fwbuilder with RCS and always have it configured to save
&lt;br&gt;&amp;gt; automatically. &amp;nbsp;I think the undo concept you describe with immediate
&lt;br&gt;&amp;gt; effect is the way to go.
&lt;br&gt;&lt;br&gt;I too use it this way. I have on numerous occasions wished for an undo button
&lt;br&gt;or command. So +1 for the immediate save with &amp;lt;ctrl&amp;gt; Z.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Tom Diehl &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tdiehl@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Spamtrap address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mtd123@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -price
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Quoting Vadim Kurland &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are actively working on Undo for the Firewall Builder v4.0 GUI and we
&lt;br&gt;&amp;gt;&amp;gt; think of changing the way object editor operates to make it more logical and
&lt;br&gt;&amp;gt;&amp;gt; easier integrated with Undo facility. The idea is to make the editor apply
&lt;br&gt;&amp;gt;&amp;gt; changes to the object's attribute immediately when user types something in
&lt;br&gt;&amp;gt;&amp;gt; the entry field and hits Enter or switches focus to another entry field. The
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Apply&amp;quot; button will be removed if this is done. You &amp;nbsp;just edit a name or
&lt;br&gt;&amp;gt;&amp;gt; comment or port number etc and hit Enter and it is saved right away into the
&lt;br&gt;&amp;gt;&amp;gt; object and also added to the Undo stack so you can roll it back using
&lt;br&gt;&amp;gt;&amp;gt; Ctrl-Z. This is standard behavior, this is how many other programs work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The alternative is to switch to the modal dialog for the editor, but that
&lt;br&gt;&amp;gt;&amp;gt; seems very intrusive and requires lot more clicks to edit something. If it
&lt;br&gt;&amp;gt;&amp;gt; is modal, it won't let you do anything else until you finish your changes
&lt;br&gt;&amp;gt;&amp;gt; and hit Cancel or Apply. I do not like this idea, but I like the first idea
&lt;br&gt;&amp;gt;&amp;gt; much better (when changes are applied immediately when you hit Enter or
&lt;br&gt;&amp;gt;&amp;gt; switch focus).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What do you think ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --vk
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Fwbuilder-discussion mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471785&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26471785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454817</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-21T01:12:58Z</published>
	<updated>2009-11-21T01:12:58Z</updated>
	<author>
		<name>Dick Middleton-3</name>
	</author>
	<content type="html">Vadim Kurland wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; To be honest, this does not represent great users participation since 
&lt;br&gt;&amp;gt; only 14 people participated in the discussion out of 400+ subscribers of 
&lt;br&gt;&amp;gt; the list, but this is what we have to work with.
&lt;br&gt;&lt;br&gt;Don't be despondent, I suspect the 386+ non-voters have no strong 
&lt;br&gt;preference. They probably feel they can trust you to do the right thing; 
&lt;br&gt;after all, you have done an outstanding job so far.
&lt;br&gt;&lt;br&gt;Dick
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26454817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452163</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-20T15:51:28Z</published>
	<updated>2009-11-20T15:51:28Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;It is Friday and I promised to post results by the end of the day Tuesday. Lets just say I gave it few more days, in case someone reads mailing list in a digest and wanted to reply.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Final vote count is as follows:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;For&amp;quot; the idea to get rid of the &amp;quot;Apply&amp;quot; button and apply changes made in the dialog to the object immediately:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;10&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;quot;Against&amp;quot; that and &amp;quot;for&amp;quot; the idea of turning object editor into a modal dialog:&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;To be honest, this does not represent great users participation since only 14 people participated in the discussion out of 400+ subscribers of the list, but this is what we have to work with.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Immediate apply option it is going to be. I can promise to add some safeguards against accidental changes. It is hard to make full-proof but I hope a scrolling &amp;quot;changelog&amp;quot;-like window will help. I am going to have a test build available in a few of days. The Undo feature progresses well but we still need to do a lot of work there.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sun, Nov 15, 2009 at 9:29 AM, Vadim Kurland &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family:arial, sans-serif;font-size:13px;border-collapse:collapse&quot;&gt;&lt;div&gt;We are actively working on Undo for the Firewall Builder v4.0 GUI and we think of changing the way object editor operates to make it more logical and easier integrated with Undo facility. The idea is to make the editor apply changes to the object&amp;#39;s attribute immediately when user types something in the entry field and hits Enter or switches focus to another entry field. The &amp;quot;Apply&amp;quot; button will be removed if this is done. You  just edit a name or comment or port number etc and hit Enter and it is saved right away into the object and also added to the Undo stack so you can roll it back using Ctrl-Z. This is standard behavior, this is how many other programs work.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The alternative is to switch to the modal dialog for the editor, but that seems very intrusive and requires lot more clicks to edit something. If it is modal, it won&amp;#39;t let you do anything else until you finish your changes and hit Cancel or Apply. I do not like this idea, but I like the first idea much better (when changes are applied immediately when you hit Enter or switch focus).&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What do you think ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452163&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26452163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26389711</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-17T05:09:20Z</published>
	<updated>2009-11-17T05:09:20Z</updated>
	<author>
		<name>Chris E. Hendrickson</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;&lt;div&gt;Sounds great to me.&amp;nbsp;&lt;br&gt;&lt;br&gt;On Nov 16, 2009, at 7:56 PM, &quot;Vadim Kurland&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Here is an idea for a facility to help catch accidental changes:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;div&gt;I can add new docked window that would show objects modified in the current session. That is, you start the program and this window is blank. As you modify objects, their names appear in this window. If you modify an object twice, it will appear there only once (this is the difference between this window and undo stack display). We can't save this information to the data file for a number of technical reasons, so it will show only changes done since the program start. But I feel this can be a better way to catch accidental changes. Also, since it is going to be implemented as docked window, those who do not want it can simply close it.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What do you think ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 16, 2009 at 3:07 AM, Alexander Runge &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;runge@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Me too would favor the auto-apply option. Still I do share the concerns of&lt;br&gt;
unwanted changes.&lt;br&gt;
How about this one: before saving a ruleset you get a list of all&lt;br&gt;
changes applied (the content of the&lt;br&gt;
undo list) which can then be confirmed or rejected.&lt;br&gt;
&lt;br&gt;
alex&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Chris E. Hendrickson schrieb:&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt; I will toss in a vote for the immediate apply and undo (and redo?) as&lt;br&gt;
&amp;gt; well. Maybe a good compromise for the anti-auto-apply people might be&lt;br&gt;
&amp;gt; a setting to switch between the two behaviors.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Nov 15, 2009, at 5:55 PM, &quot;Vadim Kurland&quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Chris, I see your point.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; So far I have 4 &quot;for&quot; immediate saving of the changes and 1 &quot;against&quot; it.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I need more votes to make the decision. We are trying to design the&lt;br&gt;
&amp;gt;&amp;gt; Undo function in a such way that it would work regardless of the&lt;br&gt;
&amp;gt;&amp;gt; editor design. So this opinion poll is not about how Undo should&lt;br&gt;
&amp;gt;&amp;gt; work, it is about how the editor should work.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; To reiterate, there are two major ways to implement object editor:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 1) You type in the input field in the editor, hit Enter or click on&lt;br&gt;
&amp;gt;&amp;gt; another input field, and the change immediately saved into the object&lt;br&gt;
&amp;gt;&amp;gt; and added to the Undo stack. You can roll changes back one by one.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 2) the GUI offers small panel that shows object properties and has&lt;br&gt;
&amp;gt;&amp;gt; button &quot;Edit&quot;. Clicking on this button opens object editor in a modal&lt;br&gt;
&amp;gt;&amp;gt; dialog, you can't do anything else until you click Cancel or OK in it.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; As I said, Undo will work either way. In the case (1) it will roll&lt;br&gt;
&amp;gt;&amp;gt; back change done to one attribute of the object, while in case (2) it&lt;br&gt;
&amp;gt;&amp;gt; will roll back all changes done in the editor while it was opened.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Note that even in the case (1) changes made in the &quot;advanced&lt;br&gt;
&amp;gt;&amp;gt; settings&quot; dialogs will be rolled back as a batch because these&lt;br&gt;
&amp;gt;&amp;gt; dialogs are already modal.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I am going to make final decision by the end of the day Tuesday (my&lt;br&gt;
&amp;gt;&amp;gt; time, Pacific Time Zone) by counting votes cast for (1) or (2). &amp;nbsp;The&lt;br&gt;
&amp;gt;&amp;gt; 5 votes I have so far count, unless you guys want to change your mind.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --vk&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; On Sun, Nov 15, 2009 at 1:57 PM, Chris Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Personally, I prefer the Modal Dialog Box&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (1) It prevents accidental modification of the object&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; (2) It encourages you to &quot;review&quot; you setting before you select&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &quot;apply&quot;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; I find that I don't modify objects very often. &amp;nbsp;Its the rule-set&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; that I am always changing, so an extra click or two in the object&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; editor is OK..&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; I find in X that there are many applications that could benefit&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; from Modal Dialog Boxes for editing&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; In my view, its best to display the object in a summary window,&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; with an edit button. &amp;nbsp;The edit window should be modal. &amp;nbsp;This way&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; no one forgets to apply changes. &amp;nbsp;The display window takes less&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; screen space (good for use with net-books). &amp;nbsp;The edit window&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; overlays the application, focusing attention of the object, and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; forcing a commit.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; My 2c worth&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ----------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Chris Martin&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; m: 0419812371&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ----------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; On Mon, Nov 16, 2009 at 8:17 AM, Frank Tanner&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;

&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; On Sun, 2009-11-15 at 09:29 -0800, Vadim Kurland wrote:&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Hi all,&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; We are actively working on Undo for the Firewall Builder&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; v4.0 GUI and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; we think of changing the way object editor operates to make&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; it more&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; logical and easier integrated with Undo facility. The idea&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is to make&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; the editor apply changes to the object's attribute&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; immediately when&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; user types something in the entry field and hits Enter or&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switches&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; focus to another entry field. The &quot;Apply&quot; button will be&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; removed if&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; this is done. You &amp;nbsp;just edit a name or comment or port&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; number etc and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; hit Enter and it is saved right away into the object and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; also added to&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; the Undo stack so you can roll it back using Ctrl-Z. This&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is standard&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; behavior, this is how many other programs work.&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; The alternative is to switch to the modal dialog for the&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; editor, but&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; that seems very intrusive and requires lot more clicks to edit&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; something. If it is modal, it won't let you do anything&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else until you&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; finish your changes and hit Cancel or Apply. I do not like&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this idea,&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; but I like the first idea much better (when changes are applied&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; immediately when you hit Enter or switch focus).&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; What do you think ?&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I like the first idea as well.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; --vk&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Let Crystal Reports handle the reporting - Free Crystal&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reports 2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; trial. Simplify your report design, integration and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deployment - and focus on&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; what you do best, core application coding. Discover what's&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; new with&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ---------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Frank Tanner III (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt;&amp;gt;)&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ICQ: &amp;nbsp;1730844&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AIM: &amp;nbsp;KalokSundancer&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSN: &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; YIM: &amp;nbsp;fbtanner&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Let Crystal Reports handle the reporting - Free Crystal&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reports 2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; trial. Simplify your report design, integration and&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; deployment - and focus on&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; what you do best, core application coding. Discover what's&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; new with&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Let Crystal Reports handle the reporting - Free Crystal Reports&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; trial. Simplify your report design, integration and deployment -&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; and focus on&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; what you do best, core application coding. Discover what's new with&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with&lt;br&gt;
&amp;gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what's new with&lt;br&gt;
&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what's new with&lt;br&gt;
Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;span&gt;------------------------------------------------------------------------------&lt;/span&gt;&lt;br&gt;&lt;span&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day &lt;/span&gt;&lt;br&gt;&lt;span&gt;trial. Simplify your report design, integration and deployment - and focus on &lt;/span&gt;&lt;br&gt;&lt;span&gt;what you do best, core application coding. Discover what's new with&lt;/span&gt;&lt;br&gt;&lt;span&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;span&gt;_______________________________________________&lt;/span&gt;&lt;br&gt;&lt;span&gt;Fwbuilder-discussion mailing list&lt;/span&gt;&lt;br&gt;&lt;span&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;/span&gt;&lt;br&gt;&lt;span&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26389711&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26389711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26382622</id>
	<title>Re: Opinion poll</title>
	<published>2009-11-16T16:51:20Z</published>
	<updated>2009-11-16T16:51:20Z</updated>
	<author>
		<name>Vadim Kurland ✎</name>
	</author>
	<content type="html">&lt;div&gt;&lt;br&gt;&lt;/div&gt;Here is an idea for a facility to help catch accidental changes:&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;div&gt;I can add new docked window that would show objects modified in the current session. That is, you start the program and this window is blank. As you modify objects, their names appear in this window. If you modify an object twice, it will appear there only once (this is the difference between this window and undo stack display). We can&amp;#39;t save this information to the data file for a number of technical reasons, so it will show only changes done since the program start. But I feel this can be a better way to catch accidental changes. Also, since it is going to be implemented as docked window, those who do not want it can simply close it.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What do you think ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--vk&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 16, 2009 at 3:07 AM, Alexander Runge &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;runge@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Me too would favor the auto-apply option. Still I do share the concerns of&lt;br&gt;
unwanted changes.&lt;br&gt;
How about this one: before saving a ruleset you get a list of all&lt;br&gt;
changes applied (the content of the&lt;br&gt;
undo list) which can then be confirmed or rejected.&lt;br&gt;
&lt;br&gt;
alex&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Chris E. Hendrickson schrieb:&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt; I will toss in a vote for the immediate apply and undo (and redo?) as&lt;br&gt;
&amp;gt; well. Maybe a good compromise for the anti-auto-apply people might be&lt;br&gt;
&amp;gt; a setting to switch between the two behaviors.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Nov 15, 2009, at 5:55 PM, &amp;quot;Vadim Kurland&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vadim@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Chris, I see your point.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; So far I have 4 &amp;quot;for&amp;quot; immediate saving of the changes and 1 &amp;quot;against&amp;quot; it.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I need more votes to make the decision. We are trying to design the&lt;br&gt;
&amp;gt;&amp;gt; Undo function in a such way that it would work regardless of the&lt;br&gt;
&amp;gt;&amp;gt; editor design. So this opinion poll is not about how Undo should&lt;br&gt;
&amp;gt;&amp;gt; work, it is about how the editor should work.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; To reiterate, there are two major ways to implement object editor:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 1) You type in the input field in the editor, hit Enter or click on&lt;br&gt;
&amp;gt;&amp;gt; another input field, and the change immediately saved into the object&lt;br&gt;
&amp;gt;&amp;gt; and added to the Undo stack. You can roll changes back one by one.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; 2) the GUI offers small panel that shows object properties and has&lt;br&gt;
&amp;gt;&amp;gt; button &amp;quot;Edit&amp;quot;. Clicking on this button opens object editor in a modal&lt;br&gt;
&amp;gt;&amp;gt; dialog, you can&amp;#39;t do anything else until you click Cancel or OK in it.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; As I said, Undo will work either way. In the case (1) it will roll&lt;br&gt;
&amp;gt;&amp;gt; back change done to one attribute of the object, while in case (2) it&lt;br&gt;
&amp;gt;&amp;gt; will roll back all changes done in the editor while it was opened.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Note that even in the case (1) changes made in the &amp;quot;advanced&lt;br&gt;
&amp;gt;&amp;gt; settings&amp;quot; dialogs will be rolled back as a batch because these&lt;br&gt;
&amp;gt;&amp;gt; dialogs are already modal.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I am going to make final decision by the end of the day Tuesday (my&lt;br&gt;
&amp;gt;&amp;gt; time, Pacific Time Zone) by counting votes cast for (1) or (2).  The&lt;br&gt;
&amp;gt;&amp;gt; 5 votes I have so far count, unless you guys want to change your mind.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --vk&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; On Sun, Nov 15, 2009 at 1:57 PM, Chris Martin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     Personally, I prefer the Modal Dialog Box&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     (1) It prevents accidental modification of the object&lt;br&gt;
&amp;gt;&amp;gt;     (2) It encourages you to &amp;quot;review&amp;quot; you setting before you select&lt;br&gt;
&amp;gt;&amp;gt;     &amp;quot;apply&amp;quot;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     I find that I don&amp;#39;t modify objects very often.  Its the rule-set&lt;br&gt;
&amp;gt;&amp;gt;     that I am always changing, so an extra click or two in the object&lt;br&gt;
&amp;gt;&amp;gt;     editor is OK..&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     I find in X that there are many applications that could benefit&lt;br&gt;
&amp;gt;&amp;gt;     from Modal Dialog Boxes for editing&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     In my view, its best to display the object in a summary window,&lt;br&gt;
&amp;gt;&amp;gt;     with an edit button.  The edit window should be modal.  This way&lt;br&gt;
&amp;gt;&amp;gt;     no one forgets to apply changes.  The display window takes less&lt;br&gt;
&amp;gt;&amp;gt;     screen space (good for use with net-books).  The edit window&lt;br&gt;
&amp;gt;&amp;gt;     overlays the application, focusing attention of the object, and&lt;br&gt;
&amp;gt;&amp;gt;     forcing a commit.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     My 2c worth&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     ----------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;     Chris Martin&lt;br&gt;
&amp;gt;&amp;gt;     m: 0419812371&lt;br&gt;
&amp;gt;&amp;gt;     ----------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     On Mon, Nov 16, 2009 at 8:17 AM, Frank Tanner&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt;&amp;gt;     &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:&lt;br&gt;

&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         On Sun, 2009-11-15 at 09:29 -0800, Vadim Kurland wrote:&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; Hi all,&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; We are actively working on Undo for the Firewall Builder&lt;br&gt;
&amp;gt;&amp;gt;         v4.0 GUI and&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; we think of changing the way object editor operates to make&lt;br&gt;
&amp;gt;&amp;gt;         it more&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; logical and easier integrated with Undo facility. The idea&lt;br&gt;
&amp;gt;&amp;gt;         is to make&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; the editor apply changes to the object&amp;#39;s attribute&lt;br&gt;
&amp;gt;&amp;gt;         immediately when&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; user types something in the entry field and hits Enter or&lt;br&gt;
&amp;gt;&amp;gt;         switches&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; focus to another entry field. The &amp;quot;Apply&amp;quot; button will be&lt;br&gt;
&amp;gt;&amp;gt;         removed if&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; this is done. You  just edit a name or comment or port&lt;br&gt;
&amp;gt;&amp;gt;         number etc and&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; hit Enter and it is saved right away into the object and&lt;br&gt;
&amp;gt;&amp;gt;         also added to&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; the Undo stack so you can roll it back using Ctrl-Z. This&lt;br&gt;
&amp;gt;&amp;gt;         is standard&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; behavior, this is how many other programs work.&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; The alternative is to switch to the modal dialog for the&lt;br&gt;
&amp;gt;&amp;gt;         editor, but&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; that seems very intrusive and requires lot more clicks to edit&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; something. If it is modal, it won&amp;#39;t let you do anything&lt;br&gt;
&amp;gt;&amp;gt;         else until you&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; finish your changes and hit Cancel or Apply. I do not like&lt;br&gt;
&amp;gt;&amp;gt;         this idea,&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; but I like the first idea much better (when changes are applied&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; immediately when you hit Enter or switch focus).&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; What do you think ?&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         I like the first idea as well.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; --vk&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; Let Crystal Reports handle the reporting - Free Crystal&lt;br&gt;
&amp;gt;&amp;gt;         Reports 2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; trial. Simplify your report design, integration and&lt;br&gt;
&amp;gt;&amp;gt;         deployment - and focus on&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; what you do best, core application coding. Discover what&amp;#39;s&lt;br&gt;
&amp;gt;&amp;gt;         new with&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;         &amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;         Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt;         &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&amp;gt;&amp;gt;         &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt;         &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;         --&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         ---------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;         Frank Tanner III (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt;         &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&amp;gt;)&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         ICQ:  1730844&lt;br&gt;
&amp;gt;&amp;gt;         AIM:  KalokSundancer&lt;br&gt;
&amp;gt;&amp;gt;         MSN:  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pctech@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt;         YIM:  fbtanner&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;         ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;         Let Crystal Reports handle the reporting - Free Crystal&lt;br&gt;
&amp;gt;&amp;gt;         Reports 2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt;         trial. Simplify your report design, integration and&lt;br&gt;
&amp;gt;&amp;gt;         deployment - and focus on&lt;br&gt;
&amp;gt;&amp;gt;         what you do best, core application coding. Discover what&amp;#39;s&lt;br&gt;
&amp;gt;&amp;gt;         new with&lt;br&gt;
&amp;gt;&amp;gt;         Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;         _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;         Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt;         &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt;         &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt;         &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;     ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;     Let Crystal Reports handle the reporting - Free Crystal Reports&lt;br&gt;
&amp;gt;&amp;gt;     2008 30-Day&lt;br&gt;
&amp;gt;&amp;gt;     trial. Simplify your report design, integration and deployment -&lt;br&gt;
&amp;gt;&amp;gt;     and focus on&lt;br&gt;
&amp;gt;&amp;gt;     what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;     Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;     _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;     Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt;     &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt;     &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt;&amp;gt;     &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&amp;gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Fwbuilder-discussion mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Fwbuilder-discussion mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Fwbuilder-discussion mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382622&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Fwbuilder-discussion@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/fwbuilder-discussion&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/fwbuilder-discussion-f3514.html&quot; embed=&quot;fixTarget[3514]&quot; target=&quot;_top&quot; &gt;fwbuilder-discussion&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Opinion-poll-tp26361235p26382622.html" />
</entry>

</feed>
