免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2072 | 回复: 2
打印 上一主题 下一主题

[服务应用] pppoe server上如何用squid做透明代理 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-02-05 22:49 |只看该作者 |倒序浏览
局域网网关机器为一台linux双网卡机器,现在这台机器上安装了rp-pppoe做pppoe server,内网的机器能正常拨号进来,不使用以前的squid透明代理能正常上网,但使用以前的squid透明代理后不能打开网页了。有在pppoe server上做过透明代理的吗,请指点一下。

论坛徽章:
0
2 [报告]
发表于 2013-02-05 23:00 |只看该作者
pppoe-server -I eth1 -L 192.168.100.1 -R 192.168.100.3 -N 200 -k
以前做透明代理的iptables规则如下:
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport http -j REDIRECT --to-port 3128
应该如何改;现在是一个客户拨号上来,服务器上出来ppp0,第二个客户拨号上来,服务器器出来ppp1.

论坛徽章:
0
3 [报告]
发表于 2013-02-06 12:40 |只看该作者
本帖最后由 zhangshoug 于 2013-02-06 14:32 编辑

在谷歌上找到http://www.linuxforums.org/forum ... parent-proxy-2.html,与我的情况相仿
My network setup:
ISP <-> Linux(pppoe-sever with nat) <-> switch <-> other computers(dial into my pppoe-server)

Now im going to try to add the squid server to ‘Linux(pppoe-sever with nat)’ and have everything run normally except port 80 that should be sent to squid so that I can use its catch and hopefully make browsing feel a little faster.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP