It is currently March 29th, 2024, 2:57 pm

Ping Plugin - Slow response from local subnet

General topics related to Rainmeter.
hobowithashotgun
Posts: 1
Joined: June 30th, 2017, 5:11 pm

Ping Plugin - Slow response from local subnet

Post by hobowithashotgun »

Subnets in local network: 10.20.102.0/24, 10.20.110.0/24, 10.20.120.0/24
Subnet local to my PC: 10.20.110.0/24

No issue pinging hostnames and ip addresses which are external to my local network, subnets over VPN and subnets on my local network. Response is immediate.

When I try to ping a host or ip address on my local subnet (10.20.110.0/24), the response can take upwards of a minute.

Any ideas?

Relevant sections of my .ini.

Code: Select all

[MeasurePing]
Measure=Plugin
Plugin=PingPlugin
Timeout=5000
DestAddress=10.20.110.240
TimeoutValue=-1
IfEqualValue=-1
IfEqualAction=[!SetOption MeterPing Text "Server offline"][!SetOption MeterPing FontColor "255,0,0,255"][!UpdateMeter MeterPing][!Redraw]
IfAboveValue=0
IfAboveAction=[!SetOption MeterPing Text "Server online"][!SetOption MeterPing FontColor "0,255,0,255"][!UpdateMeter MeterPing][!Redraw]

Code: Select all

[MeterPing]
Meter=String
MeasureName=MeasurePing
MeterStyle=styleLeftText
X=20
Y=300
W=300
H=90
FontColor=#colorText#
FontSize=9
Text=Checking...
NegativeIQ
Posts: 22
Joined: May 7th, 2016, 12:56 am

Re: Ping Plugin - Slow response from local subnet

Post by NegativeIQ »

Did you try to ping from command line? Just asking to be sure that is plugin/rainmeter problem and not your network/os/pc