Chinaunix首页 | 论坛 | 博客
  • 博客访问: 329464
  • 博文数量: 57
  • 博客积分: 146
  • 博客等级: 入伍新兵
  • 技术积分: 769
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-29 14:57
文章分类
文章存档

2014年(39)

2013年(13)

2012年(5)

我的朋友

分类: LINUX

2012-11-02 14:42:11

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:

点击(此处)折叠或打开

  1. 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.
阅读(1548) | 评论(0) | 转发(0) |
0

上一篇:tmpfs简介

下一篇:lighttpd通过fastcgi调用gsoap

给主人留下些什么吧!~~