On Jan 27, 2008 11:27 PM, Yogesh Patil <yogesh@xxxxxxxxxxxxx> wrote: > Hi, there > I have tryied by using the command > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT > --to-port 3128 > but still no success, and by the way as i understand, it will > only forward https request to the squid but what about the Yahoo > messenger it is not using https, so what the procedure to enable yahoo > messenger and other functions such as voice chat, chat rooms etc.. > through squid transparent proxy. > > Regards, > Yogesh Patil > > > On 1/27/08, Tim Bates <tin@xxxxxxxxxxxxxxx> wrote: > > Yogesh Patil wrote: > > > so the problem is that i am able to browse websites very well, > > > but Gmail, Yahoo Messenger, MSN Messenger etc.. and all the websites > > > using https not works, what would be the issue ? > > I would say you are not forwarding (and/or NATing) the HTTPS port (443). > > > > TB > > > > > > > -- > Regards, > Yogesh Patil > Technotux Solutions > 33/114, Gandhi Nagar, > Jilha Peth, Jalgaon - 425001 > Maharashtra, INDIA > Phone :- +91-257-2235596 > Mobile:- +91-9890931432, 9422778329 > iptables -A FORWARD -p tcp -m multiport -s $LAN_NETWORK --dport $YAHOO_CHAT,$YAHOO_WEB_CAM -j ACCEPT iptables -A FORWARD -p tcp -m multiport -s $LAN_NETWORK --dport $HTTPS,$HTTP -j ACCEPT Ports for HTTPS="443",YAHOO_CHAT="5050",YAHOO_WEB_CAM="2047,2048,5100", where $LAN_NETWORK is your lan . Regards Ankush