HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] No route to host with hylafax
Quoting Eric Gendron <ericg@cameleon.com>:
> Somebody can help? I receive a message no route to host
> when I try to send a fax.
>
> personnal client machine:
> Debian-Linux on a lan with a Debian gateway (in nat mode).
>
> Faxserver:
> on a lan at my work place.
> Works great with clients on the lan.
> computer is on the lan
> Gateway with openbsd. I put redirection on
> port 4559, 4557 and 444 from external ip to
> local (non-routable) ip of the fax machine.
> -> PORT 192,168,203,10,128,197
HylaFAX uses a protocol based on the ftp protocol where files are
transfered via a second (data) connection. Here, the client asks the
server to connect to 192.168.203.10 port 32965 which is not routable from
the server.
You need to us either some kind of ftp module on port 4559 on the nat
gateway or put a vpn between work and home so that private addresses can
be routable between them. You could also send the file via another mean
(ssh, smtp, ...) to the server and have sendfax be called from there. (I
don't think sendfax supports passive connections at this time (hfaxd does)
but since the server does not have a routable address, a passive
connection wouldn't help here)
--
Patrice Fournier
pfournier@loups.net
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*