Old GW Still Referenced in Logs
-
I have a pfSense box with a strange routing issue I am trying to resolve.
https://forum.netgate.com/topic/187115/can-access-gw-but-not-lan-over-ovpn
When viewing the logs I see the following entries that reference an old Interface & Gateway that have been removed. "THISGW_VPNV4"
Are these entries a problem and do they indicate some old settings that should no longer be present?
Apr 2 22:44:30 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:30 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:30 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:32 syslogd exiting on signal 15 Apr 2 22:44:32 syslogd kernel boot file is /boot/kernel/kernel Apr 2 22:44:32 kernel done. Apr 2 22:44:32 php-fpm 400 /rc.start_packages: Restarting/Starting all packages. Apr 2 22:44:32 root 31644 Bootup complete Apr 2 22:44:33 php-fpm 401 /rc.filter_configure_sync: An error occurred while trying to find the interface got 59.154.XX.37 . The rule has not been added. Apr 2 22:44:33 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:33 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:33 php-fpm 401 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:34 login 84631 login on ttyu0 as root Apr 2 22:44:34 login 83429 login on ttyv0 as root Apr 2 22:44:34 sshguard 85820 Now monitoring attacks. Apr 2 22:44:40 kernel ovpnc1: link state changed to UP Apr 2 22:44:40 kernel [fib_algo] inet.0 (bsearch4#25) rebuild_fd_flm: switching algo to radix4_lockless Apr 2 22:44:40 check_reload_status 432 rc.newwanip starting ovpnc1 Apr 2 22:44:41 php-fpm 400 /rc.newwanip: rc.newwanip: Info: starting on ovpnc1. Apr 2 22:44:41 php-fpm 400 /rc.newwanip: rc.newwanip: on (IP address: 100.96.1.50) (interface: CLOUDCONNEXA[opt3]) (real interface: ovpnc1). Apr 2 22:44:41 php-fpm 400 /rc.newwanip: An error occurred while trying to find the interface got 59.154.XX.37 . The rule has not been added. Apr 2 22:44:41 php-fpm 400 /rc.newwanip: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:41 php-fpm 400 /rc.newwanip: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:41 php-fpm 400 /rc.newwanip: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:42 php-fpm 400 /rc.newwanip: MONITOR: OPTUS_FIBRE_GW is available now, adding to routing group Failover Apr 2 22:44:42 php-fpm 400 59.154.XX.37|59.154.XX.38|OPTUS_FIBRE_GW|4.702ms|0.127ms|0.0%|online|none Apr 2 22:44:42 php-fpm 400 /rc.newwanip: Gateway, NONE AVAILABLE Apr 2 22:44:42 php-fpm 400 /rc.newwanip: Creating rrd update script Apr 2 22:44:44 php-fpm 400 /rc.newwanip: pfSense package system has detected an IP change or dynamic WAN reconnection - 100.96.1.50 -> 100.96.1.50 - Restarting packages. Apr 2 22:44:44 check_reload_status 432 Starting packages Apr 2 22:44:44 check_reload_status 432 Reloading filter Apr 2 22:44:45 php-fpm 401 /rc.start_packages: Restarting/Starting all packages. Apr 2 22:44:45 php-fpm 400 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:45 php-fpm 400 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it. Apr 2 22:44:45 php-fpm 400 /rc.filter_configure_sync: The gateway: THISGW_VPNV4 is invalid or unknown, not using it.
-
@McMurphy
Possibly it is still stated in a filter rule.Go to the command prompt and run
cat /tmp/rules.debug | grep "THISGW_VPNV4"
to find out, which rule.
-
nothing.
-
@McMurphy
Yes, the error message says "The rule has not been added".Maybe you can find the culprit in the config file /cf/conf/config.xml.
-
Thank you. Searched the config file and found a few rules that had the old GW specified that did not appear in the GUI. Updated and monitoring.
-