I've got a shorewall to mount and I've read information about different configurations but I don't know exactly how to do it. The machine that I want to mount has 5 interfaces: eth0.- Connected to a dsl eth1.- Connected by vlan to three dsl eth2.- Connected to a zone local a eth3.- Connected to a zone local b eth4.- Connected to a dmz The idea is that all the traffic that comes from the interface eth2, be load-balanced by the three dsl connected by vlan in eth1 (eth1.100, eth1.101, eth.102). For this, I've read the article if Multiisp and with interfaces on awake in the machine works perfectly. The thing is that when I start waking up the next interfaces which I don't know how to continue. The idea is that the rest of the traffic of the interfaces (eth3, eth4) comes out from the eth0. Here is where I get lost, and I don't know so much how to continue, I guess I have to define eth0 as a provider in providers, but I don't know so much how to do it, and I have thought in using route_rules with the option activate HIGH_ROUTE_MARKS=YES in shorewall.conf. route_rules <verbatim> eth3 - providereth0 1000 eth4 - providereth0 1000 </verbatim> If i want to take out all the traffic that comes from the firewall to eth0, it wil be only adding "lo" to the file of route_rules? I'm using ubuntu 6.0.6 and the shorewall 3.2 from the svn. Thanks in advance. -- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote:> > The thing is that when I start waking up the next interfaces which I > don''t know how to continue. The idea is that the rest of the traffic of > the interfaces (eth3, eth4) comes out from the eth0. Here is where I get > lost, and I don''t know so much how to continue, I guess I have to define > eth0 as a provider in providers, but I don''t know so much how to do itYou just add another entry to the providers file -- do not specify ''balance'' for that entry.> and I have thought in using route_rules with the option activate > HIGH_ROUTE_MARKS=YES in shorewall.conf.You don''t need HIGH_ROUTE_MARKS=Yes. That has nothing to do with the problem you are trying to solve; it rather allows you to use CONNMARK rules for traffic shaping.> > route_rules > <verbatim> > eth3 - providereth0 1000 > eth4 - providereth0 1000 > </verbatim>Correct.> > If i want to take out all the traffic that comes from the firewall to > eth0, it wil be only adding "lo" to the file of route_rules? >That''s right. -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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote:> I''m using ubuntu 6.0.6 and the shorewall 3.2 from the svn.Using Shorewall 3.2 from SVN is a dangerous thing to do -- code there may have been very lightly tested and may not be completely stable. It is better to install the latest release and apply the errata updates. Both the latest release and the updates are linked from the top of the Shorewall home page. -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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
El mié, 23-08-2006 a las 09:49 -0700, Tom Eastep escribió:> On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote: > > > I'm using ubuntu 6.0.6 and the shorewall 3.2 from the svn. > > Using Shorewall 3.2 from SVN is a dangerous thing to do -- code there > may have been very lightly tested and may not be completely stable. It > is better to install the latest release and apply the errata updates. > Both the latest release and the updates are linked from the top of the > Shorewall home page.Ok, thanks I do it.> > -Tom > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
El mié, 23-08-2006 a las 09:44 -0700, Tom Eastep escribió:> On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote: > > > > > The thing is that when I start waking up the next interfaces which I > > don't know how to continue. The idea is that the rest of the traffic of > > the interfaces (eth3, eth4) comes out from the eth0. Here is where I get > > lost, and I don't know so much how to continue, I guess I have to define > > eth0 as a provider in providers, but I don't know so much how to do it > > You just add another entry to the providers file -- do not specify > 'balance' for that entry. >Right ? DSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 DSL2 2 2 main eth1.101 10.190.2.1 track,balance eth2 DSL3 3 3 main eth1.103 10.190.3.1 track,balance eth2 DSL4 4 4 main eth0 10.190.4.1 track> > and I have thought in using route_rules with the option activate > > HIGH_ROUTE_MARKS=YES in shorewall.conf. > > You don't need HIGH_ROUTE_MARKS=Yes. That has nothing to do with the > problem you are trying to solve; it rather allows you to use CONNMARK > rules for traffic shaping. > > > > > route_rules > > <verbatim> > > eth3 - providereth0 1000 > > eth4 - providereth0 1000 > > </verbatim> > > Correct. > > > > > If i want to take out all the traffic that comes from the firewall to > > eth0, it wil be only adding "lo" to the file of route_rules? > > > > That's right. > > -Tom > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
On Wed, 2006-08-23 at 18:36 +0100, Israel Santana Alemán wrote:> El mié, 23-08-2006 a las 09:44 -0700, Tom Eastep escribió: > > On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote: > > > > > > > > The thing is that when I start waking up the next interfaces which I > > > don''t know how to continue. The idea is that the rest of the traffic of > > > the interfaces (eth3, eth4) comes out from the eth0. Here is where I get > > > lost, and I don''t know so much how to continue, I guess I have to define > > > eth0 as a provider in providers, but I don''t know so much how to do it > > > > You just add another entry to the providers file -- do not specify > > ''balance'' for that entry. > > > Right ? > > DSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > DSL2 2 2 main eth1.101 10.190.2.1 track,balance eth2 > DSL3 3 3 main eth1.103 10.190.3.1 track,balance eth2 > DSL4 4 4 main eth0 10.190.4.1 track > >No. You need to include eth3,eth4 in the COPY column. -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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
El mié, 23-08-2006 a las 10:44 -0700, Tom Eastep escribió:> On Wed, 2006-08-23 at 18:36 +0100, Israel Santana Alemán wrote: > > El mié, 23-08-2006 a las 09:44 -0700, Tom Eastep escribió: > > > On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote: > > > > > > > > > > > The thing is that when I start waking up the next interfaces which I > > > > don't know how to continue. The idea is that the rest of the traffic of > > > > the interfaces (eth3, eth4) comes out from the eth0. Here is where I get > > > > lost, and I don't know so much how to continue, I guess I have to define > > > > eth0 as a provider in providers, but I don't know so much how to do it > > > > > > You just add another entry to the providers file -- do not specify > > > 'balance' for that entry. > > > > > Right ? > > > > DSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > > DSL2 2 2 main eth1.101 10.190.2.1 track,balance eth2 > > DSL3 3 3 main eth1.103 10.190.3.1 track,balance eth2 > > DSL4 4 4 main eth0 10.190.4.1 track > > > > > > No. You need to include eth3,eth4 in the COPY column.I had done all, my "lo" interfaces goes trought eth0, eth2 is load-balanced with vlan's, but eth3 and eth4 doesn't work. <zones> fw firewall bal ipv4 in ipv4 out ipv4 </zones> <interfaces> bal eth2 detect in eth3 detect in eth4 detect out eth1.100 detect out eth1.101 detect out eth1.102 detect </interfaces> <masq> eth1.100 10.190.2.5 10.190.1.5 eth1.100 10.190.3.5 10.190.1.5 eth1.101 10.190.1.5 10.190.2.5 eth1.101 10.190.3.5 10.190.2.5 eth1.102 10.190.1.5 10.190.3.5 eth1.102 10.190.2.5 10.190.3.5 eth1.100 eth2 eth1.101 eth2 eth1.102 eth2 eth0 eth3 eth0 eth4 </masq> <policy> (just for testing) fw all ACCEPT bal all ACCEPT in all ACCEPT out out DROP all all DROP </policy> <providers> ADSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 ADSL2 2 2 main eth2.101 10.190.2.1 track,balance eth2 ADSL3 3 3 main eth3.102 10.190.3.1 track,balance eth2 ADSL4 4 4 main eth0 10.190.4.1 track eth3,eth4 </providers> <route_rules> eth3 - ADSL4 1000 eth4 - ADSL4 1000 lo - ADSL4 1000 </route_rules>> > -Tom > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
El jue, 24-08-2006 a las 09:52 +0100, Israel Santana Alemán escribió:> El mié, 23-08-2006 a las 10:44 -0700, Tom Eastep escribió: > > On Wed, 2006-08-23 at 18:36 +0100, Israel Santana Alemán wrote: > > > El mié, 23-08-2006 a las 09:44 -0700, Tom Eastep escribió: > > > > On Wed, 2006-08-23 at 17:06 +0100, Israel Santana Alemán wrote: > > > > > > > > > > > > > > The thing is that when I start waking up the next interfaces which I > > > > > don''t know how to continue. The idea is that the rest of the traffic of > > > > > the interfaces (eth3, eth4) comes out from the eth0. Here is where I get > > > > > lost, and I don''t know so much how to continue, I guess I have to define > > > > > eth0 as a provider in providers, but I don''t know so much how to do it > > > > > > > > You just add another entry to the providers file -- do not specify > > > > ''balance'' for that entry. > > > > > > > Right ? > > > > > > DSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > > > DSL2 2 2 main eth1.101 10.190.2.1 track,balance eth2 > > > DSL3 3 3 main eth1.103 10.190.3.1 track,balance eth2 > > > DSL4 4 4 main eth0 10.190.4.1 track > > > > > > > > > > No. You need to include eth3,eth4 in the COPY column. > I had done all, my "lo" interfaces goes trought eth0, eth2 is > load-balanced with vlan''s, but eth3 and eth4 doesn''t work. > > <zones> > fw firewall > bal ipv4 > in ipv4 > out ipv4 > </zones> > > <interfaces> > bal eth2 detect > in eth3 detect > in eth4 detect > out eth1.100 detect > out eth1.101 detect > out eth1.102 detect > </interfaces> > > <masq> > eth1.100 10.190.2.5 10.190.1.5 > eth1.100 10.190.3.5 10.190.1.5 > eth1.101 10.190.1.5 10.190.2.5 > eth1.101 10.190.3.5 10.190.2.5 > eth1.102 10.190.1.5 10.190.3.5 > eth1.102 10.190.2.5 10.190.3.5 > eth1.100 eth2 > eth1.101 eth2 > eth1.102 eth2 > eth0 eth3 > eth0 eth4 > </masq> > > <policy> (just for testing) > fw all ACCEPT > bal all ACCEPT > in all ACCEPT > out out DROP > all all DROP > </policy> > > <providers> > ADSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > ADSL2 2 2 main eth2.101 10.190.2.1 track,balance eth2 > ADSL3 3 3 main eth3.102 10.190.3.1 track,balance eth2 > ADSL4 4 4 main eth0 10.190.4.1 track eth3,eth4 > </providers> > > <route_rules> > eth3 - ADSL4 1000 > eth4 - ADSL4 1000 > lo - ADSL4 1000 > </route_rules> > > >I would apoligize Tom, I don''t read your email with de subject "[Shorewall-users] Submitting Problem Reports" :(, I''m going to do> > > > > -Tom > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
On Thu, 2006-08-24 at 10:05 +0100, Israel Santana Alemán wrote:> > > > <providers> > > ADSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > > ADSL2 2 2 main eth2.101 10.190.2.1 track,balance eth2 > > ADSL3 3 3 main eth3.102 10.190.3.1 track,balance eth2 > > ADSL4 4 4 main eth0 10.190.4.1 track eth3,eth4 > > </providers> > > > > <route_rules> > > eth3 - ADSL4 1000 > > eth4 - ADSL4 1000 > > lo - ADSL4 1000 > > </route_rules>The dump you sent shows a configuration which looks nothing like the above. -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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
El jue, 24-08-2006 a las 09:00 -0700, Tom Eastep escribió:> On Thu, 2006-08-24 at 10:05 +0100, Israel Santana Alemán wrote: > > > > > > > <providers> > > > ADSL1 1 1 main eth1.100 10.190.1.1 track,balance eth2 > > > ADSL2 2 2 main eth2.101 10.190.2.1 track,balance eth2 > > > ADSL3 3 3 main eth3.102 10.190.3.1 track,balance eth2 > > > ADSL4 4 4 main eth0 10.190.4.1 track eth3,eth4 > > > </providers> > > > > > > <route_rules> > > > eth3 - ADSL4 1000 > > > eth4 - ADSL4 1000 > > > lo - ADSL4 1000 > > > </route_rules> > > The dump you sent shows a configuration which looks nothing like the > above. >Yes, I put in the other email eth1, eth2, eth3 this is real environment eth7.600 and eth7.601 are two load-balanced dsl for the eth6 interface, I'm waiting for another dsl, this dsl will be eth7.602. eth8 is my local network, I'm waiting to put the dmz in this firewall, and it will be eth3. In this moment I have eth6,eth7.600,eth7.601,eth8,eth9 up. eth6 goes trought eth7.600 and eth7.601 good. "lo" goes trought eth9, but eth8 doesn't go trought eth9. What's my mistake ?> -Tom > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
On Thu, 2006-08-24 at 17:09 +0100, Israel Santana Alemán wrote:> > > > The dump you sent shows a configuration which looks nothing like the > > above. > > > Yes, I put in the other email eth1, eth2, eth3 this is real environment > > eth7.600 and eth7.601 are two load-balanced dsl for the eth6 interface, > I''m waiting for another dsl, this dsl will be eth7.602. eth8 is my local > network, I''m waiting to put the dmz in this firewall, and it will be > eth3. > > In this moment I have eth6,eth7.600,eth7.601,eth8,eth9 up. eth6 goes > trought eth7.600 and eth7.601 good. "lo" goes trought eth9, but eth8 > doesn''t go trought eth9. What''s my mistake ?According to the dump, every packet forwarded from eth8 went out eth9. -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 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
El jue, 24-08-2006 a las 09:28 -0700, Tom Eastep escribió:> On Thu, 2006-08-24 at 17:09 +0100, Israel Santana Alemán wrote: > > > > > > > The dump you sent shows a configuration which looks nothing like the > > > above. > > > > > Yes, I put in the other email eth1, eth2, eth3 this is real environment > > > > eth7.600 and eth7.601 are two load-balanced dsl for the eth6 interface, > > I'm waiting for another dsl, this dsl will be eth7.602. eth8 is my local > > network, I'm waiting to put the dmz in this firewall, and it will be > > eth3. > > > > In this moment I have eth6,eth7.600,eth7.601,eth8,eth9 up. eth6 goes > > trought eth7.600 and eth7.601 good. "lo" goes trought eth9, but eth8 > > doesn't go trought eth9. What's my mistake ? > > According to the dump, every packet forwarded from eth8 went out eth9.Ok thanks, I'll investigate in my network the trouble, it must be when a packet comes back.> > -Tom > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users-- Israel Santana Alemán Departamento de Sistemas INERZA isantana@inerza.com ---------------------------------- Teléfono +34 928 300 505 FAX +34 928 300 515 Avda de los Consignatarios S/N 35008 - Las Palmas de Gran Canaria ---------------------------------- www.inerza.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users