On 25-10-2014 15:10, Theron ZORBAS wrote: > # here is where and what i dont know to do? > # How to forward https requests to https_server arriving at pppoe1 interface/IP Your problem isn't with binat, which, by the way, you don't need. There are several options for solving your problem. The easiest one is to create a rdr-to rule with a reply-to rule. This will make your packets to return through the right interface. Take a look at the pf.conf man page. But basically the rule would be something like:
pass in on ($wan2) from any to ($wan2) port https rdr-to $https_server reply-to $wan2 Cheers [demime 1.01d removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]