由 丁豆丁 在 03-14-2004 11:32 发表:
大家好~ 请问一下kingate怎么做透明代理~
我用的是固定IP
eth0 10.2.3.17 连接外网
eth1 192.168.0.17
请问怎样设置
先谢谢大家了~
由 丁豆丁 在 03-14-2004 21:58 发表:
我服务器软件用的Kingate
主机做透明代理
我eth0连接外网 10.2.3.17
eth1 192.168.0.17
rc.local中该怎么写呢
主机linux9的系统
客户机 2000 XP
由 lyl2001 在 03-15-2004 08:36 发表:
kingate不能做透明代理 的只能做匿名代理.
要做透明代理用iptables或用iptables+squid
网上有很多资料.
我也用kingate做代理.
由 earlybrow 在 03-15-2004 08:41 发表:
用squid会不会比kingate快点?50台电脑左右.
由 khj99 在 03-15-2004 08:52 发表:
kingate的透明代理的原理和squid是一样的。都要借iptables(如果是linux下)的帮忙。
/sbin/iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port kingate的http端口
由 lyl2001 在 03-15-2004 11:43 发表:
用kingate做代理不能用浏览器直接上FTP ,只能用FTP工具上,感觉不爽.
由 丁豆丁 在 03-15-2004 12:23 发表:
哦
他们速度差不多吗?
我用kingate时 发觉访问网页比XP慢地多
打开个网站 IE像死了一样
由 丁豆丁 在 03-15-2004 14:34 发表:
只要在rc.local中加入
/sbin/iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port kingate的http端口
就行了吗
QQ还有 ftp也行了吗?
用添加其他设置吗
kingate 的http默认端口是8082吗 怎么改变
还有我用kingate作代理时发觉 客户机访问网页好慢阿
(我安装了kingate后 设置没有做过任何改变)
由 丁豆丁 在 03-15-2004 14:37 发表:
哈~
谢谢了 谢谢了~
太感谢了
不好意思阿
问得太多了~
我太烦人了~
由 khj99 在 03-15-2004 17:25 发表:
你去下载最新的kingate-1.5版本,然后打上kingate-1.6-pre1的补丁。
由 lyl2001 在 03-16-2004 11:57 发表:
打上补丁后安装出现如下错误:
[root@ntsp kingate-1.5]# make
cd . && /bin/sh /root/kingate-1.5/missing --run aclocal-1.8
/root/kingate-1.5/missing: line 46: aclocal-1.8: command not found
WARNING: `aclocal-1.8' is missing on your system. You should only need it if
you modified acinclude.m4' or configure.in'. You might want
to install the Automake' and Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /root/kingate-1.5/missing --run automake-1.8 --gnu
/root/kingate-1.5/missing: line 46: automake-1.8: command not found
WARNING: `automake-1.8' is missing on your system. You should only need it if
you modified