Hi Suhas, It sounds like you are almost there.
You can set up the server machine almost identically to the client machine except that you need to provide a different node address. Something like: > tipc-config -netid=1234 -a=1.1.2 -be=eth:eth0 In the /var/log/messages file, near the end you should see some information about links being set up between the two machines. This can be confirmed using: > tipc-config -l which should output something like: 1.1.1:eth0-1.1.2:eth0 or 1.1.2:eth0-1.1.3:eth0 depending on which node you run the command. Then run your code as before with the server on one node and the client on the other. The hello program is using "cluster" scope for the publication it sets up and will be seen by both nodes. The demo should run as before but with the client and server portions on different machines. Post again if you run into any issues. Good luck. Elmer -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MoonMoon Ghosh Sent: Tuesday, April 10, 2007 9:03 PM To: [email protected] Subject: [tipc-discussion] Client Server Message passing Hi, Thanks Randy for your valuable suggesstion. I have successfully run the demo but in single machine. Now I want to test message passing between two separate machine, a Server machine and a client machine. I have configure client eth0 like tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0 now I want to know how to configure the server and client NIC to run this program. Expecting your valuable advice. With Regards Suhas ________________________________________________________________________ ____________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
