<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.security.shorewall">
    <title>gmane.comp.security.shorewall</title>
    <link>http://blog.gmane.org/gmane.comp.security.shorewall</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29708"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29691"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29689"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29685"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29679"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29670"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29668"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29667"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29661"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29656"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29651"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29647"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29646"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29643"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29632"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.security.shorewall/29631"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29710">
    <title>Shorewall + OpenVPN</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29710</link>
    <description>&lt;pre&gt;I need some help here.

I'm setting up an OpenVPN Connection point-to-point, every configuration
looks allright, but I got one problem.

Here's the schema:

clients --- SERVER A ------ tunnel 1 (50.0.24.1) --- SERVER B (shorewall)
--- tunnel 1 (50.0.24.2) --- clients (LAN)

PS: I don't have access to the server A, the IT team from there just sent
me the OpenVPN configuration to make the tunnel.


IPs*trough the VPN connection.

(50.0.24.2), but I can't ping the other side of the tunnel (50.0.24.1) and
the other clients in that side.

Here my confs:

*/etc/shorewall/interfaces*
vpn tun+ detect

*/etc/shorewall/zones*
vpn   ipv4

*/etc/shorewall/tunnels*
openvpn:5024 net 0.0.0.0/0

*/etc/shorewall/policy*
loc loc ACCEPT
$FW all ACCEPT

vpn all ACCEPT
all vpn ACCEPT

net all DROP ULOG
all all REJECT ULOG

I don't think this is a problem with the OpenVPN configuration, 'cause from
my Shorewall I can reach the other side of VPN. I guess it's just some
detail in my rules.

Thanks in advance.
______________________&lt;/pre&gt;</description>
    <dc:creator>Jonatas Baldin</dc:creator>
    <dc:date>2013-06-17T17:36:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29708">
    <title>iptrace doesn't log anything</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29708</link>
    <description>&lt;pre&gt;Hi,

to debug something, I want to log everything from/to a specific IPv4,
shorewall (iptables) sees.

iptrace -s 1.2.3.4' should do the job.

I verified the raw tables:

# iptables -L -v -t raw -n
Chain PREROUTING (policy ACCEPT 286 packets, 21942 bytes)
 pkts bytes target     prot opt in     out     source
destination
    5   374 TRACE      all  --  *      *       1.2.3.4
0.0.0.0/0
    0     0 TRACE      all  --  *      *       0.0.0.0/0
1.2.3.4

Chain OUTPUT (policy ACCEPT 265 packets, 61940 bytes)
 pkts bytes target     prot opt in     out     source
destination
    0     0 TRACE      all  --  *      *       1.2.3.4
0.0.0.0/0
    8 14764 TRACE      all  --  *      *       0.0.0.0/0            1.2.3.4


But /var/log/syslog, /var/log/messages and /var/log/kern.log is empty.

Other messages from shorewall (for example I log connections from
blacklist sources) I see in /var/log/kern.log, so I think logging at
all should be working.

Am I doing something wrong?

I am using shorewall 4.5.17.1.


&lt;/pre&gt;</description>
    <dc:creator>Igor Sverkos</dc:creator>
    <dc:date>2013-06-16T21:53:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29707">
    <title>layer2 isolation</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29707</link>
    <description>&lt;pre&gt;Hello all,

I'm using a Debian based system with Shorewall 4.5.5.3 and am trying to
configure a setup with multiple public KVM-VMs; currently they are
"brouted".

I'm using the two-interface example config with the routeback option set in:

/etc/shorewall/interfaces

and

/etc/shorewall/routestopped

on the host.

My host "/etc/network/interfaces" is as follows:

auto eth0
iface eth0 inet static
   address (Main-Public-IP)
   netmask 255.255.255.255
   pointopoint (Gateway-IP)
   gateway (Gateway-IP)

