I''ve been using ipp2p with kernel 2.6.18 without problems (it has to be 0.8.2 or a patched 0.8.1rc). About iptables 1.3.6, all you need to do is change the makefile to use $(CC) -shared -o libipt_ipp2p.so libipt_ipp2p.o instead of ld -shared -o libipt_ipp2p.so libipt_ipp2p.o Pablo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Well I tryed many things (not everything yet) and at the moment I'll use l7-filter. But does compiling object files work for you? I find it extrange. El dom, 19-11-2006 a las 16:33 -0300, Pablo Sebastián Greco escribió:> I've been using ipp2p with kernel 2.6.18 without problems (it has to be > 0.8.2 or a patched 0.8.1rc). About iptables 1.3.6, all you need to do is > change the makefile to use > $(CC) -shared -o libipt_ipp2p.so libipt_ipp2p.o > instead of > ld -shared -o libipt_ipp2p.so libipt_ipp2p.o > > Pablo > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-users------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users
On Sun, Nov 19, 2006 at 11:06:58PM +0100, Vicente Ferrando wrote:> Well I tryed many things (not everything yet) and at the moment I''ll > use l7-filter. But does compiling object files work for you? I find it > extrange.gcc/g++ is the frontend, not the compiler (the compiler is probably something like /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/cc1). It''s usually a mistake to invoke the compiler (cc1/cc1plus) or linker (ld) backends directly. This is particularly true if you are using c++ or shared objects. The gcc/g++ frontend has a far deeper understanding of the correct way to link things than most users do. The ld command is in your path for historical reasons, not because you''re supposed to use it. (Platforms which use compilers other than gcc usually have even stranger requirements for correct use of c++ or shared libraries, but that''s not relevant here) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hello when I activate shorewall following ip 212.117.64.48 cannot email my server . If I disable the shorewall is all ok . I checked carefully the blacklist file , but 212.117.64.48 is not there ! Why shorewall is denying email from 212.117.64.48 ? Thank you Graziano ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Graziano wrote:> Hello > > when I activate shorewall following ip 212.117.64.48 > cannot email my server . If I disable the shorewall is all ok . > > I checked carefully the blacklist file , but 212.117.64.48 is not there ! > Why shorewall is denying email from 212.117.64.48 ?Because that is the way that you have configured Shorewall. Each of the QuickStart Guides (http://www.shorewall.net/shorewall_quickstart_guide.htm) describes how to allow traffic to the servers that you run. If you want our help, please submit a problem report as described at http://www.shorewall.net/support.htm#Guidelines. But you may find tht this entry in /etc/shorewall/rules helps: ACCEPT net $FW tcp 25 -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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hi I have over 100 users on the server , and I have problem only from 212.117.64.48 sending email to my server. on rules I have ACCEPT net fw tcp 25 ACCEPT fw net tcp 25 where could be the problem , if it''s not on rules and blacklist ? Graziano wrote: Hello when I activate shorewall following ip 212.117.64.48 cannot email my server . If I disable the shorewall is all ok . I checked carefully the blacklist file , but 212.117.64.48 is not there ! Why shorewall is denying email from 212.117.64.48 ? Because that is the way that you have configured Shorewall. Each of the QuickStart Guides (http://www.shorewall.net/shorewall_quickstart_guide.htm) describes how to allow traffic to the servers that you run. If you want our help, please submit a problem report as described at http://www.shorewall.net/support.htm#Guidelines. But you may find tht this entry in /etc/shorewall/rules helps: ACCEPT net $FW tcp 25 -Tom ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--- Graziano <dreamservice@libero.it> wrote: I have problem only from 212.117.64.48 --- Please refer to: http://www.shorewall.net/support.htm#Guidelines ____________________________________________________________________________________ Sponsored Link $200,000 mortgage for $660/ mo 30/15 yr fixed, reduce debt http://yahoo.ratemarketplace.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Is there any shorewall guru which could help me ? I can pay for the required work . Thank you> --- Graziano <dreamservice@libero.it> wrote: > I have problem only from 212.117.64.48 > > --- > > Please refer to: > http://www.shorewall.net/support.htm#Guidelines > > > > > > ____________________________________________________________________________________ > Sponsored Link > > $200,000 mortgage for $660/ mo > 30/15 yr fixed, reduce debt > http://yahoo.ratemarketplace.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net''s Techsay panel and you''ll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-users > >------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> Please refer to: >> http://www.shorewall.net/support.htm#GuidelinesIf you will just send the information asked for at this URL, we will help you for free! But no one can help you without knowing the details of your configuration. -Tom --=20 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > --- Graziano <dreamservice@libero.it> wrote: > > I have problem only from 212.117.64.48I would also suggest checking and double-checking transient DNS/MX/SMTP errors related to this IP/host. It could very well have nothing to do with iptables. ____________________________________________________________________________________ Sponsored Link Mortgage rates near 39yr lows. $510k for $1,698/mo. Calculate new payment! www.LowerMyBills.com/lre ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Graziano wrote:>Is there any shorewall guru which could help me ? I can pay for the >required work .Can''t answer that, I''m sure there are - but whether there are any in your area would be a different matter. BUT ... ... why do you insist on not allowing us to help you ? You''ve been told several times now to follow the guidelines at :> > Please refer to: > > http://www.shorewall.net/support.htm#GuidelinesThe reason for this is that by following these simple steps you can provide the information needed to help you. At the moment, no-one here can do anything for you because we simply have no idea what your setup is ! It''s the equivalent of phoning up a garage and saying "my car doesn''t go, how much to fix it ?" No garage would quote to fix an unknown problem, on an unknown car, .... is it that you turn the key and nothing happens, or the engine turns over but doesn''t start, or the engine starts but the car still won''t go, or ... The same applies here, for people to be able to help, we need to be able to see what your configuration is (and some other information). It may be something simple, it might not be, but at the moment we have absolutely no idea beyond "it doesn''t work". ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Ciao Graziano, I think the problem could be in the syntax: you wrote "fw" instead of "$FW" in your rules file. Try with: ACCEPT net $FW tcp 25 ACCEPT $FW net tcp 25 Bye Paolo Basenghi - Centro elaborazione dati Az.Spec.Farmacie Comunali Riunite Via Doberdo'' 9 - 42100 Reggio Emilia Tel +39(0522)543312 email: paolo.basenghi@fcr.re.it www.fcr.re.it - www.informazionisuifarmaci.it www.saninforma.it - www.futurfarma.it Le informazioni contenute in questa comunicazione sono riservate e destinate esclusivamente alla/e persona/e o all''ente sopra indicati. E'' vietato ai soggetti diversi dai destinatari qualsiasi uso, copia, diffusione di quanto in esso contenuto sia ai sensi dell''art. 616 c.p., sia ai sensi della legge 196/2003. Se questa comunicazione vi e'' pervenuta per errore, vi preghiamo di rispondere a questa mail e successivamente cancellarla dal vostro sistema. Graziano ha scritto:> Hi > > I have over 100 users on the server , and I have problem only from > 212.117.64.48 sending email to my server. > > on rules I have > ACCEPT net fw tcp 25 > ACCEPT fw net tcp 25 > > where could be the problem , if it''s not on rules and blacklist ? > > >> Graziano wrote: >> >>> Hello >>> >>> when I activate shorewall following ip 212.117.64.48 >>> cannot email my server . If I disable the shorewall is all ok . >>> >>> I checked carefully the blacklist file , but 212.117.64.48 is not there ! >>> Why shorewall is denying email from 212.117.64.48 ? >>> >> >> Because that is the way that you have configured Shorewall. >> >> Each of the QuickStart Guides >> (http://www.shorewall.net/shorewall_quickstart_guide.htm) describes how >> to allow traffic to the servers that you run. >> >> If you want our help, please submit a problem report as described at >> http://www.shorewall.net/support.htm#Guidelines. >> >> But you may find tht this entry in /etc/shorewall/rules helps: >> >> ACCEPT net $FW tcp 25 >> >> -Tom >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net''s Techsay panel and you''ll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Shorewall-users mailing list >> Shorewall-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/shorewall-users >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net''s Techsay panel and you''ll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Shorewall-users mailing list > Shorewall-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-users >------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hi Tom Eastep I appreciate the free service , but I don''t want send my shorewall dump to a mailing list , since it contains info which I consider private. I could be more than happy to pay for assistance or to donate to receive assistance from a single shorewall guru and not a mailing list. Thank you Please refer to: http://www.shorewall.net/support.htm#Guidelines If you will just send the information asked for at this URL, we will help you for free! But no one can help you without knowing the details of your configuration. -Tom --=20 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Graziano wrote:> Hi Tom Eastep > > I appreciate the free service , but I don''t want send my shorewall dump > to a mailing list , since it contains info which I consider private. > I could be more than happy to pay for assistance or to donate to receive > assistance from a single shorewall guru and not > a mailing list.Have you made any attempt to systematically troubleshoot the problem? a) Are you seeing anything in the Shorewall log when mail delivery fails? b) Are you seeing anything in the mail server logs on either end when mail delivery fails? c) Have you looked at the problem with a packet sniffer to see what is happening? For example, is it the initial SMTP connection that is failing or is the SMTP protocol failing after the initial connection? Answering those questions is just basic network troubleshooting and does not require a Shorewall Guru. -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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
on mailserver log this ip does not exists . The ip is a mailserver ip . Then I searched on shorewall dump and on /var/log/messages but no signal of this ip . If I turn off shorewall , he can send and I can see the ip on maillog . Graziano wrote: Hi Tom Eastep I appreciate the free service , but I don''t want send my shorewall dump to a mailing list , since it contains info which I consider private. I could be more than happy to pay for assistance or to donate to receive assistance from a single shorewall guru and not a mailing list. Have you made any attempt to systematically troubleshoot the problem? a) Are you seeing anything in the Shorewall log when mail delivery fails? b) Are you seeing anything in the mail server logs on either end when mail delivery fails? c) Have you looked at the problem with a packet sniffer to see what is happening? For example, is it the initial SMTP connection that is failing or is the SMTP protocol failing after the initial connection? Answering those questions is just basic network troubleshooting and does not require a Shorewall Guru. -Tom ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list Shorewall-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV