Am Sonntag, 10. Dezember 2000 09:39 schrieb Timothy Legant:
> On Sun, Dec 10, 2000 at 01:31:54AM -0700, Sean Reifschneider wrote:
> > On Sun, Dec 10, 2000 at 02:51:24AM -0500, Steve Manes wrote:
> > >Dec 10 01:02:49 meg kernel: Packet log: output REJECT eth0 PROTO=6
> > > 166.84.147. 124:3687 206.26.89.202:25 L=1064 S=0x00 I=46413 F=0x0000
> > > T=64 (#37) Dec 10 01:02:55 meg kernel: Packet log: output REJECT eth0
> > > PROTO=6 166.84.147. 124:4396 204.242.84.1:25 L=60 S=0x00 I=46421
> > > F=0x0000 T=64 SYN (#37)
> > >
> > >Any idea what's causing this?
> >
> > ipchains is blocking incoming connections to port 25/tcp.  You know, the
> > e-mail port.
>
> Er, it looks like exactly the opposite. ipchains is blocking _outgoing_
> connections _to_ port 25 on other machines. Steve's IP is
> 166.84.147.124.
>
> I don't use ipchains and don't know how to fix this. Hopefully someone
> can tell you how to open up the ports qmail needs for output.

ipchains -I input -s 166.84.147.124 --dport 25 -p tcp -j ACCEPT
ipchains -I forward -s 166.84.147.124 --dport 25 -p tcp -j ACCEPT
ipchains -I output -s 166.84.147.124 --dport 25 -p tcp -j ACCEPT

Tge original poster should
a) understand what's going on before running a firewall
b) learn to use the correct list. This is a question fore the ipchains 
mailing list.

> -thl

-- 

Henning Brauer         |  BS Web Services
Hostmaster BSWS        |  Roedingsmarkt 14
[EMAIL PROTECTED]     |  20459 Hamburg
www.bsws.de            |  Germany

Reply via email to