Sample /etc/sysctl.conf


# Enables packet forwarding
net.ipv4.ip_forward = 1
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Defragment all packets
net.ipv4.ip_always_defrag=1
# Disables IP source routing
net.ipv4.conf.all.accept_source_route = 0
back