I am trying to set up an IPFW-based firewall to replace an existing PIX, and I am having a problem with static addresses translation (from "inside" to "outside". For example, I need the following group to be accessible on ports 5631, 5632:
"inside"
192.168.1.1
192.168.1.2
192.168.1.3
as "outside", respectively:
10.0.0.1
10.0.0.2
10.0.0.3
Can it be done in /etc/rc.firewall only, not involving /etc/rc.conf? If the answer is "no" - how it can be done at all (step by step, please)?
Thank you.
"inside"
192.168.1.1
192.168.1.2
192.168.1.3
as "outside", respectively:
10.0.0.1
10.0.0.2
10.0.0.3
Can it be done in /etc/rc.firewall only, not involving /etc/rc.conf? If the answer is "no" - how it can be done at all (step by step, please)?
Thank you.