auto vbr0
iface vbr0 inet static
        address (Main-Public-IP)
        netmask 255.255.255.255

        pre-up ovs-vsctl add-br vbr0
        pre-up ip link set up vbr0
        pre-up ovs-vsctl set-controller vbr0 ptcp:
        pre-up ovs-vsctl set bridge vbr0 stp_enable=false

        up ip route add (Another-Public-IP)/32 dev vbr0
        down ip route del (Another-Public-IP)/32 dev vbr0

        up ip route add (Yet-Another-Public-IP)/32 dev vbr0
        down ip route del (Yet-Another-Public-IP)/32 dev vbr&lt;/pre&gt;</description>
    <dc:creator>Trebor Forban</dc:creator>
    <dc:date>2013-06-16T11:12:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29699">
    <title>"Multiple Internet Connections" with fourinterfaces</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29699</link>
    <description>&lt;pre&gt;Hi,

I was reading document http://shorewall.net/MultiISP.html#idp3634200.
Inspired by the document I was trying to establish the following changes:
* one additional interface: COMA_IF
* COM[A,B,C]_IF interfaces request IP address via DHCP
* all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF
* all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default
* non-RFC 1918 destined trafic from GW is possible to route via COMA_IF
or COMC_IF if necessary

Content of provider file:
ComcastA          1        0x10000 -          COMA_IF     detect       
loose,fallback
ComcastB          2        0x20000 -          COMB_IF     detect       
loose,fallback
ComcastC          3        0x30000 -          COMC_IF     detect       
loose,fallback

Content of tcrules file:
1:P           0.0.0.0/0
2             $FW

At the moment all non-RFC 1918 destined trafic from GW is routed via
eth1.10 which is not what I want. How do I correct that?


Tero M

---------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Tero M</dc:creator>
    <dc:date>2013-06-13T17:14:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29698">
    <title>Puzzled by macro syntax for blacklist rules</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29698</link>
    <description>&lt;pre&gt;I have recently started blacklisting by accumulating lines in the 
blrules file, e.g.

DROP                    net:200.62.170.200      all

The number of lines is growing fairly quickly, so it occurred to me that 
I could improve maintenance by defining a macro to hide the fixed 
elements of these lines.


I read http://shorewall.net/Macros.html carefully, but found it somewhat 
confusing because of the changes to macro support in recent releases.

I thought I could code my entries very simply like this:

KillHost      200.62.170.200


I am running shorewall 4.5.5.3, so I tried to use the format1 style in 
my macro.KillHost as follows:

#ACTION   SOURCE       DEST
DROP      net:PARAM    all

... but that was rejected "unknown destination zone (all)". Although 
this message does not really describe my syntax error, I take it to mean 
that I can only associate PARAM with the first field (ACTION). Is that 
correct?


I read the section titled "Shorewall 4.4.16 and Later". I found the 
description of multiple pa&lt;/pre&gt;</description>
    <dc:creator>Brian Burch</dc:creator>
    <dc:date>2013-06-13T14:32:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29691">
    <title>Inbound traffic policing</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29691</link>
    <description>&lt;pre&gt;Hi everybody,

This is not strictly a Shorewall question, so please feel free to point me
at the right book, technical something to consume.  This will be TCP
traffic and my TCP knowledge is weak.

I have a possible scenario coming up like this:

SiteA -- MPLS&amp;lt; at &amp;gt;3mb/s -- SiteB -- Internet&amp;lt; at &amp;gt;50mb/s

Obviously I want to route traffic between Internet and SiteA.
The owner of SiteB is concerned that we'll eat up more than our 3mb/s
allowance because it's impossible to control the amount of requested data.

If I apply policing at SiteB and drop packets going over the 3mb/s limit, I
understand TCP will retry and get the data there eventually, but does that,
in real-world terms limit the inbound traffic to a little over 3mb/s or can
it just go wild on the inbound side.

I have the ability to signal SiteA's firewall from SiteB so I can do things
like modify rate limiting at SiteA based on SiteB's performance, but am
clueless as to what will, if anything, work effectively.

Anybody have experience with this?

Thanks -- l&lt;/pre&gt;</description>
    <dc:creator>Lee Brown</dc:creator>
    <dc:date>2013-06-09T01:18:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29689">
    <title>Inbound traffic shaping issue with a phantom limit</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29689</link>
    <description>&lt;pre&gt;Hello Everyone,

