> If you don't use quick option on rules, then it will be last matching rule > applied, but if you you use quick option, the first matching rule will be > applied, the rest will be ignored. So, if you use quick option the filter > order would be;
picking just the "in...on $int_if" rules in order; >> pass in quick on $int_if from any to $int_if keep state >> pass in quick on $int_if route-to ( $ext_if2 $ext_ifgw ) from <hifxchn2> to >> any keep state >> pass in quick on $int_if from $int_if:network to any keep state so this is not a problem. >> pass in quick on $int_if route-to ( $ext_if2 $ext_ifgw ) from >> <hifxchn2> to any keep state >> >> to route requests from hosts in <hifxchn2> through the rl2 internet >> connection but it does not seem to work. you should route the packets in the outgoing direction.