I am running OpenWrt 21.02.1, r16325-88151b8303 and would like to use it as a simple bridged router.
I noticed scp from connected client's causes spikes in load that degrade the quality of other client's WAN connection.
If you turn off the firewall, you also turn off masquerading on the wan zone. This is necessary to share your WAN's IP address with multiple hosts on your network. So aside from protecting your network, you need the firewall to enable your devices to be able to use the internet (at least when you are using a single IPv4 address as is issued from most ISPs).
Can you elaborate a bit here. What is your proposed network topology? A diagram may help.
The clients use wired connections to one of the 4 ethernet ports on the openwrt box.
The openwrt box uses DNS forwarding and its own DHCP server (just got something working
The openwrt connects to the pfsense box using the WAN port on the openwrt router.
The pfsense router is connected to my modem and also hosts the primary DNS server I am using.
Do you want the OpenWrt device to do anything specific, or is it acting purely as a switch and dumb AP?
You've followed the dumb AP guide... the one thing you might not have done, though, was conned the pfSense router to one of the LAN ports of the OpenWrt device.
If you want to physically connect via the WAN port, it is usually pretty simple to configure the WAN port to be "just another port" on the system. If that is what you want...
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
I currently want openwrt to be a switch and dumb AP. Longer term I may want to migrate from pfsense to use bridged openwrt boxes but that is a different story!
The router has a 5-port hardware switch (that is VLAN aware). That switch connects to the CPU on the CPU's eth0 interface.
Logical switch port 1 (as shown in the config file) corresponds to the port that is physically labeled WAN on your device. That logical port was assigned to VLAN 2, which then presents to the CPU as eth0.2 which is then assigned to the wan network interface. Your LAN consists of 4 switch ports (logical 2-5) on VLAN1 (eth0.1 > br-lan > lan network interface).
So what we did was change logical port from being a member of VLAN 2 (wan interface) to now being a member of VLAN 1 (lan interface).
Just to clarify, a dumb AP is a bridged box. It contains only one network (the LAN) and all of its ports wired and wifi are bridged together.
All DNS requests, DHCP requests, etc. will be passed to the main router (pfsense) for it to handle, without any local processing in the dumb AP. Wired to wired transfers will be handled by hardware switching since they are all in the same switch VLAN.
The only reason a dumb AP holds an IP address at all is for administrative logins and access to the Internet such as to set the clock using NTP. The users will not interact with layer 3 services on the dumb AP at all.