We have a standalone Debian Wheezy box for game/web/VoIP server. My problem
is that somehow the inbound traffic is limited to 4kbit/s to 8kbit/s by
default whereas it's set to 3*full/10 with 9*full/10 ceiling. The interface
is set to 100Mbit/sec and it actually gives that performance with the
corresponding outbound traffic limits. Naturally when I stop shorewall this
phantom limit disappears.

I think I did everything by the book but I might have missed something. So
I would like to set the default outbound limit to what's in the tcclasses
and certain inbound ports to their appropriate values. (The dump files are
in the attachment with the config files).

There is another favour I'd like to ask: I never had the chance to show my
firewall settings to anyone with more experiences and I am not very
confident whether they are good enough. We have had a  targeted DoS in the
past straight after this box was set up in the last year but apparently
these settings have solved that issue.

May I ask yo&lt;/pre&gt;</description>
    <dc:creator>Tony Sprader</dc:creator>
    <dc:date>2013-06-08T11:23:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29685">
    <title>Ping an external server through a disabledprovider.</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29685</link>
    <description>&lt;pre&gt;Hi,

I'm using Shorewall and LSM to load-balance 3 ISPs. 
My configuration works, but when an ISP is disabled, LSM is unable to ping from the associated interface.

I understand why it happens : when `shorewall disable isp1` is called, Shorewall flushes the routing table isp1, and removes the nexthop in the balance table.
So when I want to ping 8.8.8.8 from eth1, no rule allows it.

I've STFW'd, but the only trick I found is to add a default route to eth1 in the default table.
The problem is, this only works with 1 ISP, as I can't add 3 default routes.

So what is the best way to manage this ?

Thanks for your attention.
       ------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j&lt;/pre&gt;</description>
    <dc:creator>timothée cocault</dc:creator>
    <dc:date>2013-06-06T09:47:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29679">
    <title>How to stop the martians?</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29679</link>
    <description>&lt;pre&gt;I've been successfully using shorewall to support dnat and snat for my 
configuration ever since an ancient cisco pix died 2 years ago. This 
linux firewall (hostname kerner) runs ubuntu 12.04 LTS, and so has the 
3.2.0-32.51-generic kernel, iptables 1.4.12 and shorewall 4.4.26.1.

Until a few weeks ago my static internet subnet (mask 255.255.255.240) 
was hosted by my ADSL router, running routertech linux-based firmware. I 
had been hand-crafting iptables rules for the router to act as a coarse 
filter for incoming traffic to my internet-facing hosts, but it did not 
do any natting. I decided I needed to use blacklisting in the coarse 
filter and realised that iptables maintenance would have become too 
arduous. I decided to move my static subnet onto a second linux system, 
which runs shorewall and pppd, so now the ADSL router runs as a simple 
pppoe bridge to my single ISP.

This coarse filter system (hostname chenin) has been running well for 
the last 3 weeks. It has ubuntu 12.10, with a custom built 
3&lt;/pre&gt;</description>
    <dc:creator>Brian Burch</dc:creator>
    <dc:date>2013-06-04T10:08:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29670">
    <title>Shorewall 4.5.17.1</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29670</link>
    <description>&lt;pre&gt;Due to a couple of defects in 4.5.17, I have uploaded 4.5.17.1. It is at www1.shorewall.net/ipv6.shorewall.net now and will be replicated to the mirrors over the next hour.

Problems Corrected:

1)  The following warning message may be emitted inappropriately when
    running shorewall 4.5.17. The message is no longer issued.

      The rule(s) generated by this entry are unreachable and have been
      discarded

2)  Rules intended to increment nfacct objects would previously be
    optimized away when they immediately preceded an unconditional jump
    to the same target. Such rules are now retained.

3)  A bug in the optimizer in 4.5.17 can cause 'set' and 'geoip'
    matches to be dropped. That has been corrected.
I apologize for the inconvenience.

-Tom

Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \____________________________________&lt;/pre&gt;</description>
    <dc:creator>Tom Eastep</dc:creator>
    <dc:date>2013-06-02T22:16:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29668">
    <title>"catch-all" in accounting not working</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29668</link>
    <description>&lt;pre&gt;So, at the end of my long list of (old-style) accounting rules I have a
"catch-all":

acc_unknown - $CGCOIF br-lan:0.0.0.0/0
acc_unknown - br-lan:0.0.0.0/0 $CGCOIF
DONE--br-lan:0.0.0.0/0
DONE-br-lan:0.0.0.0/0
COUNT           acc_unknown   $CGCOIF    br-lan
COUNT           acc_unknown   br-lan    $CGCOIF

meant to account for anything that didn't get accounted for above it.
The accounting rule above that are all working just fine, however this
catch-all doesn't seem to get anything in it as you can see:

Chain acc_unknown (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0            all  --  eth1   br-lan  0.0.0.0/0            0.0.0.0/0           
    0     0            all  --  br-lan eth1    0.0.0.0/0            0.0.0.0/0           


Chain accounting (3 references)
 pkts bytes target     prot opt in     out     source               destination         
...
    0     0 acc_unknown  all  --  eth1   br-lan  0.0.0.0/0            0.0.0.0/0  &lt;/pre&gt;</description>
    <dc:creator>Brian J. Murrell</dc:creator>
    <dc:date>2013-06-02T13:50:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29667">
    <title>Shorewall 4.5.17</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29667</link>
    <description>&lt;pre&gt;The Shorewall team is pleased to announce the availability of Shorewall 4.5.17.

----------------------------------------------------------------------------
  I.  P R O B L E M S   C O R R E C T E D   I N   T H I S  R E L E A S E
----------------------------------------------------------------------------

1)  When INLINE was used in the tcrules file and no target ('-j' part)  
    is included in the free-form part of the rule, an invalid 
    iptables rule was generated.

2)  Thanks to Roberto Sanchez, many typos in the manpages have been
    corrected.

3)  A number of issues have been corrected in the Debian and
    Redhat/Fedora Shorewall-init SysV init scripts:

    a) Settings in ${SHAREDIR}/vardir are now handled correctly.

    b) Exit status is now returned correctly.

    c) Stale lock files are avoided.

4)  When the compiled firewall script is run directly, it no longer 
    attempts to copy itself onto itself using the 'cp' utility.

5)  An optimizer defect that could leave unreferenced chains &lt;/pre&gt;</description>
    <dc:creator>Tom Eastep</dc:creator>
    <dc:date>2013-05-31T18:57:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29661">
    <title>FORWARD DROP Problem - squeze -&gt; wheezy</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29661</link>
    <description>&lt;pre&gt;hello,

i have a setup which worked without a problem on debian squeeze
(shorewall 4.4.11.6-3) and now don't work any more on debian wheezy
(shorewall 4.5.5.3-3).

the setup inlcudes 2 bridges br0 which briges to eth0 and br1 which
bridges all virtual machines in a virtual lan.


bridge name     bridge id               STP enabled     interfaces
br0             8000.001517ee821c       no              eth0
br1             8000.fe54365c6402       no              vnet0
                                                        vnet1
                                                        vnet2

if i try to ping/connect the lan machines i get drops.

Shorewall:FORWARD:DROP:IN=br1 OUT=br1 PHYSIN=vnet0 PHYSOUT=vnet2
MAC=52:54:36:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx SRC=10.12.10.5
DST=10.12.10.2 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=ICMP
TYPE=8 CODE=0 ID=2686 SEQ=187


/etc/shorewall/policy
.....
lan$FWACCEPTinfo
lannetACCEPTinfo
lanlanACCEPTinfo
....


/etc/shorewall/shorewall.conf
....
#&lt;/pre&gt;</description>
    <dc:creator>dev&lt; at &gt;c33s.net</dc:creator>
    <dc:date>2013-05-23T19:54:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29656">
    <title>TC and interfaces</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29656</link>
    <description>&lt;pre&gt;Hi guys!

I'm having a little problem.
The scenario is:
* Ubuntu 12.10
* 2 ADSL (PPPoE) connections. One on eth1 and the other on eth2
* I run pppd and get both working ok.
* In /etc/default/shorewall put "wait interface ppp0 ppp1" for wait both 
connections on reboot.
* I have a tcinterfaces for each ppp and tcclasses and tcfilters too.

