Migrating from ios
-
hi,
wonderfull product for home, but now i want to use it on a "real" network.0)the situation is very simple :
i ve a class C public net (193.48.0.0/24) ;
I use NAT and PAT on :MyCisco in the lab which forward to anoter cisco :CampusRtrNIC_in: NIC_out:
-10.128.0.1
-10.0.0.1 ___________ -193.52.8.68 ___________
-193.48.0.2 | | | |
–------------| MyCisco |----------------------------| CampusRtr |-----
|| -193.52.8.65||on MyCisco i've the 2 NIC (in = my lan; out = interco lan):
-NIC_in which is declared as 193.48.0.2/32, 10.0.0.1/32 , and 10.128.0.1/32.
(i ve subnetted 10. with /9 in order to have a "vlan of the poor" :-})-NIC_out which is declared as 193.52.8.68/29 and connected directly to CampuRtr
-NIC_in is making "ip nat inside" in fact it translate:
a subset of 10.0.0.0/9,
another subset of 10.128.0.0/9 (which all are defined by ranges)
to one(s) of my public ip adresses (193.48.0.3 for 10.0 and 193.48.0.4 for 10.128):
It is two PAT .-NIC_in is making NAT translation 1:1 for my public servers (WWW,SMTP,…)
So on the lan i ve got private address 10. and public one 193.48.0.
1)I ve seen in the doc/forum that i can not put 2 IP adresses for LAN NIC in pfsense.
But in my previous config i ve got 2 subnets on the same NIC so how can i solve this problem ?
(putting 2 card on pfsense machine?)2)In fact i want to use redundancy an replace the "MyCisco" with 2 pfsense and carp,
i ve seen in the doc it is possible. But The CampusRtr NIC i see is a virtual one using vrrp,
as using carp is a virtual solution too, is there any recommendation about that implementation
and is it compatible (vrrp in front of carp)?Many, many thanks in advance
And sorry for my poor english:-}