|
From: Savage, S. <ss...@ow...> - 2019-02-06 20:06:29
|
Thanks for the quick reply. The IPs are correct and I can ping between the two vms. I committed out the localhost on the acceptor. I will try the telnet option. Thanks Sherard Savage | Business Development Technical Integrator Owl Cyber Defense P (203) 894-9342 ext. 309 M (203) 500-0862 W www.owlcyberdefense.com Connect with us! Facebook | LinkedIn | Twitter The information contained in this transmission is for the personal and confidential use of the individual or entity to which it is addressed. If the reader is not the intended recipient, you are hereby notified that any review, dissemination, or copying of this communication is strictly prohibited. If you have received this transmission in error, please notify the sender immediately See us at the following 2019 events: DistribuTECH Convention & Exhibition, New Orleans, LA (Feb. 5th - 7th) ARC Industry Forum Orlando 2019, Orlando, FL (Feb. 4th - 7th) AFCEA West 2019, San Diego, CA (Feb. 13th - 15th) ISA Oman Section Event 2019, Muscat, Oman (Feb. 19th - 20th) -----Original Message----- From: Colin DuPlantis <co...@ma...> Sent: Wednesday, February 6, 2019 2:59 PM To: qui...@li... Subject: Re: [Quickfixj-users] QuickFix Set up and usage QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ QuickFIX/J Support: http://www.quickfixj.org/support/ If it works on one machine, but not across machines, I'm going to guess it's an addressing problem rather than config. Make sure you have the IP addresses correct, both machines can see the other IP address (especially important when using VM as you can go down a rabbithole of bridged connections), and you're not binding localhost for your acceptor (need to bind an addressable address). From the initiator machine, make sure you can open a telnet session to the acceptor machine on the ip:port you've chosen. If you can't, that's your problem. On 2/6/19 11:38 AM, savages203 wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hi, > > My setup below is working across a virtual environment with 2 Windows > 7 machines. I am not getting QFJ to receive information from either > side and I am somewhat confused at to which is the sender and which is > the receiver. I have heard conflicting things. So I will list what I have so far: > > When I run quickfix on the same machine, i get the feedback/results > that i expect. > I cannot get this to work across a network. > > Banzai - Sender > Executor - receiver > > win7 machine 1 - Sender > Win7 machine 2 - Receiver > > I have edited the config file - so that the sender (Banzai) is looking > to connect to the receiver (Executor). > > It seems to just be looking locally for the connection. > > Please advise thanks, > Sherard > > > > -- > Sent from: http://quickfix-j.364392.n2.nabble.com/ > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Colin DuPlantis Chief Architect, Marketcetera Download, Run, Trade 888.868.4884 https://www.marketcetera.com _______________________________________________ Quickfixj-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfixj-users |