On 12/11/2015 07:02 PM, ning anzhou wrote: > I'm glad to hear that. While I don't get a work TIPC network on WIFI. Do I > need > fix any thing to the following commands > > sudo tipc-config --netid=13 --addr=1.1.1 -be=eth:wlan0 > sudo tipc-config --netid=13 --addr=1.1.2 -be=eth:wlan0 >
Yes, your above commands are a bit wrong. Correct one should be: tipc-config -netid=13 -addr=1.1.2 -be=eth:wlan0 Do they not work in your environment? > 2015-12-11 18:37 GMT+08:00 Ying Xue <[email protected] > <mailto:[email protected]>>: > > Whatever the underlying media is Ethernet or wireless device, they are all > encapsulated as a network interface. So you don't need to know what > device type > is, and just configure a TIPC node as usual when you play with a wireless > media. > > Regards, > Ying > > On 12/11/2015 06:14 PM, ning anzhou wrote: > > Hi, > > > > I have 10+ hosts, some of them are connected by ethernet, some of the > > others are connected by WIFI. If I can configure TIPC on them, that > > would be a great. > > > > I have configured TIPC on the ethernet, while I don't know how to do > > that for WIFI. > > > > All these hosts are running Linux(Centos 6/7, Ubuntu 14.04). > > > > Thanks. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > tipc-discussion mailing list > > [email protected] > <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/tipc-discussion > > > > ------------------------------------------------------------------------------ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
