LAN devices not able to access internet

I set up my router using the quickset option in winbox. i also set up a few rules to access my my vpn and storage device as well. These all seemed to be working fine initially. A couple days ago, none of the devices from the local network were able to access the network. I am still able to connect to vpn and connect to storage but i am unable to browse the internet while conneted to VPN. I have read a few posts and tried everything that seems obvious based on my readings and still notice no change. my firewall settings are posted below. i am hoping that someone can see my setting advise.

Thanks in advance for your help.


/ip firewall filter
add action=accept chain=input protocol=tcp src-port=22
add action=accept chain=input dst-port=8291 protocol=tcp
add action=accept chain=input comment=“defconf: accept established,related,untracked” connection-state=established,related,untracked
add action=accept chain=input comment=“defconf: accept ICMP” protocol=icmp
add action=accept chain=input comment=“defconf: accept to local loopback (for CAPsMAN)” dst-address=127.0.0.1
add action=accept chain=forward comment=“defconf: accept in ipsec policy” ipsec-policy=in,ipsec
add action=accept chain=forward comment=“defconf: accept out ipsec policy” ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment=“defconf: fasttrack” connection-state=established,related
add action=accept chain=forward comment=“defconf: accept established,related, untracked” connection-state=established,related,untracked
add action=drop chain=input comment=“defconf: drop invalid” connection-state=invalid
add action=drop chain=forward comment=“defconf: drop invalid” connection-state=invalid
add action=drop chain=forward comment=“defconf: drop all from WAN not DSTNATed” connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=drop chain=input comment=“defconf: drop all not coming from LAN” in-interface-list=!LAN
/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade” out-interface-list=WAN src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=1195 protocol=udp to-addresses=192.168.1.146 to-ports=1195
add action=dst-nat chain=dstnat dst-port=20022 protocol=tcp src-address-list=“” to-addresses=192.168.1.146 to-ports=20022
add action=dst-nat chain=dstnat dst-port=443 protocol=tcp to-addresses=192.168.1.110 to-ports=443
add action=masquerade chain=srcnat comment=“defconf: masquerade” out-interface-list=WAN src-address=192.168.1.0/24
add action=masquerade chain=srcnat out-interface=ether1 src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=1195 protocol=udp to-addresses=192.168.1.146 to-ports=1195
add action=dst-nat chain=dstnat dst-port=20022 protocol=tcp src-address-list=“” to-addresses=192.168.1.146 to-ports=20022
add action=dst-nat chain=dstnat dst-port=443 protocol=tcp to-addresses=192.168.1.110 to-ports=443
add action=dst-nat chain=dstnat dst-port=443 protocol=tcp to-addresses=192.168.1.110 to-ports=443