Can't no access to some websites
-
I really don't know what to do, do you advise me to update the system?
-
@EmanueleILTK said in Can't no access to some websites:
default 192.168.1.1 UGS re0
dns.google 192.168.1.129 UGHS re2Well from that.. looks like your sending traffic to google or 8.8.8.8 out a different gateway then what your normal gateway (default) is.
; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;8.8.8.8.in-addr.arpa. IN PTR ;; ANSWER SECTION: 8.8.8.8.in-addr.arpa. 86294 IN PTR dns.google. ;; Query time: 5 msec ;; SERVER: 192.168.3.10#53(192.168.3.10) ;; WHEN: Wed Nov 04 08:57:01 Central Standard Time 2020 ;; MSG SIZE rcvd: 73
So if you can still ping google, but not other stuff.. Points to an issue with your normal gateway.
-
This post is deleted! -
this is my getways
-
And since your using a different gateway for 8.8.8.8 and it works, but something to normal gateway fails.. It shows an issue with your default gateway..
Again what does your log say... If your having issues with a gateway it should be logged..
-
You are using 8.8.8.8 as a monitoring IP for EOLOGW so traffic will always be statically routed that way. That makes it a bad IP to test against.
Steve
-
also if I restart the firewall, vimeo.com is visible for a while, then I return unreachable -.-
-
@stephenw10 why it's a bad IP?
-
Because it's statically routed so it may behave differently to a random IP.
For example if the firewall had no default route or a bad default route you would not be able to reach any public IPs. But 8.8.8.8 would still be reachable because it has a specific route.
Steve
-
@stephenw10 said in Can't no access to some websites:
Because it's statically routed so it may behave differently to a random IP.
ok :)