(E-Mail Removed) coughed up some electrons that declared:
> Hi,
>
> I've been working on porting a Windows application to Linux. The
> application acts as a server which doesn't decide which port it will
> listen on until it is actually run. This port is registered with a
> different registration server. Clients can obtain the port (and host)
> the application is listening to by querying the registration server.
>
> So, my problem is with the firewall. IPTables allows me to open the
> port up for the registration server (it's always listening on the same
> port) it doesn't seem to allow opening ports on a application level
> (ie. whatever port application X requests, allow it). I've had a quick
> look at tcpwrappers but I don't really know if that's the solution
> here (is my application easily moved to inetd?). Is there a way to
> tackle this problem?
>
> tom
Can you not fix the port (even it it still continues to register)?
Or fix it to within a very small range?
I take it the firewall isn't on the same box?
Tim