This beta includes some rather experimental code to spit the packet and 
connection marks into two 8-bit marks: one for policy routing (providers) and 
one for traffic shaping. This will allow connection marks to be used for 
traffic shaping, even in a multi-ISP setup using ''track''.
I am very interested in having you try this beta if you have a spare box to 
test on because I''m quite sure that I have broken compatibility with
older
kernels/iptables. Since I don''t have any way to test these old 
configurations, I need feedback about what is broken so that I can structure 
the code to avoid those iptables commands that cause problems.
Thanks!
http://www1.shorewall.net/pub/shorewall/development/3.2/shorewall-3.2.0-Beta4/
ftp://ftp1.shorewall.net/pub/shorewall/development/3.2/shorewall-3.2.0-Beta4/
Problems Corrected in 3.2.0 Beta 4
1)  Previously, the ''routeback'' option was ignored in an entry
in the
    /etc/shorewall/hosts file that referred to a (set of) bridge port(s).
    Example:
            dmz        xenbr0:vif+           routeback
2)  Previously, if ''mktemp'' was not installed on the firewall
system and if
    a directory or file with the name /tmp/shorewall-<pid> existed (where 
    <pid> is the pid of the shell attempting to compile the Shorewall 
    configuration), then the current command would fail with error messages 
    such as:
    /usr/share/shorewall/compiler: 1: cannot create /tmp/shorewall-20000
    ERROR: Cannot create temporary file in /tmp
Other changes in 3.2.0 Beta 4
1)  Shorewall now includes support for explicit routing rules when the
    /etc/shorewall/providers file is used. A new file, /etc/shorewall/rtrules
    can be used to add routing rules based on packet source and/or
    destination.
    The file has the following columns:
                SOURCE(optonal) An ip address (network or host) that
                                matches the source IP address in a packet.
                                May also be specified as an interface
                                name optionally followed by ":" and an
                                address. If the define ''lo'' is
specified,
                                the packet must originate from the firewall
                                itself.
                DEST(optional)  An ip address (network or host) that
                                matches the destination IP address in a 
                                packet.
                                If you choose to omit either SOURCE or DEST,
                                place "-" in the column. Note that you
                                may not omit both SOURCE and DEST.
                PROVIDER        The provider to route the traffic through.
                                May be expressed either as the provider name
                                or the provider number.
                PRIORITY
                                The rule''s priority which determines
the order
                                in which the rules are processed.
                                1000-1999   Before Shorewall-generated
                                            ''MARK'' rules
                                11000- 11999 After ''MARK''
rules but before
                                            Shorewall-generated rules for
                                            provider interfaces.
                                26000-26999 After provider interface rules but
                                            before ''default''
rule.
                                Rules with equal priority are applied in
                                the order in which they appear in the file.
    Example: You want all traffic coming in on eth1 to be routed to the ISP1
             provider:
            #PROVIDER   PRIORITY        SOURCE                  DEST
            ISP1        1000            eth1
2)  Prior to now, it has not been possible to use connection marking in
    /etc/shorewall/tcrules if you have a multi-ISP configuration that uses the
    ''track'' option.
    Beginning with this release, you may now set HIGH_ROUTE_MARKS=Yes in
    shorewall.conf to effectively divide the packet mark and connection mark
    into two 8-byte mark fields.
    When you do this:
        a) The MARK field in the providers file must have a value that is
           less than 65536 and that is a multiple of 256 (using hex
           representation, the values are 0x0100-0xFF00 with the low-order
           8 bits being zero).
        b) You may only set those mark values in the PREROUTING chain.
        c) Marks used for traffic shaping must still be in the range of 1-255
           and may still not be set in the PREROUTING chain.
        d) When you SAVE or RESTORE in tcrules, only the TC mark value is
           saved or restored. Shorewall handles saving and restoring the
           routing (provider) marks.
-Tom
-- 
Tom Eastep    \ Nothing is foolproof to a sufficiently talented fool
Shoreline,     \ http://shorewall.net
Washington USA  \ teastep@shorewall.net
PGP Public Key   \ https://lists.shorewall.net/teastep.pgp.key
Hi, How can I unsubscribe from this list? The url https://lists.shorewall.net/mailman/listinfo/shorewall-users given in the only footers for unsubscribe just returns an error page with "Object not found" Thanks /J ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
Joakim Schramm wrote:> Hi, > > How can I unsubscribe from this list? The url > https://lists.shorewall.net/mailman/listinfo/shorewall-users given in the > only footers for unsubscribe just returns an error page with "Object not > found" > > Thanks > > /JThis works fine from here:> https://lists.sourceforge.net/lists/listinfo/shorewall-users >Did you block outbound https yourself? or behind a proxy maybe? Jerry ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
On Thursday 06 April 2006 06:50, Joakim Schramm wrote:> Hi, > > How can I unsubscribe from this list? The url > https://lists.shorewall.net/mailman/listinfo/shorewall-users given in the > only footers for unsubscribe just returns an error page with "Object not > found" >That address hasn''t appeared in the footers in almost a year.> _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-usersAbove is the URL to unsubscribe. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
Well it was the only address I found in my shorewall box, but having almost 8000 messages there I admit I didn''t look at them all :-) Thanks! It''s just too much traffic on this list and I don''t have time (or need) to read them all, but it significantly delays the opening of my inbox every time, so I will set it on hold until I need it again. /Joakim> -----Original Message----- > From: shorewall-users-admin@lists.sourceforge.net > [mailto:shorewall-users-admin@lists.sourceforge.net] On > Behalf Of Tom Eastep > Sent: 06 April 2006 16:06 > To: shorewall-users@lists.sourceforge.net > Cc: Joakim Schramm > Subject: Re: [Shorewall-users] How to unsubscribe? > > On Thursday 06 April 2006 06:50, Joakim Schramm wrote: > > Hi, > > > > How can I unsubscribe from this list? The url > > > https://lists.shorewall.net/mailman/listinfo/shorewall-users given in > > the only footers for unsubscribe just returns an error page with > > "Object not found" > > > > That address hasn''t appeared in the footers in almost a year. > > > _______________________________________________ > > Shorewall-users mailing list > > Shorewall-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/shorewall-users > > Above is the URL to unsubscribe. > > -Tom > -- > Tom Eastep \ Nothing is foolproof to a sufficiently talented fool > Shoreline, \ http://shorewall.net > Washington USA \ teastep@shorewall.net > PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key >------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642