Chinaunix首页 | 论坛 | 博客
  • 博客访问: 246611
  • 博文数量: 34
  • 博客积分: 791
  • 博客等级: 军士长
  • 技术积分: 352
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 21:45
文章分类

全部博文(34)

文章存档

2015年(2)

2013年(6)

2012年(16)

2011年(8)

2010年(2)

分类: LINUX

2011-12-24 16:03:42

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.
阅读(3379) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~