Setup:
- Server A: FreeBSD 10 - IP: 100.100.100.100
- Server B: FreeBSD 9 - IP: 200.200.200.200
Both servers use pf.conf.
Desired result:
I want server A to be able to get web access (port 80) via server B over a specific port (ex: 3333). How would one accomplish that in the easiest possible way? Is it possible to do this by just changing pf.conf on server B?
Any hands on examples will be greatly appreciated.