vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I would like to use pf to do a redirect of incoming https to a server on an internal network then i would like for the packets from that sinternal server to return to the client on the internet. Should it be as simple as rdr pass on $external_if from any to any port https -> $server port https nat pass on $internal_if from $server to any port https -> $external_if ??? any other tips or tricks would be appreciated |