Hello, I have a modem connection to a firewall machine. The firewall is connected to a LAN. On the firewall (shorewall) I redirect the http requests to 8080. (Squid!) Using jesred as a redirector, I redirect the http requests to one of the web servers on the LAN. Let's say may modem ip is 81.121.1.1 http://81.121.1.1/mm/.... ar redirected to http://10.75.1.2/mm/... http://81.121.1.1/nn/.... are redirected to http://10.75.1.3/ 10.75.0.0 is the LAN. I succeeded in configuring this. BUT... Form Posts are not redirected! I check the squid access log and find out that. 1122645916.243 33 10.75.1.4 TCP_MISS/404 4302 GET http://81.121.1./favicon.ico - DIRECT/10.75.2.97 text/html 1122645917.512 9 10.75.1.4 TCP_MISS/401 241 POST http://81.121.1.1/Mavaks/main.aspx - DIRECT/81.121.1.1 text/html As you see. GET is redirected to 10.75.2.97 but post is not. Should I set something to get squid using the redirector for POST actions also...