ubuntu で github.com に ping を実行しようとしていますが、ping の IP アドレスがローカル IP を指しているようです。以下は、ubuntu にダンプした情報です。ネットワーク構成のどの部分が間違っているか、誰でも提案できますか?
jia@ub1804:~$ **ping github.com**
PING github.com (**192.30.253.113**) 56(84) bytes of data.
^C
--- github.com ping statistics ---
18 packets transmitted, 0 received, 100% packet loss, time 17413ms
jia@ub1804:~$ **nslookup github.com**
Server: 8.8.4.4
Address: 8.8.4.4#53
Non-authoritative answer:
Name: github.com
Address: 192.30.255.112
jia@ub1804:~$ **sudo route -n**
[sudo] password for jia:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 cscotun0
0.0.0.0 192.168.1.1 0.0.0.0 UG 20600 0 0 wlp3s0
10.10.1.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
104.149.236.10 192.168.1.1 255.255.255.255 UGH 0 0 0 wlp3s0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 cscotun0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 cscotun0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 wlp3s0
jia@ub1804:~$