Ok , thanks

My problem now is;

My server ip : 172.16.5.22
My client ip: 172.16.5.23

I running on client :
My running steps are as follows:
1) On the "172.16.5.22", starting a command window and running "eqPly --
--eq-client --eq-listen 172.16.5.22:4242";

Errors
./lib/net/socketConnection.cpp:560     0 Could not bind socket 8: Cannot
assign requested address (99) to 172.16.5.22:4242 AF 2
 ./lib/net/node.cpp:305     0 Can't create listener connection:
RefPtr<connection TCPIP 172.16.5.22:4242>


2) On the "172.16.5.23", starting a command window and running "eqServer
2-node.2D.eqc";

Errors

./lib/net/socketConnection.cpp:560     0 Could not bind socket 8: Cannot
assign requested address (99) to 172.16.5.23:4242 AF 2
 ./lib/net/node.cpp:305     0 Can't create listener connection:
RefPtr<connection TCPIP 172.16.5.23:4242>

what's the solution?...

Thanks


my config 2-node-2D.eqc :

# two-to-one sort-first config for cluster at unizh
global
{
    EQ_WINDOW_IATTR_HINT_DRAWABLE pbuffer
}

server
{
    connection { hostname "172.16.5.23" TCPIP_port 4242 }
    config
    {
        appNode
        {  
            connection { hostname "172.16.5.23" TCPIP_port 4242 }
            pipe 
            {
                window
                {
                    viewport [ .25 .25 .5 .5 ]
                    attributes{ hint_drawable window }
                    channel { name "channel1" }
                }
            }
        }
        node
        {
            connection { hostname "172.16.5.23" TCPIP_port 4242 }
            pipe { window { channel { name "channel2" }}}
        }
        compound
        {
            channel "channel1"
            wall
            {
                bottom_left  [ -.32 -.20 -.75 ]
                bottom_right [  .32 -.20 -.75 ]
                top_left     [ -.32  .20 -.75 ]
            }

            compound
            {
                viewport [ 0 0 1 .5 ]
            }
            compound
            {
                channel "channel2"
                viewport [ 0 .5 1 .5 ]
                outputframe {}
            }
            inputframe { name "frame.channel2" }
        }
    }    
}


-- 
View this message in context: 
http://software.1713.n2.nabble.com/Help-on-config-2-window-tp5544012p5560153.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to