[FX.php List] Re: [OT]FileMaker Server Admin port forwarding

Gjermund Gusland Thorsen ggt667 at gmail.com
Thu Mar 5 04:11:03 MST 2009


I guess I found the problem
---
Host clientname
Hostname LegalIPClient
User username
ForwardX11 no
ForwardAgent yes
LocalForward  5003 LocalIPFMSA:5003
LocalForward 20003 LocalIPFMSA:20003
LocalForward 50003 LocalIPFMSA:50003
LocalForward 50006 LocalIPFMSA:50006
---
These forwarded ports are all TCP, I think it’s hard to forward UDP
traffic with ssh

ggt


2009/3/5 Gjermund Gusland Thorsen <ggt667 at gmail.com>:
> this ssh forwarding rule spends at least a little bit of time before it fails...
>
> Host clientname
> Hostname LegalIPClient
> User username
> ForwardX11 no
> ForwardAgent yes
> LocalForward 20003 LocalIPFMSA:20003
> LocalForward 50003 LocalIPFMSA:50003
> LocalForward 50006 LocalIPFMSA:50006
>
> ggt
>
> 2009/3/5 Gjermund Gusland Thorsen <ggt667 at gmail.com>:
>> Anyone got a clue to which ports to forward to administer remote FMSAs?
>>
>> Are these enough?
>> ---
>> TCP 20003
>> TCP 50003
>> TCP 50006
>>
>> The first (20003) is to connect to the admin port. The last two
>> (50003, 50006) are for the helper process and are required for the
>> Admin Tool.
>> ---
>> Obviously not, I just tried this and I am not able to connect.
>>
>> ggt
>>
>


More information about the FX.php_List mailing list