Ok, I'll make it more concrete. If a machine has traffic going over two interfaces (router) a netfilter rule would look like this:

  iptables -A FORWARD -i in-iface -o out-iface ...

It looks like with pf one achieves that with:

  pass in on in-iface ...
  pass out on out-iface ...

Is that basically correct?

Thanks,

--

 Stephan A. Rickauer

 ----------------------------
 Institut f|r Neuroinformatik
 Universitdt / ETH Z|rich
 Winterthurerstriasse 190
 CH-8057 Z|rich

 Tel: +41 44 635 30 50
 Sek: +41 44 635 30 52
 Fax: +41 44 635 30 53

 http://www.ini.ethz.ch
 ----------------------------

Reply via email to