|
From: Colin D. <co...@ma...> - 2019-02-06 19:59:13
|
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 |