From: Suryanarayana G. <SGa...@go...> - 2010-08-25 06:25:20
|
Hi naresh, On a single node, you will not be able to create two nodes of tipc. You can attach multiple interfaces as follows. tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0,eth:eth1 but not as you had done. Regards Surya > -----Original Message----- > From: nar...@wi... [mailto:nar...@wi...] > Sent: Wednesday, August 25, 2010 11:01 AM > To: tip...@li... > Subject: [tipc-discussion] Request: Unable to config second node on > same machine > > Hello, > > I have inserted default tipc.ko module from > /lib/modules/2.6.31.xxx/kernel/net/tipc/tipc.ko and Configured tipc- > config. > able to make a connection between eth0 of machine to eth0 of other > machine and eth1 of machine to eth1 other machine. > i could not make and configure two nodes in the same machine. > > # insmod-tipc > # ./tipc-config -netid=1234 -addr=1.1.1 -be=eth:eth0 > # ./tipc-config -netid=1234 -addr=1.1.2 -be=eth:eth1 > operation not supported (cannot change node address once assigned) > #rmmod tipc > > > # insmod-tipc > # ./tipc-config -netid=1234 -addr=1.1.1 -be=eth:eth1 > # ./tipc-config -netid=1234 -addr=1.1.2 -be=eth:eth0 > operation not supported (cannot change node address once assigned) > #rmmod tipc > > Please give me information regarding, > which parameter i need to change or configure to enable second Node > support on the same Machine. > > Best regards > Naresh kamboju > > ----------------------------------------------------------------------- > ------- > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook > users > worldwide. Take advantage of special opportunities to increase revenue > and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > tipc-discussion mailing list > tip...@li... > https://lists.sourceforge.net/lists/listinfo/tipc-discussion |