postfix localhost mail server - postfix-mta

I have system log
Jul 28 20:37:44 pi postfix/pickup[853]: 3F4F1A2C0: uid=0 from=<root>
Jul 28 20:37:44 pi postfix/cleanup[863]: 3F4F1A2C0: message-id=<20150728183744.3F4F1A2C0#mail.domain.tld>
Jul 28 20:37:44 pi postfix/qmgr[854]: 3F4F1A2C0: from=<root#domain.tld>, size=413, nrcpt=1 (queue active)
Jul 28 20:37:44 pi postfix/local[865]: 3F4F1A2C0: to=<root#domain.tld>, relay=local, delay=0.26, delays=0.24/0/0/0.02, dsn=2.0.0, status=sent (delivered to mailbox)
Jul 28 20:37:44 pi postfix/qmgr[854]: 3F4F1A2C0: removed
But mail doesnt come to mailBox or mailDir
command mail does not show anything

I have configured Maildir
and command mail can read only mailbox.. so I must to install mutt or something else...

Related

SFTP works over linux command line but filezilla fails

I have set up an ftp user on my ubuntu server. I can sftp in to ftp_user#ip, am asked for my password, and get connected fine.
Filezilla (which worked 3 months ago), doesn't connect. This is a redacted version of the ssh logs:
Jul 19 14:18:33 sshd[14275]: Invalid user user from port 47990
Jul 19 14:18:33 sshd[14275]: Received disconnect from port 47990:11: Normal Shutdown, Thank you for playing [preauth]
Jul 19 14:18:33 sshd[14275]: Disconnected from invalid user user port 47990 [preauth]
Jul 19 14:18:44 sshd[14277]: Invalid user user from port 48558
Jul 19 14:18:44 sshd[14277]: Received disconnect from port 48558:11: Normal Shutdown, Thank you for playing [preauth]
Jul 19 14:18:44 sshd[14277]: Disconnected from invalid user user port 48558 [preauth]
Jul 19 14:18:55 sshd[14282]: Invalid user user from port 49142
Jul 19 14:18:55 sshd[14282]: Received disconnect from port 49142:11: Normal Shutdown, Thank you for playing [preauth]
Jul 19 14:18:55 sshd[14282]: Disconnected from invalid user user port 49142 [preauth]
This sounds like Filezilla is trying user "user", which is not correct, but my settings has:
EDIT: it works if I use the quickconnect bar, but not the above main settings.
What am I doing wrong?

Importerror when running flask with uwsgi

