hoy
09-22-2002, 10:22 PM
when i configured masquerading, i got following message in the log file:
Sorry: masquerading timeouts set 5DAYS/2MINS/60SECS.
here is my content: /etc/rc.d/rc.local file
# 1) Flush the rule tables.
/sbin/ipchains -F input
/sbin/ipchains -F forward
/sbin/ipchains -F output
# 2) Set the MASQ timings and allow packets in for DHCP configuration.
/sbin/ipchains -M -S 7200 10 60
/sbin/ipchains -A input -j ACCEPT -i eth0 -s 0/0 68 -d 0/0 67 -p udp
# 3) Deny all forwarding packets except those from local network.
# Masquerage those.
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.1.0/24 -j MASQ
my other machine has no problem surfing the net. just curious what this message meant and how to get rid of it.
Sorry: masquerading timeouts set 5DAYS/2MINS/60SECS.
here is my content: /etc/rc.d/rc.local file
# 1) Flush the rule tables.
/sbin/ipchains -F input
/sbin/ipchains -F forward
/sbin/ipchains -F output
# 2) Set the MASQ timings and allow packets in for DHCP configuration.
/sbin/ipchains -M -S 7200 10 60
/sbin/ipchains -A input -j ACCEPT -i eth0 -s 0/0 68 -d 0/0 67 -p udp
# 3) Deny all forwarding packets except those from local network.
# Masquerage those.
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.1.0/24 -j MASQ
my other machine has no problem surfing the net. just curious what this message meant and how to get rid of it.