I'm setting up an SSL VPN headend using ASG, with the intention of having mobile clients at our customer sites so that I may access parts of their networks remotely. I like SSL VPN for this because it's 99.999% of the time already allowed out of my customers' networks, and works pretty much flawlessly through their firewalls (where PPTP and IPSEC sometimes run in to issues).
My current issue with this system is that SSL clients can talk to each other. Because each client will be on a different customer's network, I don't want that. I've tried using the packet filter to restrict crosstalk, but to no avail. In fact, traffic between SSL clients doesn't even seem to get logged in the PF live log. All traffic between clients must go up the tunnel, across the firewall, then back down another tunnel, so I would think that it should cross the packet filter... but it doesn't seem to.
Is this a bug, a feature, an oversight, or my mistake?
This thread was automatically locked due to age.