-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi guys,

Recently I have this service redirecting problem on my Linux box which
is running IPFWADM. Since the IP packets are filtered, all services are
redirected to the local LAN servers and I found out that once every 3-5
hours, the SMTP port will stopped.

I input all the redirection of services in my /etc/rc.d/rc.local file
which read like this;

# Redirect socket to other servers;
/usr/sbin/redir 192.168.1.x 21 21 &     # FTP redirect
/usr/sbin/redir 192.168.1.x 25 25 &     # SMTP redirect
/usr/sbin/redir 192.168.1.x 80 80 &     # WWW redirect
/usr/sbin/redir 192.168.1.x 110 110 &   # POP redirect
/usr/sbin/redir 192.168.1.x 1352 1352 & # Notes redirect

However as I mentioned earlier, the SMTP port will not respond after
3-4hrs and I will have to issue a "killall redir" and restart the
"redir" services manually.

Is there any other way I can make sure that the service stays alive
without any intervention?

Thank you!

- --Moonshi
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.0.2i

iQA/AwUBN6OqW2efe0TVuy5lEQJ2VgCgqt3Uva8+U13UrC0MmW+FmQda8YcAn1Rw
S2QkZL2sN2JgCL9ohk3pGi1k
=OLRw
-----END PGP SIGNATURE-----


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to