Доброго времени суток.
Собираю шлюз + сквид. Пытался изобразить прозрачное проксирование. В результате у клиентов работает аська и почта а и-нет отсутствует

Помогите найти ошибку.
вот конфиг сквида:
http_port 3128
visible_hostname vorota
acl all src 0.0.0.0/0.0.0.0
acl QUERY urlpath_regex cgi-bin \?
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl vorota src 127.0.0.1/255.255.255.255
acl to_vorota dst 127.0.0.0/8
acl localnet src 192.168.210.0/255.255.255.0
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
acl lx src 192.168.210.50
no_cache deny QUERY
http_access allow manager vorota
http_access allow lx
http_access allow localnet
http_access deny manager
http_access allow purge vorota
http_access allow vorota
http_access deny purge
http_access deny CONNECT !SSL_ports
http_access deny all
store_avg_object_size 102400 KB