我可以上网eth0- 实时IP
局域网连接到 eth1,IP 地址为10.1.98.0/24. 运行良好。
http_port 是 3128。
我的问题是如何允许不同的 IP 范围,例如10.1.142.0/24使用 squid 代理服务器局域网?
请帮忙?
答案1
因为我无法从 Windows 向 Linux ping 通,所以我只需要添加其他 IP 范围以允许通过路由命令,如下所示
检查允许的 IP 范围
#route
并允许局域网中的其他 IP 范围发出以下命令
#route add -net 10.1.142.0 netmask 255.255.255.0 eth1