So, when using netstat -rn the result is the same as netstat -r when things are not working:
netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default 113.113.192.1 0.0.0.0 UG 0 0 0 WAN
10.0.0.0 192.168.4.10 255.0.0.0 UG 0 0 0 vpnt10
192.168.3.0 * 255.255.255.0 U 0 0 0 LAN1
192.168.4.10 * 255.255.255.255 UH 0 0 0 vpnt10
113.113.192.0 * 255.255.224.0 U 0 0 0 WAN
What DNS talking we about here? Is it my ISP DNS?
I could not resolve "ua-113-113-192-":
nslookup ua-113-113-192- 8.8.8.8
Server: dns.google
Address: 8.8.8.8
*** dns.google can't find ua-113-113-192-: Non-existent domain
on SMB, DNS is configured like this:
show dns
mode: global
proxy: on
resolving: on
primary ipv4-address: 10.8.0.12
secondary ipv4-address: 8.8.8.8
tertiary ipv4-address:
Where 10.8.0.12 is the our internal DNS server behind the central gateway
So,When the issue occurs, no pings can reach any destination:
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
Gateway-ID-7FB7C2DC> ping google.com
ping: bad address 'google.com'