# /sbin/ping -S '192.168.1.1' -c '3' '8.8.8.8'PING 8.8.8.8 (8.8.8.8) from 192.168.1.1: 56 data bytes--- 8.8.8.8 ping statistics ---3 packets transmitted, 0 packets received, 100.0% packet loss
# /sbin/ping -S '93.150.60.49' -c '3' '8.8.8.8'PING 8.8.8.8 (8.8.8.8) from 93.150.60.49: 56 data bytes64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.124 ms64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.048 ms64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.053 ms--- 8.8.8.8 ping statistics ---3 packets transmitted, 3 packets received, 0.0% packet lossround-trip min/avg/max/stddev = 0.048/0.075/0.124/0.035 ms
# /usr/bin/nc -w 10 -z -4 -s '93.150.60.49' '8.8.8.8' '53'Connection to 8.8.8.8 53 port [tcp/domain] succeeded!
# /usr/bin/nc -w 10 -z -4 -s '192.168.1.1' '8.8.8.8' '53'Connection to 8.8.8.8 53 port [tcp/domain] succeeded!
I cannot find this particular check: Upstream GatewayMaybe I am setting up the route in the wrong panel?