Go to the NUT configuration page. Next, select the "UPS type" tab and choose "Netclient" using the little down arrow on the right side of the tab. From there, you can enter your client credentials.
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 MenuQuote from: julcol on March 05, 2025, 05:38:48 PMInterestingly it does not show up any traffic in the firewall log which is pretty weird. I log everything to see and learn.Traffic on the same subnet is layer 2 (switched), which is why you won't see anything in the logs due to it never reaching the firewall.
Quote from: ChrisChros on February 20, 2025, 08:09:54 AMI disabled and enabled google drive backup, nothing more.What I am saying is that a backup is only made to Google Drive when changes to your config have been made since the last backup. For example, I made some minor changes to firewall rules on Jan 31st. That night, a backup was saved to Google Drive. For almost 2 weeks, I made no changes to any settings in OPNsense so no new backups were saved until I made another change on Jan 13th. Try making a minor change to a rule description or something like that and see if it prompts a backup to be saved by the next day.
It looks like that since the update to 25.1 the backup function is not working automatically.
Quote from: peterwkc on December 20, 2024, 03:02:33 AMHere is the screenshot of Firewall Rule for OPT1:As was already mentioned, that rule doesn't accomplish anything. After creating an interface, all traffic is denied by default until allow rules are created. To accomplish your intended goal, edit that rule to be an allow rule and check the inverse box for the destination. That will allow traffic to any destination that is not your LAN net; i.e. the internet.
Quote from: peterwkc on December 18, 2024, 12:35:31 PMQuote from: Patrick M. Hausen on December 18, 2024, 09:50:23 AMPlease show the interface configuration, the DHCP settings, and the firewall rule(s) you configured for OPT1.Firewall Rules:
LAN = No custom rules all default generated rules
OPT1 = IPv4+6 * * * LAN net * * * OPT_Block
Quote from: rydde on April 28, 2024, 05:21:33 PMBased on your requirement, you should change to the following:
* Port forward incoming TCP on port 2222 to port 22 on server on LAN - FAILURE!!!
- Forwarding to : Single server <IP of LAN server>
- port: 2222
Quote from: empierrelouis on March 26, 2024, 04:40:52 AMJust a heads up. For a single host, you want 192.168.100.2/32. If you express your rule as 192.168.100.2/24, then you'll be allowing the entire range of IPs from 192.168.100.0 thru 192.168.100.255 to pass.
...that will allow a computer (IP address 192.168.100.2/24)...