Hi Misc, Perhaps I am doing something silly but I rather want to get relayd working with simple HTTP transparent proxy. No SSL.
My relayd.conf: relay transdivertproxy { listen on 127.0.0.1 port 8080 transparent forward to destination interface re0 } My pf.conf: pass in on egress inet proto tcp from 192.168.2.12 to any port http divert-to 127.0.0.1 port 8080 pass out on egress inet proto tcp from 192.168.2.12 to any port http divert-reply And relayctl show sessions shows that the session is running. But lynx is just hanging. And tcpdump shows packets going back and forth but the TCP handshake does not go thro'.. What am I doing wrong? -Girish -- Gayatri Hitech http://gayatri-hitech.com