My server is giving internal server errors and I have not been able to solve it on my own. The links are what I've tried so far. But nothing works. The site worked before I added bokeh. Can I get some help?
EDIT: I have noticed my /venv/lib/python3.7/site-packages is missing a few modules, including bokeh. Can this be the cause? And why is it not there after I pip3 install bokeh while in virtual environment?
EDIT2: I have made some progress. My activate script hade wrong virtualenvironment so now I corrected it. When I do pip freeze now I get the error Too many symbolic links -- Fixed this - updated the shebang, it was pointing to itself instead of python
logs from uwsgi
pi#rpi$ uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi:app
*** Starting uWSGI 2.0.19.1 (32bit) on [Wed Apr 21 12:08:12 2021] ***
compiled with version: 8.3.0 on 03 April 2021 20:29:49
os: Linux-5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021
nodename: rpi
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/myproject
detected binary path: /home/pi/.local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
*** WARNING: you are running uWSGI without its master process manager ***
your processes number limit is 5334
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 0.0.0.0:5000 fd 5
Python version: 2.7.16 (default, Oct 10 2019, 22:02:15) [GCC 8.3.0]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x132180
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 64408 bytes (62 KB) for 1 cores
*** Operational MODE: single process ***
Traceback (most recent call last):
File "./wsgi.py", line 4, in <module>
app = create_app()
File "./application/__init__.py", line 49, in create_app
from .mypage import mypageView
File "./application/mypage/mypageView.py", line 1, in <module>
from bokeh.models import BoxSelectTool, LassoSelectTool, BoxAnnotation, Toggle, HoverTool, ColumnDataSource, LinearAxis, Range1d
ImportError: No module named bokeh.models
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (and the only) (pid: 7081, cores: 1)
logs from service
apr 21 11:54:45 rpi systemd[1]: Started uWSGI instance to serve site.
apr 21 11:54:45 rpi uwsgi[4513]: [uWSGI] getting INI configuration from myproject.ini
apr 21 11:54:45 rpi uwsgi[4513]: *** Starting uWSGI 2.0.19.1 (32bit) on [Wed Apr 21 11:54:45 2021] ***
apr 21 11:54:45 rpi uwsgi[4513]: compiled with version: 8.3.0 on 17 June 2020 09:19:11
apr 21 11:54:45 rpi uwsgi[4513]: os: Linux-5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021
apr 21 11:54:45 rpi uwsgi[4513]: nodename: rpi
apr 21 11:54:45 rpi uwsgi[4513]: machine: armv7l
apr 21 11:54:45 rpi uwsgi[4513]: clock source: unix
apr 21 11:54:45 rpi uwsgi[4513]: pcre jit disabled
apr 21 11:54:45 rpi uwsgi[4513]: detected number of CPU cores: 4
apr 21 11:54:45 rpi uwsgi[4513]: current working directory: /home/pi/myproject
apr 21 11:54:45 rpi uwsgi[4513]: detected binary path: /home/pi/myproject/venv/bin/uwsgi
apr 21 11:54:45 rpi uwsgi[4513]: your processes number limit is 5334
apr 21 11:54:45 rpi uwsgi[4513]: your memory page size is 4096 bytes
apr 21 11:54:45 rpi uwsgi[4513]: detected max file descriptor number: 1024
apr 21 11:54:45 rpi uwsgi[4513]: lock engine: pthread robust mutexes
apr 21 11:54:45 rpi uwsgi[4513]: thunder lock: disabled (you can enable it with --thunder-lock)
apr 21 11:54:45 rpi uwsgi[4513]: uwsgi socket 0 bound to UNIX address myproject.sock fd 3
apr 21 11:54:45 rpi uwsgi[4513]: Python version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
apr 21 11:54:45 rpi uwsgi[4513]: PEP 405 virtualenv detected: /home/pi/myproject/venv
apr 21 11:54:45 rpi uwsgi[4513]: Set PythonHome to /home/pi/myproject/venv
apr 21 11:54:45 rpi uwsgi[4513]: *** Python threads support is disabled. You can enable it with --enable-threads ***
apr 21 11:54:45 rpi uwsgi[4513]: Python main interpreter initialized at 0x2db650
apr 21 11:54:45 rpi uwsgi[4513]: your server socket listen backlog is limited to 100 connections
apr 21 11:54:45 rpi uwsgi[4513]: your mercy for graceful operations on workers is 60 seconds
apr 21 11:54:45 rpi uwsgi[4513]: mapped 386448 bytes (377 KB) for 5 cores
apr 21 11:54:45 rpi uwsgi[4513]: *** Operational MODE: preforking ***
apr 21 11:54:45 rpi uwsgi[4513]: added /home/pi/myproject/venv/ to pythonpath.
apr 21 11:54:47 rpi uwsgi[4513]: Traceback (most recent call last):
apr 21 11:54:47 rpi uwsgi[4513]: File "./wsgi.py", line 4, in <module>
apr 21 11:54:47 rpi uwsgi[4513]: app = create_app()
apr 21 11:54:47 rpi uwsgi[4513]: File "./application/__init__.py", line 49, in create_app
apr 21 11:54:47 rpi uwsgi[4513]: from .mypage import mypageView
apr 21 11:54:47 rpi uwsgi[4513]: File "./application/mypage/mypageView.py", line 1, in <module>
apr 21 11:54:47 rpi uwsgi[4513]: from bokeh.models import BoxSelectTool, LassoSelectTool, BoxAnnotation, Toggle, HoverTool, ColumnDataSource, LinearAxis, Range1d
apr 21 11:54:47 rpi uwsgi[4513]: ModuleNotFoundError: No module named 'bokeh'
apr 21 11:54:47 rpi uwsgi[4513]: unable to load app 0 (mountpoint='') (callable not found or import error)
apr 21 11:54:47 rpi uwsgi[4513]: *** no app loaded. going in full dynamic mode ***
apr 21 11:54:47 rpi uwsgi[4513]: *** uWSGI is running in multiple interpreter mode ***
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI master process (pid: 4513)
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI worker 1 (pid: 4530, cores: 1)
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI worker 2 (pid: 4531, cores: 1)
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI worker 3 (pid: 4532, cores: 1)
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI worker 4 (pid: 4533, cores: 1)
apr 21 11:54:47 rpi uwsgi[4513]: spawned uWSGI worker 5 (pid: 4534, cores: 1)
apr 21 12:00:01 rpi uwsgi[4513]: SIGINT/SIGQUIT received...killing workers...
apr 21 12:00:01 rpi systemd[1]: Stopping uWSGI instance to serve site...
apr 21 12:00:02 rpi uwsgi[4513]: worker 1 buried after 1 seconds
apr 21 12:00:02 rpi uwsgi[4513]: worker 2 buried after 1 seconds
apr 21 12:00:02 rpi uwsgi[4513]: worker 3 buried after 1 seconds
apr 21 12:00:02 rpi uwsgi[4513]: worker 4 buried after 1 seconds
apr 21 12:00:02 rpi uwsgi[4513]: worker 5 buried after 1 seconds
apr 21 12:00:02 rpi uwsgi[4513]: goodbye to uWSGI.
apr 21 12:00:02 rpi uwsgi[4513]: VACUUM: unix socket myproject.sock removed.
apr 21 12:00:02 rpi systemd[1]: myproject.service: Succeeded.
apr 21 12:00:02 rpi systemd[1]: Stopped uWSGI instance to serve site.
apr 21 12:00:02 rpi systemd[1]: Started uWSGI instance to serve site.
apr 21 12:00:02 rpi uwsgi[5547]: [uWSGI] getting INI configuration from myproject.ini
apr 21 12:00:02 rpi uwsgi[5547]: *** Starting uWSGI 2.0.19.1 (32bit) on [Wed Apr 21 12:00:02 2021] ***
apr 21 12:00:02 rpi uwsgi[5547]: compiled with version: 8.3.0 on 17 June 2020 09:19:11
apr 21 12:00:02 rpi uwsgi[5547]: os: Linux-5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021
apr 21 12:00:02 rpi uwsgi[5547]: nodename: rpi
apr 21 12:00:02 rpi uwsgi[5547]: machine: armv7l
apr 21 12:00:02 rpi uwsgi[5547]: clock source: unix
apr 21 12:00:02 rpi uwsgi[5547]: pcre jit disabled
apr 21 12:00:02 rpi uwsgi[5547]: detected number of CPU cores: 4
apr 21 12:00:02 rpi uwsgi[5547]: current working directory: /home/pi/myproject
apr 21 12:00:02 rpi uwsgi[5547]: detected binary path: /home/pi/myproject/venv/bin/uwsgi
apr 21 12:00:02 rpi uwsgi[5547]: your processes number limit is 5334
apr 21 12:00:02 rpi uwsgi[5547]: your memory page size is 4096 bytes
apr 21 12:00:02 rpi uwsgi[5547]: detected max file descriptor number: 1024
apr 21 12:00:02 rpi uwsgi[5547]: lock engine: pthread robust mutexes
apr 21 12:00:02 rpi uwsgi[5547]: thunder lock: disabled (you can enable it with --thunder-lock)
apr 21 12:00:02 rpi uwsgi[5547]: uwsgi socket 0 bound to UNIX address myproject.sock fd 3
apr 21 12:06:37 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:37 rpi uwsgi[6733]: [pid: 6750|app: -1|req: -1/9] 192.168.50.36 () {40 vars in 893 bytes} [Wed Apr 21 12:06:37 2021] GET /%7B%7B%20url_for('static',%20filename='img/50x.gif')%20%7D%7D => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:37 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:37 rpi uwsgi[6733]: [pid: 6750|app: -1|req: -1/10] 192.168.50.36 () {44 vars in 860 bytes} [Wed Apr 21 12:06:37 2021] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:38 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:38 rpi uwsgi[6733]: [pid: 6752|app: -1|req: -1/11] 192.168.50.36 () {44 vars in 930 bytes} [Wed Apr 21 12:06:38 2021] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:38 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:38 rpi uwsgi[6733]: [pid: 6752|app: -1|req: -1/12] 192.168.50.36 () {40 vars in 755 bytes} [Wed Apr 21 12:06:38 2021] GET /main.css => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:38 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:38 rpi uwsgi[6733]: [pid: 6752|app: -1|req: -1/13] 192.168.50.36 () {40 vars in 738 bytes} [Wed Apr 21 12:06:38 2021] GET /main.js => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:38 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:38 rpi uwsgi[6733]: [pid: 6752|app: -1|req: -1/14] 192.168.50.36 () {40 vars in 893 bytes} [Wed Apr 21 12:06:38 2021] GET /%7B%7B%20url_for('static',%20filename='img/50x.gif')%20%7D%7D => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
apr 21 12:06:38 rpi uwsgi[6733]: --- no python application found, check your startup logs for errors ---
apr 21 12:06:38 rpi uwsgi[6733]: [pid: 6750|app: -1|req: -1/15] 192.168.50.36 () {44 vars in 860 bytes} [Wed Apr 21 12:06:38 2021] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)

