Hi all
I have a relatively small LAN.
I have been going through my ruleset (trying to tweak things)
Copied and pasted below are a few things I have been playing with.
If possible, would anyone over look this and see there is anything I may have missed.
======================================================================================
echo 1 > /proc/sys/net/ipv4/ip_dynaddr #This may help if you have a dynamic IP address \(e.g. slip, ppp, dhcp\)
echo 1 > /proc/sys/net/ipv4/conf/all/log_martians #Enable logging for malformed Ip Address
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/conf/all/proxy_arp
echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
echo 0 > /proc/sys/net/ipv4/conf/all/accept_source_route
echo 0 > /proc/sys/net/ipv4/conf/all/accept_redirects
=====================================================================================
KInd Regards and thanks in advance
Brent Clark