Linux多网卡收不到组播流,Linux下多网卡组播接收不到数据的问题

在CentOS 6.3系统中,遇到Linux多网卡无法接收组播流的问题,原因是反向路径过滤(rp_filter)机制。通过调整内核参数`net.ipv4.conf.all.rp_filter`和`net.ipv4.conf.default.rp_filter`设为0,可以在/etc/sysctl.conf文件或通过命令行设置,从而解决组播数据包被丢弃的问题。设置完成后,使用`sysctl -p`使配置生效。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、现象:tcpdump有包,协议栈收不到。即select超时返回0。

系统:

[root@ahuner /]# cat /etc/issue

CentOS release 6.3 (Final)

Kernel \r on an \m

[root@ahuner /]# cat /proc/version

Linux version 2.6.32-279.el6.x86_64

二、原因:reverse-path filtering,反向路径过滤技术,系统在接收到一个IP包后,检查该IP是不是合乎要求,不合要求的IP包会被系统丢弃。该技术就称为rp filter.

The rp_filter can reject incoming packets if their source address doesn’t match the network interface that they’re arriving on, which helps to prevent IP spoofing. Turning this on, however, has its consequences: If your host has several IP addresses on different interfaces, or if your single interface&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值