ya this command is only redirecting port 80 request, in transparent proxy setup given by me, the other port requests are fullfilled directly via NAT.
I can see that english is not your native language, anyways np.
I am afraid here that you have not properly configured your transparent proxy. Either your NAT is not working or your squid is not working. But one of them is working properly.
To confirm your NAT is working -->
stop squid and make sure your client are using proper Dns server, proper gateway ie ip of ur computer running NAT and set your browsers not to use proxy.
If you are able to open websites, messenger then its working.
To confirm if Squid is working -->
Turn off NAT. To do so
/sbin/iptables --flush -t nat
Now set your browsers to use squid proxy then surf the sites. If you are successful then squid is also working fine.
Now to confirm transparent proxy -->
Restart your PC or re-execute rc.nat script. Make sure your broswer is not using proxy. And your client are using right DNS server, gateway etc. then if you are able to surf then ur transparent proxy is working.
May be you are running somefirewall which blocks 32000 port ! .. btw. u plze confirm above then we will discuss it further.