System:Routes:Configuration shows no gateways

Started by mwerth, July 15, 2020, 10:32:41 AM

Previous topic - Next topic
Hello,

I want to create a static route, but the configurated gateway will not shown unter System:Routes:Configuration -> "Edit Route".

Attached screenshots:

  • Gateway-Konfiguration
  • Edit-Route

OPNsense Version:  20.1.8_1

After some debugging, I found a config issue. Looks as the origin cause of my problem.

The configd daemon has no socket bound!. See above.

After service restart or reboot the problem persits. I've no idea how to solve this problem. Could anyone give me some hints?

# fuser /var/run/configd.pid
/var/run/configd.pid: 65792w
# ps ax | grep 65792
65792  -  Is     0:00.30 /usr/local/bin/python3 /usr/local/opnsense/service/configd.py (python3.7)
47360  0  S+     0:00.00 grep 65792
# ls /var/run/configd*
/var/run/configd.pid

Regards,
Martin