[Firehol-support] Firehol Problem - Please Help

Carlos Rodrigues cefrodrigues at gmail.com
Wed Sep 23 19:12:25 BST 2009


On Wed, Sep 23, 2009 at 3:21 PM, Andrei Verovski <andreil1 at starlett.lv> wrote:
> nat to-destination 192.168.0.16 inface "${if_world}" proto tcp
> dport "${client_mygvsv_ports}"

This doesn't look good. I don't think you can specify multiple ports
as "dport". Try having two commands, one for each of the ports 5548
and 5549.

BTW, having those two ports as "client_mygvsv_ports" you are saying
that clients will initiate connections to the server using only one of
those two ports on their side. This wouldn't be strange if the
protocol was UDP, but since it is TCP, try using "default" instead.

-- 
Carlos Rodrigues




More information about the Firehol-support mailing list