Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2704014
  • 博文数量: 505
  • 博客积分: 1552
  • 博客等级: 上尉
  • 技术积分: 2514
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-23 18:24
文章分类

全部博文(505)

文章存档

2019年(12)

2018年(15)

2017年(1)

2016年(17)

2015年(14)

2014年(93)

2013年(233)

2012年(108)

2011年(1)

2009年(11)

分类: LINUX

2014-03-08 20:55:53

在命令行中,执行以下命令之后就可以了:route add -net 224.0.0.0 netmask 224.0.0.0 eth0

具体的原因:
What does"IP_ADD_MEMBERSHIP: No such device "mean? 
It means that the tool is trying to use multicast but the network interface doesn't support it There are two likely causes: 
·Your machine doesn't have multicast support enabled. For example, on Linux and FreeBSD it is possible to compile a kernel which doesn't support multicast.   
·You don't have a route for multicast traffic. Some systems don't add this by default, and you need to run:
route add -net 224.0.0.0 netmask 224.0.0.0 eth0 (or similar). If you wish to use RAT in unicast mode only, it is possible to add the multicast route on the loopback interface.
阅读(2387) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~