Есть: комп, мандрива, сквид (на 3128 порту)172.16.24.3 на котором висит комп.
Настроил сквид, полет нормальный, но напрягает, что во всех прогах нужно прописывать прокси ручками. Да и умельцы, сносят галочки с 'использовать прокси'
поправил слегка iptables, чтоб весь трафик заворачивался на сквид
iptables -t nat -A PREROUTING -s 172.16.24.0/255.255.255.128 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128. Но не работает, вылезает вот такая вот ошибка
==================================================================
ERROR
The requested URL could not be retrieved
While trying to process the request:
GET / HTTP/1.1
User-Agent: Opera/9.25 (Windows NT 5.1; U; ru)
Host: ya.ru
Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: ru-RU,ru;q=0.9,en;q=0.8
Accept-Charset: iso-8859-1, utf-8, utf-16, *;q=0.1
Accept-Encoding: deflate, gzip, x-gzip, identity, *;q=0
Pragma: no-cache
Cache-Control: no-cache
Connection: Keep-Alive, TE
TE: deflate, gzip, chunked, identity, trailers
The following error was encountered:
Invalid Request
Some aspect of the HTTP Request is invalid. Possible problems:
Missing or unknown request method
Missing URL
Missing HTTP Identifier (HTTP/1.0)
Request is too large
Content-Length missing for POST or PUT requests
Illegal character in hostname; underscores are not allowed
Your cache administrator is root.
Generated Mon, 21 Jul 2008 10:55:18 GMT by unconfigured (squid/2.6.STABLE16)
==================================================================
что делать? Как быть?
Спасбо!
>>>