2 Subnets
-
I have a Network that its primary IP is 192.168.1.0/24
I setup a sg-3100 with dhcp services to provide ip's for the LAN network and OPT1 is setup as a fail over for when primary internet is down.
On the same switches there are a group of devices that have static ip's of
10.10.10.0/24
subnet of 255.255.255.0
gateway of 10.10.10.1
How can I setup routing in pfsense so that these devices with static ip's can route out to the internet. Yes I could reprogram everyone but I would prefer not to have to do this if possible. -
@georgopanos said in 2 Subnets:
On the same switches there are a group of devices that have static ip's of
You mean on LAN interface?
If so just add the gateway IP as "IP alias" to the LAN interface and set the correct mask. Firewall > Virtual IPs
Ensure that your firewall rules allow access from this subnet. -
I am a bit unsure how to do this. Is there any step by step directions please?