On 4/18/05, j knight <[EMAIL PROTECTED]> wrote: > Where are the rules that pass the return traffic in on tun0? Or, from a > different point of view, where are the rules that pass the connection > out on tun0 and create state?
pass in log quick on tun0 proto tcp from any port = www to any keep state pass in log quick on tun0 proto tcp from any port = https to any keep state create state ? - aW
