Ah my bad, I included the wrong screenshot. The settings are correct because I also received an email.
Thank you for your feedback.
Thank you for your feedback.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu#!/bin/sh
STATUS=$(/usr/local/sbin/apcaccess -p STATUS)
OK='ONLINE'
if [ "$STATUS" != $OK ]; then
echo "$STATUS"
exit 1
else
exit 0
fi
tunefs -t disable /
2023-10-27T11:15:55-07:00 Notice kernel (ada0:ahcich0:0:0:0): DSM TRIM. ACB: 06 01 00 00 00 40 00 00 00 00 01 00
2023-10-27T11:10:17-07:00 Notice kernel (ada0:ahcich0:0:0:0): DSM TRIM. ACB: 06 01 00 00 00 40 00 00 00 00 01 00
2023-10-27T10:06:04-07:00 Notice kernel (ada0:ahcich0:0:0:0): DSM TRIM. ACB: 06 01 00 00 00 40 00 00 00 00 01 00
2023-10-27T11:15:55-07:00 Notice kernel (ada0:ahcich0:0:0:0): CAM status: Command timeout
2023-10-27T11:10:17-07:00 Notice kernel (ada0:ahcich0:0:0:0): CAM status: Command timeout
2023-10-27T10:06:04-07:00 Notice kernel (ada0:ahcich0:0:0:0): CAM status: Command timeout
2023-10-27T09:37:45-07:00 Notice kernel (ada0:ahcich0:0:0:0): CAM status: Command timeout
Quote from: Demusman on January 27, 2023, 01:47:16 AM
Not sure about this but once you set the WAN back to dhcp, that probably enabled the firewall again.
You can check by running pfctl -e, it'll probably say it's already enabled. Again, not sure if that enables it but any change in rules does so that may also.
Quote from: Demusman on January 27, 2023, 01:47:16 AM
You didn't say what type of internet, if you have a cable modem you will have to power cycle it anytime you change the directly connected device.
Quote from: Demusman on January 27, 2023, 01:47:16 AM
I wonder if your dhcp lease expired before you plugged the laptop back in and that's why it worked now. If you get a public IP there shouldn't be anything blocking that in the firewall.
Obviously, if it isn't already, reenable pf and see what happens.
Quote from: Demusman on January 25, 2023, 12:44:52 AM
Plug a pc into port 2 on the switch with a static address in the same subnet as the wan and see if you can ping it.
Quote from: Demusman on January 25, 2023, 12:44:52 AM
Are you sure you should get a public address?
Quote from: Demusman on January 24, 2023, 03:27:36 AM
Yes, set vlan ID1 as not a member of any ports in the switch.
Just like the pic I posted.
Quote from: Demusman on January 24, 2023, 01:24:19 AM
Don't use vlan1 on any ports.