if i ping google through terminal like
ping google.com interface=wan1
i get time out
ifi use tool —>ping
ping to:google
interface:wan1
i get replay
any idea
if i ping google through terminal like
ping google.com interface=wan1
i get time out
ifi use tool —>ping
ping to:google
interface:wan1
i get replay
any idea
I have already reported that problem. seems like something wrong with pinging via ppp interfacew - all works fine with ethernets
[Ticket#2010090666000376]
can you plz tell me how you describe this problem
you talk about tow different interface but in fact we use same interface for ping but different way
and can i see your tick and what had replied for it :S
i do need for failover script
and plz what you think about this script
#set variables
:local pingcount 3
:local pingresultA [/ping google.com interface=Local1 count=$pingcount] dsl1
:local pingresultB [/ping google.com interface=Local2 count=$pingcount] dsl1
:if ($pingresultA=0) do={
/ip add set [find comment=“dsl1”] disabled=yes
/ip add set [find comment=“dsl2”] disabled=no
}
:if ($pingresultB=0) do={
/ip add set [find comment=“dsl2”] disabled=yes
/ip add set [find comment=“dsl1”] disabled=no
}
:if (($pingresultA=3) && ($pingresultB=3)) do={
/ip add set [find comment=“dsl2”] disabled=no
/ip add set [find comment=“dsl1”] disabled=no
/system scheduler set [find comment=“test”] disabled=yes
}
well, the answer was “We will look into the problem” ![]()
the ticket is about difference in winbox and terminal results of ping with ‘interface’ set
for failover, you still may use http://wiki.mikrotik.com/wiki/Advanced_Routing_Failover_without_Scripting =)
i had try idea look like gr8
http://forum.mikrotik.com/t/ping-dst-address-not-my-gw/40758/1
notwork
what are you talking about?..