|
Turn off spoof protection |
|
Posted by Eric Lubow
|
To turn on spoof protection, run a simple bash script:
for i in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 1 > $i done;
Be careful to remember that it drops packets more or less 'invisibly'.
Only registered users can write comments. Please login or register. Powered by AkoComment! |