First time user of FreeBSD.
This is what I would like to do:
1. I have an internet switch connected to a cisco firewall.
2. I want to put BSD between the two and set some ips to be natted - though not all.
3. This is due to some strange rules inside the cisco that I cannot change.
4. How do I (and what do I use) set all traffic to go through except 1 class b network must be natted to a new class b or ip before going through to its dmz.
5. Basic reason is there are two ways this class b could approach the firewall, one from inside(lan) and one from outside (internet) both reach the dmz that is also off the firewall. I need to change the outside traffic in that class b to new ips so it will not try to go down the lan interface once leaving the dmz ( the stupid rule ). Just want traffic from the internet interface to go back out to the internet.
6. The cisco in the middle has interfaces to the internet, lan, and dmz.
Examples.
Any suggestions or can BSD do this?
This is what I would like to do:
1. I have an internet switch connected to a cisco firewall.
2. I want to put BSD between the two and set some ips to be natted - though not all.
3. This is due to some strange rules inside the cisco that I cannot change.
4. How do I (and what do I use) set all traffic to go through except 1 class b network must be natted to a new class b or ip before going through to its dmz.
5. Basic reason is there are two ways this class b could approach the firewall, one from inside(lan) and one from outside (internet) both reach the dmz that is also off the firewall. I need to change the outside traffic in that class b to new ips so it will not try to go down the lan interface once leaving the dmz ( the stupid rule ). Just want traffic from the internet interface to go back out to the internet.
6. The cisco in the middle has interfaces to the internet, lan, and dmz.
Examples.
Code:
(ideal)
Internet ---> cisco ------> dmz --------> cisco --------> Internet
Lan ---> cisco ------> dmz --------> cisco --------> Lan
(actual)
[all but class B]
Internet ---> cisco ------> dmz --------> cisco --------> Internet
[class B]
Internet ---> cisco ------> dmz --------> cisco --------> Lan
[all]
Lan ---> cisco ------> dmz --------> cisco --------> Lan
(desired)
[all but class B]
Internet ---> BSD ---> cisco ---> dmz ---> cisco --> BSD ---> Internet
[class B]
Internet ---> BSD NAT ---> cisco ---> dmz ---> cisco --> BSD NAT ---> Internet
[all] [no net change]
Lan ---> cisco ------> dmz --------> cisco --------> Lan