Menu

Show posts

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

Messages - derethor

#1
I can confirm the bug, I upgraded to 23.7.1_3, and the bug stills persist, same error here

#2
This plugin was working fine for me. But today we lost power for some minutes, I came to check the status, and I find out that the plugin was not working (i didnt setup a monit alert, my fault)


2023-07-28T10:06:42   Error   apcupsd   apcupsd error shutdown completed   
2023-07-28T10:06:42   Error   apcupsd   Lock file data error:   
           please stop it and run this program again.   
           If apcupsd or apctest is already running,   
           Unable to create UPS lock file.   
2023-07-28T10:06:42   Error   apcupsd   apcupsd FATAL ERROR in apcupsd.c at line 221   
2023-07-28T10:06:42   Error   apcupsd   Lock file data error: �

The service is not running.

Also, I ran apctest as root, with the same result


2023-07-28 10:07:15 apctest 3.14.14 (31 May 2016) freebsd
Checking configuration ...
sharenet.type = ShareUPS
cable.type = USB Cable
mode.type = USB UPS Driver
apctest FATAL ERROR in apctest.c at line 313
Unable to create UPS lock file.
  If apcupsd or apctest is already running,
  please stop it and run this program again.
apctest error termination completed

root@incheon:~ # ps ax | grep apc
35558  0  S+    0:00.00 grep apc
root@incheon:~ #

mmn, maybe the path/permissions for the lock file changed or something?
#3
20.1 Legacy Series / Re: How to SNAT LAN->VPN
April 27, 2020, 05:42:39 PM
i found the solution!

I didnt create an alias for the lan network and the vpn network. It seems that the NAT outbound does not detect the lan/vpn network range or something like that..

With alias, it works perfectly :)
#4
20.1 Legacy Series / How to SNAT LAN->VPN
April 27, 2020, 01:57:52 PM
Hello!

I am trying to let hosts from the LAN to access hosts on the VPN.

this is an office with a lan, and the opnserver as gateway, connected to the cable router. Remote clients can connect to the opnserver, and that is working well.

So, this is the conf

LAN 10.32.64.0/24  -> OPENVPN SERVER (10.192.32.1) -> REMOTE (10.192.32.6)

Now, I want to snat packages from the lan, to the remote clients. For example, to a remote webserver on the vpn.

I tried with the nat outbound. I enabled the hybrid rule generation, and created a rule to snat traffic from lan to the vpn server ip. But it is not working, and I cannot see anything on the log.

has anyone tried this before?