用iptable做的代理,客户机随机吊线,请进...

由 lmkch 在 07-12-2003 07:15 发表:

用iptable做的代理,客户机随机吊线,请进...

RH9.0服务器,iptables做的代理,adsl上网(re-pppoe拨号).客户机随机性断线..

客户机不能ping通外网,但是可以ping通代理上的内网网卡.局域网也是通的.

过一会又可以上网了.其他机子一切正常.

什么原因? 急,谢谢.

附:

#!/bin/sh

/sbin/modprobe ip_tables

/sbin/modprobe ip_nat_ftp

/sbin/modprobe ip_conntrack_ftp

/sbin/iptables -F

/sbin/iptables -F -t nat

/sbin/iptables -X

/sbin/iptables -Z

echo "1">/proc/sys/net/ipv4/ip_forward

/sbin/iptables -P INPUT ACCEPT

/sbin/iptables -P FORWARD ACCEPT

/sbin/iptables -P OUTPUT ACCEPT<br

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus