OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 19.1 Legacy Series »
  • dpinger issue
« previous next »
  • Print
Pages: [1] 2

Author Topic: dpinger issue  (Read 13126 times)

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
dpinger issue
« on: February 02, 2019, 02:07:33 pm »
Hi,

I move to the 19.1 version and I have a problem with the dpinger / multiwan

when I ping from my first WAN1 interface to 8.8.8.8 for example, no problem but when I put 8.8.8.8 in monitor IP for the WAN1 interface, dpinger say :
dpinger: COAXGW 8.8.8.8 : Alarm latency 0us stddev 0us loss 100%

somebody share the same problem ?
I tried to remove all gateway + group and recreate but it's not working

issue with dpinger ?
Logged

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #1 on: February 02, 2019, 03:58:32 pm »
when I check in memory / process I can see, for the one which is not working :
/usr/local/bin/dpinger -f -S -r 0 -i COAXGW -B 192.168.xxx.254 -p /var/run/dpinger_COAXGW.pid -u /var/run/dpinger_COAXGW.sock -C{

and for the one which is ok :
/usr/local/bin/dpinger -f -S -r 0 -i FIBERGW -B 192.168.xxx.254 -p /var/run/dpinger_FIBERGW.pid -u /var/run/dpinger_FIBERGW.sock

perhaps a little workaround ?
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: dpinger issue
« Reply #2 on: February 03, 2019, 01:21:57 pm »
From the lobby->Services. Stop the dpinger instances.


Now restart just the instance that is giving you the problem, does it then work?
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #3 on: February 03, 2019, 02:35:04 pm »
hi

try to restart the 2 services (1 per WAN interface) in System: Diagnostics: Services

no effect :(

Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: dpinger issue
« Reply #4 on: February 03, 2019, 04:24:27 pm »
No, if you start just one does that work?


When you start just one of the slinger instances, is it always the same one that does not work?
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #5 on: February 03, 2019, 05:44:30 pm »
just 1 not working.
this is always the same one which is down.
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: dpinger issue
« Reply #6 on: February 03, 2019, 06:32:56 pm »
Which suggests its a case of looking at the gateway entry itself.


Goto System:Gateways:Single and check the differences between the working and not working instances.
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #7 on: February 03, 2019, 07:10:06 pm »
hi

same setup for both. (and it worked before upgrade)
when I try to ping from the FW, it's ping without problem 8.8.8.8 (so it's ok for the interface)

one thing, when I put the local IP GW of the router (ISP Box) it's working ... but it's a stupid workaround because I ping the box ... not internet connectivity

a little diagram :
WAN1<>BOX1 (192.168.XX.1)<>FW(192.168.XX.254)
WAN2<>BOX2 (192.168.YY.1)<>FW(192.168.YY.254)


« Last Edit: February 03, 2019, 07:12:53 pm by dof »
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: dpinger issue
« Reply #8 on: February 03, 2019, 07:22:53 pm »
Were you using dpinger before or apinger?
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #9 on: February 03, 2019, 08:04:31 pm »
I dont remember...
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: dpinger issue
« Reply #10 on: February 03, 2019, 11:34:13 pm »
Is the router set in WAN failover mode?


If so try disconnecting the interface that is working and see if dpinger then works. It might be a routing thing.
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 17706
  • Karma: 1618
    • View Profile
Re: dpinger issue
« Reply #11 on: February 04, 2019, 11:22:43 am »
FWIW, I don't see anything wrong with "-C" argument, it is static so "-C{" can never happen and it is always given, not only when it works /doesn't work:

https://github.com/opnsense/core/blob/361fe644edec958e77e9f4548323bc7bbdae287f/src/etc/inc/gwlb.inc#L205


Cheers,
Franco
Logged

dof

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
    • View Profile
Re: dpinger issue
« Reply #12 on: February 09, 2019, 12:01:37 pm »
hello,

unfortunately it's not working....

any other idea ?
Logged

newsense

  • Hero Member
  • *****
  • Posts: 1038
  • Karma: 77
    • View Profile
Re: dpinger issue
« Reply #13 on: February 09, 2019, 07:46:49 pm »
Do you have the same monitor IP on multiple interfaces ?
Logged

fvonderhoeh

  • Newbie
  • *
  • Posts: 17
  • Karma: 1
    • View Profile
Re: dpinger issue
« Reply #14 on: February 14, 2019, 04:13:08 pm »
Had the same issue, with 17.8, but it was a missconfiguration of my network. Doesn't seems to be at yours.

Hint from german forum was:
System: Settings: General
DNS Server
WAN 1: 8.8.8.8
WAN 2: 8.8.8.8

Monitor IP
WAN 1: 1.1.1.1
WAN 2: 9.9.9.9

Check System: Routes: Status if the routes if they are correct.

When it was not working at my installation I found the icmp packages being blocked by the firewall.



Logged

  • Print
Pages: [1] 2
« previous next »
  • OPNsense Forum »
  • Archive »
  • 19.1 Legacy Series »
  • dpinger issue
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2