Re: [Quickfix-developers] Restricting quickfix acceptor access by IP
Brought to you by:
orenmnero
From: Kenny S. <ks...@co...> - 2011-11-22 19:06:45
|
Perhaps you could run servers on different ports, then filter with router. -- Kenny Stone Connamara Systems, LLC On Tue, Nov 22, 2011 at 12:55 PM, J. Scott Miller <j.s...@gm...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi everyone, > > In my fix application (server), I would like to restrict access by > both SenderCompID and IP address. That is, I want to enforce that > SenderCompID A can only login from IP X and SenderCompID B can only > login from IP Y. Because this depends on data in the fix protocol, a > simple firewall will not work without deep packet inspection. Ideally, > my application will perform the filtering. > > However, it doesn't look like the QuickFix api exposes the client IP. > Is this correct? > > Thank you for any help, > > Scott > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |