What am i missing here? I can't get out to the internet from my inside network. Internet access from my openbsd firewall is just fine.
ext_if="ep0" int_if="fxp1" set skip on lo set loginterface fxp1 block in log on $ext_if pass in on $int_if from $int_if:network to any match out on $ext_if from $int_if:network nat-to ($ext_if) pass out on ep0 from any to any

