search for: dynamicaddr

Displaying 2 results from an estimated 2 matches for "dynamicaddr".

2004 Mar 24
3
IP Masquerade issues
...gt; /proc/sys/net/ipv4/ip_forward # Dynamic IP users: # #   If you get your IP address dynamically from SLIP, PPP, or DHCP, #   enable this following option.  This enables dynamic-address hacking #   which makes the life with Diald and similar programs much easier. # echo "   Enabling DynamicAddr.." echo "1" > /proc/sys/net/ipv4/ip_dynaddr # Enable simple IP forwarding and Masquerading # #  NOTE:  In IPTABLES speak, IP Masquerading is a form of SourceNAT or SNAT. # #  NOTE #2:  The following is an example for an internal LAN address in the #            192.168.0.x...
2006 Mar 14
1
iptables+iproute problem
..." > /proc/sys/net/ipv4/ip_forward # Dynamic IP users: # # If you get your IP address dynamically from SLIP, PPP, or DHCP, # enable the following option. This enables dynamic-address hacking # which makes the life with Diald and similar programs much easier. # #echo " Enabling DynamicAddr.." #echo "1" > /proc/sys/net/ipv4/ip_dynaddr #echo " ---" ############################################################################# # # Enable Stronger IP forwarding and Masquerading # # NOTE: In IPTABLES speak, IP Masquerading is a form of SourceNAT or SNAT. #...