Split LAN and routing to 2 Lines…
-
Hi,
My purpose is to split in 2 my LAN so I can route my servers (3/4 machine) to an xDSL line with multiple Public IP's and route all client to a more convenient ADSL line…
At this moment I have a 1.2.3 pfsense box with 3 nic (Wan, Lan + Opt) Opt port is unused.
My thoughts:
1. My servers is on a separate switch, maybe I can use the Opt port as a DMZ?
But how can i put the ADSL router, as navigation line?2. I put adsl router on Opt port, but how can I separate servers from clients PC's?
What is the best solution for this ideas?
Thanks in advance...
-
if you have a layer 2 switch (to work with VLAN's) that could work
that way you can put your dsl's on WAN & opt1 and create Vlan interfaces on you physical lan interface.
with some simple firewall rules you can then push all clients out by opt1 gateway and all servers can go on the WANif you do not have the possibility to use VLAN's then i think it's best to add a 4th network card to create an opt2 interface to split up your lan
-
if you have a layer 2 switch (to work with VLAN's) that could work
that way you can put your dsl's on WAN & opt1 and create Vlan interfaces on you physical lan interface.
with some simple firewall rules you can then push all clients out by opt1 gateway and all servers can go on the WANif you do not have the possibility to use VLAN's then i think it's best to add a 4th network card to create an opt2 interface to split up your lan
Thanks too much.
For now I have only one Alix Pfsense box so I cannot add a 4th network card, Vlan's system It's the only one I can implement at this moment.
But what if the split in 2 Lan is not a mandatory step?
My goal is to prevent client to access Public Wan (the one belong to servers), to prevent possibility to blacklist the public IP…
-
Use static ips with servers and use like .2-.127
create dhcp for the clients from .128-.253then create manual outbound nat rule that only server ip's can go through that one gateway and another rule for the clients, that those use that another gateway.
That should do it