What are the "/proc/sys/net/ipv4/conf/*/rp_filter" settings used for in Asuswrt-Merlin ?
# Unsure if necessary, but most policy-based routing scripts disable reverse path filtering
for i in /proc/sys/net/ipv4/conf/*/rp_filter ; do
echo 0 > $i
done
@Martineau
Policy based routing is used to direct traffic for specific IP/MAC addresses to a particular VPN client on the router, correct ?
When configuring routing in this manner in the Asuswrt-Merlin WebGUI, that automatically changes all the "1" values to "0", correct ?
We use essential cookies to make this site work, and optional cookies to enhance your experience.