Changes between Version 38 and Version 39 of Startup
- Timestamp:
- 02/01/12 15:26:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v38 v39 21 21 }}} 22 22 23 RP-Filter:: 23 RP-Filter:: The Reverse Path Filter check the source IP of each packet received on an interface against the routing table. If the best route for the source IP address does not use the same interface that the packet was received on the packet is dropped. If the multicast path is not similar to the ip path, the flag musst be turned off. This can be done in the folling file: 24 {{{ 25 /proc/sys/net/ipv4/conf/<interface>/rp_filter 26 }}}