|
|
squid已启动
iptables将80端口重定向到3128
客户端上网时出现下面的错误
- ERROR
- The requested URL could not be retrieved
- --------------------------------------------------------------------------------
- The following error was encountered while trying to retrieve the URL: /
- Invalid URL
- Some aspect of the requested URL is incorrect.
- Some possible problems are:
- Missing or incorrect access protocol (should be http:// or similar)
- Missing hostname
- Illegal double-escape in the URL-Path
- Illegal character in hostname; underscores are not allowed.
- Your cache administrator is root.
- --------------------------------------------------------------------------------
复制代码
上面的测试是用http://ip 来访问的
这个错误提示是否表明端口定向已经起作用了
上不了网的原因是squid.conf的问题呢? |
|