7.14. (奇怪的行为) - 当我的互联网连接刚建立时,什么都不能工作。 如果我再试一次,一切又都正常了。 这是为什么?

原因是您有一个动态 IP 地址,当您的互联网连接刚建立时,IP 伪装不知道其 IP 地址。 有一个解决方案可以解决这个问题。 在您的 /etc/rc.d/rc.firewall-* 规则集中,添加以下内容

# Dynamic IP users:
#
#   If you get your IP address dynamically from SLIP, PPP, or DHCP, enable this 
#   following option.  This enables dynamic-ip address hacking in IP MASQ, making 
#   the life with Diald and similar programs much easier.
#
echo "1" > /proc/sys/net/ipv4/ip_dynaddr