The problems occurs when the system has been rebooted for an update and 
one interface never goes up again. I move on /etc/default/shorewall the 
line "wait interface ppp0 ppp1" to "wait interface ppp0" and reboot 
again to see what happend and problem still there!

What happend? The problem was the tcinterfaces, tcclasses and tcfilters 
have "ppp1" rules and because this link was down every time i start 
Shorewall.  Shorewall says "start failed".
I have to manually delete all lines on tc_ with ppp1 reference and then 
i can get shorewall up and running again.

Is there any way to get this working without have to create 2 different 
/etc/shorewall/* files for both cases? So&lt;/pre&gt;</description>
    <dc:creator>Emiliano Vazquez</dc:creator>
    <dc:date>2013-05-23T02:57:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29651">
    <title>UDP 38 - my log is flooded</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29651</link>
    <description>&lt;pre&gt;Hi all:

I see a lot of these messages:

#########################

May 19 06:25:54 munin kernel: [3093836.996827] Shorewall:net2fw:DROP:IN=eth0 OUT
= MAC=48:5b:39:ac:1b:5e:00:12:da:a4:14:bf:08:00 SRC=77.247.156.58 DST=x.x.x.x
LEN=76 TOS=0x00 PREC=0x00 TTL=53 ID=32900 PROTO=UDP SPT=51327 DPT=38 LEN=56
May 19 06:27:03 munin kernel: [3093906.026783] Shorewall:net2fw:DROP:IN=eth0 OUT
= MAC=48:5b:39:ac:1b:5e:00:12:da:a4:14:bf:08:00 SRC=77.247.156.58 DST=x.x.x.x
LEN=76 TOS=0x00 PREC=0x00 TTL=53 ID=32901 PROTO=UDP SPT=51327 DPT=38 LEN=56
May 19 06:28:12 munin kernel: [3093975.060379] Shorewall:net2fw:DROP:IN=eth0 OUT
= MAC=48:5b:39:ac:1b:5e:00:12:da:a4:14:bf:08:00 SRC=77.247.156.58 DST=x.x.x.x
LEN=76 TOS=0x00 PREC=0x00 TTL=53 ID=32902 PROTO=UDP SPT=51327 DPT=38 LEN=56

#########################

At the time of writing 3096 entries and counting...

I have filtered out my IP (DST=)

UDP 38 is unknown to me and /etc/services did not give me a clue either.

What's going on?

Thanks

- Øyvind




---------------------&lt;/pre&gt;</description>
    <dc:creator>Øyvind Lode</dc:creator>
    <dc:date>2013-05-21T16:12:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29647">
    <title>Adding ndpi-netfilter rules</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29647</link>
    <description>&lt;pre&gt;Hi
Is there any way to insert L7 rules by using the ndpi-netfilter module?

/GH


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Göran Höglund</dc:creator>
    <dc:date>2013-05-21T08:37:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29646">
    <title>Redirect incoming port to another port internal.</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29646</link>
    <description>&lt;pre&gt;Hi all,

I have tried to figure out how to do this one but I think I have just
confused myself more.
My firewall is a 2 interface setup, the same box is my router to my uplink.

I'm not using nat at all and have a public IP range behind this machine.



net = eth0

loc = eth1


Most of my rules are mainly the basic 

HTTP(ACCEPT) net loc:111.111.111.112

SMTP(ACCEPT) net loc:111.111.111.113
etc

This time around though I wish to just redirect (or is it translate) a port
but because I'm not using nat etc I'm not sure if this is possible.

I have a mail server behind my firewall that already has a rule in place
SMTP(ACCEPT) net         loc:111.1111.111.111

So this allows inbound port 25 connections to the machine on loc no issues
at all.



What I want to do is have an incoming connection on port 26 to
111.111.111.111 BUT redirect it to 111.111.111.111 but on port 25, is this
possible?


Cheers
Adam







------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll&lt;/pre&gt;</description>
    <dc:creator>adstar&lt; at &gt;genis-x.com</dc:creator>
    <dc:date>2013-05-21T05:53:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29643">
    <title>Masquerade default route for network on internalinterface through ipsec built on external/internet interface</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29643</link>
    <description>&lt;pre&gt;
            On 5/1/13 9:48 AM, "rblake3" &amp;lt;rblake3&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:

    Hello,

    I am currently attempting to masquerade traffic behind an internal interface (eth0) destined for the default gateway to go out of a firewall device located at the other end of an ipsec tunnel.  I have attempted to use the providers feature to do this, but I can not figure out how to keep the ipsec tunnel up while having the traffic forwarded.  At this point, the only thing I can think of is to exclude the far end IP address of the ipsec tunnel and leave everything else to pass through the other device.  However, I was hoping there was a much simpler alternative.

    Quick overview of network:

    [The Internet] &amp;lt;-----&amp;gt; [Corporate HQ - IPSec Device &amp;amp; Firewall (internal: 10.1.0.1)] &amp;lt;—ipsec—&amp;gt; [The Internet] &amp;lt;—ipsec—&amp;gt; [Remote Location – eth1] &amp;lt;—shorewall--&amp;gt; [Remote Location – eth0 (10.2.0.1)] &amp;lt;---&amp;gt; [Internal Network (10.2.0.0/24)]

    I went through the shorewall documentation and was unable to find anywhere &lt;/pre&gt;</description>
    <dc:creator>rblake3</dc:creator>
    <dc:date>2013-05-20T18:06:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29632">
    <title>How to add a route</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29632</link>
    <description>&lt;pre&gt;Hi to everyone on the list!

I`m having a problem creating a static route. Let me explain the escenary.

I have a PC on the LAN (IP 192.168.1.8) who has conected to another network.
I need to send all request to subnet 192.200.9.0/24 to 192.168.1.8

Is there any way to put this line into Shorewall ? i wan`t to do this
because when shorewall restarts loose this route.

Best regards.




&lt;/pre&gt;</description>
    <dc:creator>Emiliano Vazquez</dc:creator>
    <dc:date>2013-05-16T15:23:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29631">
    <title>ddos attack causes high ksoftirqd cpu use</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29631</link>
    <description>&lt;pre&gt;Hello List!

I got a small (50mbits or so) application layer ddos attack against a 
few name servers (thousands of IPs sending lots of bogus A record 
requests - weird) - one of the name servers was behind a shorewall 
firewall.  That firewall was running a 2.6.18-194.11.1.el5 kernel and 
shorewall-4.4.11.1-1.  I noticed that the shorewall host had ksoftirqd 
using 100% of the CPU during the attack and was kind of slow in general 
as a result - I think this may have affected traffic to other hosts 
behind that firewall as well.  Any ideas what would cause this?  I was 
hoping to avoid this scenario in the future if possible since I plan on 
deploying some other name servers behind shorewall (latest stable on 
2.6.32-358.0.1.el6.x86_64) as a result of this incident, but would 
ideally have a fix for this in place.  I should probably point out that 
the blacklist file had around 500 entries in it - not sure that would 
have any effect on things.

During the attack, the kernel logged a bunch of these: ip_conntr&lt;/pre&gt;</description>
    <dc:creator>Michael McCallister</dc:creator>
    <dc:date>2013-05-16T07:05:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.security.shorewall/29619">
    <title>policy question</title>
    <link>http://comments.gmane.org/gmane.comp.security.shorewall/29619</link>
    <description>&lt;pre&gt;I have a zone (lets call it "net"), which has more than one network 
device attached to it (all interfaces within that zone are optional) and 
also have a catch-all statement in my "policy" file "all all DROP", 
which, I assumed, will produce a DROP rule at the end of each zone2zone 
chain not explicitly defined in that file.

That is indeed the case for 99% of the zones, but for the net2net chain 
I have ACCEPT rule at the end, not DROP. I am certain I do not have any 
such rule either in my "rules" or "policy" files, so I am wondering what 
is the cause for this?

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Dash Four</dc:creator>
    <dc:date>2013-05-11T22:08:41</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.security.shorewall">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.security.shorewall</link>
  </textinput>
</rdf:RDF>
