OPNsense Forum

Archive => 19.1 Legacy Series => Topic started by: Taomyn on April 12, 2019, 11:47:53 am

Title: Notice shown after each reboot
Post by: Taomyn on April 12, 2019, 11:47:53 am
For some time now I've had an alert pop up after I reboot the firewall, I've been unable to grab just the text so I've attached a screenshot of the message, along with the NAT rule screen.


I've checked my NAT rules and the one called "MDaemon Mail Services" looks fine to me.


Code: [Select]
@103 pass in quick on pppoe0 reply-to (pppoe0 195.nnn.nnn.nnn) inet proto tcp from any to <HOMER:1> port = smtp flags S/SA keep state label "USER_RULE: NAT MDaemon Mail Services"
  [ Evaluations: 4776      Packets: 70        Bytes: 14277       States: 0     ]
  [ Inserted: uid 0 pid 24800 State Creations: 3     ]
@104 pass in quick on pppoe0 reply-to (pppoe0 195.nnn.nnn.nnn) inet proto tcp from any to <HOMER:1> port = odmr flags S/SA keep state label "USER_RULE: NAT MDaemon Mail Services"
  [ Evaluations: 3         Packets: 3         Bytes: 128         States: 0     ]
  [ Inserted: uid 0 pid 24800 State Creations: 1     ]
@105 pass in quick on pppoe0 reply-to (pppoe0 195.nnn.nnn.nnn) inet proto tcp from any to <HOMER:1> port = smtps flags S/SA keep state label "USER_RULE: NAT MDaemon Mail Services"
  [ Evaluations: 2         Packets: 3         Bytes: 128         States: 0     ]
  [ Inserted: uid 0 pid 24800 State Creations: 1     ]
@106 pass in quick on pppoe0 reply-to (pppoe0 195.nnn.nnn.nnn) inet proto tcp from any to <HOMER:1> port = submission flags S/SA keep state label "USER_RULE: NAT MDaemon Mail Services"
  [ Evaluations: 1         Packets: 3         Bytes: 128         States: 0     ]
  [ Inserted: uid 0 pid 24800 State Creations: 1     ]
@107 pass in quick on pppoe0 reply-to (pppoe0 195.nnn.nnn.nnn) inet proto tcp from any to <HOMER:1> port = 8993 flags S/SA keep state label "USER_RULE: NAT MDaemon Mail Services"
  [ Evaluations: 0         Packets: 0         Bytes: 0           States: 0     ]
  [ Inserted: uid 0 pid 24800 State Creations: 0     ]


Any ideas? Nothing seems to be wrong with the mail service as far as I can tell.
Title: Re: Notice shown after each reboot
Post by: franco on April 14, 2019, 10:07:57 am
Looks like https://github.com/opnsense/core/issues/2841 -- I'm unsure how to fix this. The problem is "-> pppoe0" which is doesn't yield any results during load-time for addresses on pppoe0 since it's still not up and running. We moved most of the translations to the kernel but this one still seems to warn during boot and then fix itself accordingly.


Cheers,
Franco