pfSense 2.5.0 upgrade broke my NordVPN gateway

Ever since I upgraded to pfSense 2.5.0, my NordVPN interface does not work anymore. Traffic does not get routes to the NordVPN gateway, as pfSense reports it as "down" with 100% package loss. When checking "Status -> OpenVPN" the connection is reported as UP, but the gateway is DOWN. I don't understand how this is possible, but the log provides some clues, although I don't understand what goes wrong when reading the log.
OpenVPN Log (private IPs removed):
Feb 19 07:42:59 openvpn 79266 Initialization Sequence Completed
Feb 19 07:43:58 openvpn 79266 Authenticate/Decrypt packet error: missing authentication info
Feb 19 07:44:58 openvpn 79266 Authenticate/Decrypt packet error: missing authentication info
Feb 19 07:45:58 openvpn 79266 [nl852.nordvpn.com] Inactivity timeout (--ping-restart), restarting
Feb 19 07:45:58 openvpn 79266 SIGUSR1[soft,ping-restart] received, process restarting
Feb 19 07:45:58 openvpn 79266 Restart pause, 10 second(s)
Feb 19 07:46:08 openvpn 79266 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Feb 19 07:46:08 openvpn 79266 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Feb 19 07:46:08 openvpn 79266 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Feb 19 07:46:08 openvpn 79266 TCP/UDP: Preserving recently used remote address: [AF_INET]194.127.172.103:1194
Feb 19 07:46:08 openvpn 79266 Socket Buffers: R=[42080->524288] S=[57344->524288]
Feb 19 07:46:08 openvpn 79266 UDPv4 link local (bound): [AF_INET]x.x.x.x:0
Feb 19 07:46:08 openvpn 79266 UDPv4 link remote: [AF_INET]y.y.y.y:1194
Feb 19 07:46:08 openvpn 79266 TLS: Initial packet from [AF_INET]y.y.y.y.z:1194, sid=2ce7940f f02613d1
Feb 19 07:46:08 openvpn 79266 VERIFY WARNING: depth=0, unable to get certificate CRL: CN=nl852.nordvpn.com
Feb 19 07:46:08 openvpn 79266 VERIFY WARNING: depth=1, unable to get certificate CRL: C=PA, O=NordVPN, CN=NordVPN CA5
Feb 19 07:46:08 openvpn 79266 VERIFY WARNING: depth=2, unable to get certificate CRL: C=PA, O=NordVPN, CN=NordVPN Root CA
Feb 19 07:46:08 openvpn 79266 VERIFY OK: depth=2, C=PA, O=NordVPN, CN=NordVPN Root CA
Feb 19 07:46:08 openvpn 79266 VERIFY OK: depth=1, C=PA, O=NordVPN, CN=NordVPN CA5
Feb 19 07:46:08 openvpn 79266 VERIFY KU OK
Feb 19 07:46:08 openvpn 79266 Validating certificate extended key usage
Feb 19 07:46:08 openvpn 79266 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Feb 19 07:46:08 openvpn 79266 VERIFY EKU OK
Feb 19 07:46:08 openvpn 79266 VERIFY OK: depth=0, CN=nl852.nordvpn.com
Feb 19 07:46:08 openvpn 79266 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1582', remote='link-mtu 1634'
Feb 19 07:46:08 openvpn 79266 WARNING: 'auth' is used inconsistently, local='auth [null-digest]', remote='auth SHA512'
Feb 19 07:46:08 openvpn 79266 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Feb 19 07:46:08 openvpn 79266 [nl852.nordvpn.com] Peer Connection Initiated with [AF_INET]194.127.172.103:1194
Feb 19 07:46:09 openvpn 79266 SENT CONTROL [nl852.nordvpn.com]: 'PUSH_REQUEST' (status=1)
Feb 19 07:46:09 openvpn 79266 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,sndbuf 524288,rcvbuf 524288,explicit-exit-notify,comp-lzo no,route-gateway z.z.z.z,topology subnet,ping 60,ping-restart 180,ifconfig g.g.g.g 255.255.255.0,peer-id 3'
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: timers and/or timeouts modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: explicit notify parm(s) modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: compression parms modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
Feb 19 07:46:09 openvpn 79266 Socket Buffers: R=[524288->524288] S=[524288->524288]
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: --ifconfig/up options modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: route options modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: route-related options modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: peer-id set
Feb 19 07:46:09 openvpn 79266 OPTIONS IMPORT: adjusting link_mtu to 1657
Feb 19 07:46:09 openvpn 79266 Using peer cipher 'AES-256-CBC'
Feb 19 07:46:09 openvpn 79266 Data Channel: using negotiated cipher 'AES-256-CBC'
Feb 19 07:46:09 openvpn 79266 Outgoing Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
Feb 19 07:46:09 openvpn 79266 Outgoing Data Channel: Using 512 bit message hash 'SHA512' for HMAC authentication
Feb 19 07:46:09 openvpn 79266 Incoming Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
Feb 19 07:46:09 openvpn 79266 Incoming Data Channel: Using 512 bit message hash 'SHA512' for HMAC authentication
Feb 19 07:46:09 openvpn 79266 Preserving previous TUN/TAP instance: ovpnc8
Feb 19 07:46:09 openvpn 79266 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Feb 19 07:46:09 openvpn 79266 Closing TUN/TAP interface
Feb 19 07:46:09 openvpn 79266 /usr/local/sbin/ovpn-linkdown ovpnc8 1500 1637 a.b.c.d 255.255.255.0 init
Feb 19 07:46:10 openvpn 79266 ROUTE_GATEWAY a.b.c.d/255.255.254.0 IFACE=re0 HWADDR=00:e2:6c:68:07:be
Feb 19 07:46:10 openvpn 79266 TUN/TAP device ovpnc8 exists previously, keep at program end
Feb 19 07:46:10 openvpn 79266 TUN/TAP device /dev/tun8 opened
Feb 19 07:46:10 openvpn 79266 /sbin/ifconfig ovpnc8 x.x.x.x y.y.y.y mtu 1500 netmask 255.255.255.0 up
Feb 19 07:46:10 openvpn 79266 /sbin/route add -net x.x.x.x x.x.x.x 255.255.255.0
Feb 19 07:46:10 openvpn 79266 /usr/local/sbin/ovpn-linkup ovpnc8 1500 1637 x.x.x.x 255.255.255.0 init
Feb 19 07:46:10 openvpn 79266 Initialization Sequence Completed
And the gateway log:
Feb 19 04:16:02 dpinger 68141 send_interval 500ms loss_interval 2000ms time_period 60000ms report_interval 0ms data_len 1 alert_interval 1000ms latency_alarm 500ms loss_alarm 20% dest_addr x.x.x.x bind_addr x.x.x.x identifier "NORDVPN_VPNV4 "
Feb 19 04:16:04 dpinger 68141 NORDVPN_VPNV4 x.x.x.x: Alarm latency 0us stddev 0us loss 100%
Feb 19 04:19:13 dpinger 16894 send_interval 500ms loss_interval 2000ms time_period 60000ms report_interval 0ms data_len 1 alert_interval 1000ms latency_alarm 500ms loss_alarm 20% dest_addr x.x.x.x bind_addr x.x.x.x identifier "WAN_DHCP "
Feb 19 04:19:13 dpinger 17398 send_interval 500ms loss_interval 2000ms time_period 60000ms report_interval 0ms data_len 1 alert_interval 1000ms latency_alarm 500ms loss_alarm 20% dest_addr x.x.x.x bind_addr x.x.x.x identifier "NORDVPN_VPNV4 "
Feb 19 04:19:15 dpinger 17398 NORDVPN_VPNV4 x.x.x.x: Alarm latency 0us stddev 0us loss 100%
In Firewall -> Rules -> LAN I adjusted the "default allow LAN to any rule" to the gateway "NordVPN". Outbound NAT is set to manual, with the top rule taking the LAN net as source and the NORDVPN interface.
Any help is appreciated. As said, the current configuration worked fine in 2.4.5 -- the latest release before upgrading to 2.5.0. I'm considering downgrading at this point.
Changed fallback DEA to AES-256-CBC from AES-256-GCM, and it's working fine
Go to VPN/OpenVPN/Client, and edit the setting "Fallback Data Encryption Algorithm"
NordVPN has posted updated documentation for pfSense 2.5.0, titled: pfSense 2.5 Setup with NordVPN.
As #NDK has mentioned in their A'er the updated docs show that you need to change the Fallback Data Encryption Algorithm to AES-256-CBC.

