From: <nar...@wi...> - 2010-08-25 05:35:20
|
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 |