Есть FreeBSD на которой я поставил squid. Все клиенты шейпятся с помощью ipfw но некоторых нужно кинуть через squid. В общем после правил с натом пишу ipfw add fwd 127.0.0.1,3128 tcp from 192.168.0.2 to any 80
ipfw add pipe 102 all from 192.168.0.2 to any via dc0
ipfw pipe 102 config bw 64Kbit/s queue 50
ipfw add pipe 103 all from any to 192.168.0.2 via dc0
ipfw pipe 103 config bw 160Kbit/s queue 50
После этого, когда запрашиваю какой-нибудь сайт - получаю ошибку?
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: /
The following error was encountered:
Invalid URL
Some aspect of the requested URL is incorrect. Possible problems:
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
Если просто в настройках браузера указать прокси 192.168.0.250 и 3128 порт - то все работает. Подскажите в чем может быть дело