Problem with connecting VPN (Networkmanager&Openvpn plugin) raspian RESOLVE: Cannot resolve host address

I have a problem with connecting to VPN. When I start up the raspberry device and connect the VPN with nmcli connection up VPN it succeceds. But if I bring the interface down and trying to bring it up again it fails. If I restart the raspberry I can connect to VPN again. What is the next step? Do you guys have any idea what has gone wrong?
In the journalctl log I get this message when it fails:
Could not determine IPv4/IPv6 protocol
Oct 23 15:56:24 raspberrypi nm-openvpn[2282]: SIGUSR1[soft,init_instance] received, process restarting
Oct 23 15:56:29 raspberrypi nm-openvpn[2282]: WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Oct 23 15:56:29 raspberrypi nm-openvpn[2282]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Oct 23 15:56:29 raspberrypi nm-openvpn[2282]: RESOLVE: Cannot resolve host address: vpn.******.**:1194 (Name or service not known)
Oct 23 15:56:29 raspberrypi nm-openvpn[2282]: RESOLVE: Cannot resolve host address: vpn.*****.**:1194 (Name or service not known).
pi#raspberrypi:~ $ openvpn --version
OpenVPN 2.4.7 arm-unknown-linux-gnueabihf [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 20 2019
library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10
uname -a
Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux
NetworkManager --version
1.14.6

Reset username and password for JFrog

I installed JFrog standalone version on Ubuntu. I dont know my JFrog username and password. I also checked /usr/lib/apache-tomcat-8.5.16/conf/server.xml file but it is does not have any username and password. I also clicked on set me up, but the commandline interface to push an artifact is also prompting for username and password.
ravi#ravi-Inspiron-5537:~$ systemctl status artifactory.service
● artifactory.service - Setup Systemd script for Artifactory in Tomcat Servlet E
Loaded: loaded (/lib/systemd/system/artifactory.service; enabled; vendor pres
Active: active (running) since Fri 2017-08-11 10:11:41 EDT; 37min ago
Process: 16482 ExecStart=/opt/jfrog/artifactory/bin/artifactoryManage.sh start
Main PID: 16532 (java)
CGroup: /system.slice/artifactory.service
‣ 16532 /usr/bin/java -Djava.util.logging.config.file=/opt/jfrog/arti
Aug 11 10:11:17 ravi-Inspiron-5537 su[16508]: Successful su for artifactory by r
Aug 11 10:11:17 ravi-Inspiron-5537 su[16508]: + ??? root:artifactory
Aug 11 10:11:17 ravi-Inspiron-5537 su[16508]: pam_unix(su:session): session open
Aug 11 10:11:18 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Max number of op
Aug 11 10:11:18 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Using ARTIFACTOR
Aug 11 10:11:18 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Using ARTIFACTOR
Aug 11 10:11:18 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Creating directo
Aug 11 10:11:18 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Tomcat started.
Aug 11 10:11:41 ravi-Inspiron-5537 artifactoryManage.sh[16482]: Artifactory Tomc
Aug 11 10:11:41 ravi-Inspiron-5537 systemd[1]: Started Setup Systemd script for
lines 1-18/18 (END)
The default username and password of Artifactory are:
User: admin
Pass: password

Resources