Hi,

I have a question concerning binat and filtering. I found the answer for
rdr rules, but I'm not sure how this works with binat.

Let's say I have:

web_serv_int = "192.168.1.100"
web_serv_ext = "24.5.6.0"

binat on fxp0 from $web_serv_int to any -> $web_serv_ext

How are the packets seen by the filter? Is it:

- for incoming packets:
  src: internet address of client
  dst: web_serv_int (that is after binat)

- for outgoing packets:
  src: web_serv_ext (that is after binat)
  dst: address of (e.g.) dnsserver

Is this correct?

Thanks
Volker

Reply via email to