What's the best network setup for a group of devices?
-
Oops, fixed the LAN rule to block any traffic, not just TCP traffic. Those pesky little ICMP packets were transmitting through the ping.
No, it seems I might be able to add the 4 devices I prefer to have internet.
-
If you want help with rules - the best thing is to post a picture of them..
1 of the devices will be a WLAN AP, which can send internet to 1 of the permitted devices.
AP do not NAT.. Do you mean a downstream wifi router that is natting?
I can't deny specific devices, as I don't know all machine's details that may or may not join the network.
Well then the best thing to do is use vlans, where devices on vlan X can use the internet, and devices on vlan Y can not sort of setup.
-
Here's what I have so far.
Not much to screenshot for allowing 3-4 devices, as I'm not sure yet what rules to create.
I have 4 LAN devices that need internet, everything else needs no internet, just LAN connections.
Device1: Hypervisor.
Device2: VM router (pfSense).
Device3: Intercom via WLAN.
Device4: Solar meter reader via WLAN.I'm unsure yet how the APs (Access Points, not routers) will work. The UniFi AP AC Lite can manage device access, but perhaps this management can be handled by pfSense?
-
Rules are evaluated top down, first rule to trigger wins, no other rules are evaluated. So your allow rules below the block rule never get evaluated.. Because your block rule blocks all lan devices.
-
Thanks.
-
@eiger3970 said in What's the best network setup for a group of devices?:
A VLAN, rules allowing MAC addresses, a group or something else?
PfSense doesn't filter on MAC addresses, so you can only use IP addresses.
-
Ok, that sounds great!
I only asked as the WLAN intercom may or may not have a configurable dynamic to static IP address. -
As per rules in post 10, I've tested and the hypervisor and vm router can still traffic with the internet.
I'm not confident my rules are correct to stop all traffic.
I thought I would have to add the 4 devices' IP addresses? -
@eiger3970 said in What's the best network setup for a group of devices?:
I'm not confident my rules are correct to stop all traffic.
The rules you posted are not blocking anything. You have a Any rule for anything in LAN.. That last block rule doesn't do anything other than NOT Log your blocks.. Say something like broadcast.
-
Ok, I think I understand now.
I'll create 4 LAN IP allow rules, then a last block all LAN.
After that, I'll test how the WLAN works, as the LAN to devices 3 and 4 are via 1 or 2 WLAN APs. -
Oh, same issue as before.
When I create a new Firewall Rule to pass, I set the Destination to LAN address, however the Destination Address is greyed out and I cannot enter the preferred LAN IP address? -
@eiger3970 said in What's the best network setup for a group of devices?:
then a last block all LAN.
Dude why do you think you need this? By default if not allowed - its blocked..
Again rules are evaluated top down, first rule to trigger wins, NO OTHER rules are evaluated. Post up these rules..
-
I can't post the rules, as I can't add them?
The LAN IPs to allow internet are:
Device1: Hypervisor: 192.168.1.140.
Device2: VM router (pfSense): 192.168.1.170.
Device3: Intercom via WLAN: IP unknown, only MAC address known.
Device4: Solar meter reader via WLAN: unknown, only MAC address known.
Device5: my Linux Mint computer needs access to the network to configure devices, however no internet needed. If needed, I hotspot to my phone. -
What do you mean you can't add them.. .Sure you can.. Post up the screen where you trying to add them, and what errors or whatever that is keeping you from posting them..
Here.. example