amplatfus
Senior Member
Hi,
Because my HP older printer is entering in sleep mode, I created 2 cron jobs:
But now it seems that in the mornings, I still have ping but only from the ssh. The printer is on 2.4Ghz, all other clients are on 5Ghz. And the ping from 5Ghz is not working, even the ping from ssh is up.
So now I am trying to ping by mentioning the 5Ghz interface like this:
But I have no response. I tried also with eth1.
Could you please share some ideas?
Thank you so much,
amplatfus
Because my HP older printer is entering in sleep mode, I created 2 cron jobs:
Code:
*/1 * * * * wget -q -O - http://172.16.0.241 >/dev/null 2>&1 #hpweb#
*/1 * * * * ping 172.16.0.241 -c 1 #hpping#
So now I am trying to ping by mentioning the 5Ghz interface like this:
Code:
root@RT-AC88U:/tmp/home/root# ping -I eth2 172.16.0.241
PING 172.16.0.241 (172.16.0.241): 56 data bytes
--- 172.16.0.241 ping statistics ---
35 packets transmitted, 0 packets received, 100% packet loss
Could you please share some ideas?
Thank you so much,
amplatfus