Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 14:05:06 -0200
From:      =?iso-8859-1?B?Sm/jbyBQZWRybw==?= <joaopedro@redepegasus.org>
To:        "questions" <freebsd-questions@freebsd.org>
Subject:   Re: Re: Problems with IPFw
Message-ID:  <004201c0911f$be4cece0$73e9cac8@redepegasus.com.br>
References:  <019701c0910c$da17c5c0$73e9cac8@redepegasus.com.br> <3A8155D6.C02F90A7@mail.iowna.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

WorldGroup is a management program of provider. It's run in DOS/OS.

Then my email server looks at in the stack of the users in this program and
makes the authentication for sending messages.

I think the WG use the Radius port, but I tested with this port and I
haven't a good reply.

My script with the rules is similar to that it is below :

fwd="/sbin/ipfw"
emailserver="1.1.1.1"
wgserver="1.1.1.2"

$fwd add allow icmp from any to any
$fwd add allow tcp from any to any 53
$fwd add allow udp from any to any 53
$fwd add allow all from $emailserver to $wgserver
$fwd add allow all from $wgserver to $emailserver
$fwd add allow tcp from any to $emailserver 25,110
$fwd add allow udp from any to $emailserver 25,110
$fwd add allow tcp from $emailserver 25,110 to any
$fwd add allow udp from $emailserver 25,110 to any
$fwd add deny all from any to any

This script above only is with the part of the email, but I have some other
types of connections as www, ftp and etc that does not come to the case, but
they are function pefectly.

Sorry, for long mail.

I think it's all, then what did you think it's wrong???

TIA,

JPedro



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004201c0911f$be4cece0$73e9cac8>