Article 6PFQ6 Can access google(internet) when ssh, but cannot access internet via VNC

Can access google(internet) when ssh, but cannot access internet via VNC

by
jeethu
from LinuxQuestions.org on (#6PFQ6)
When I login to my red hat linux via ssh using ssh root@3.3.3.3 from my mac terminal, and run "wget google.com" I'm able to download the index.html file of google.

However when I login the same linux box from VNC using same credentials that is root, Im not able to get index.html when I do "wget google.com"
here is what I get when I do from VNC
Code:[root@wpm-muto-bel-34 ~]# wget www.google.com
--2024-07-25 16:29:34-- http://www.google.com/
Resolving www.google.com (www.google.com)... 142.251.46.196, 2607:f8b0:4005:812::2004
Connecting to www.google.com (www.google.com)|142.251.46.196|:80...however for same I run after I login from ssh , I can download the index.html file as below
Code:[root@wpm-muto-bel-34 ~]# wget google.com
--2024-07-25 16:19:18-- http://google.com/
Resolving proxy-aaa.rkf.voke.com (proxy-aaa.rkf.voke.com)... 133.26.230.127
Connecting to proxy-aaa.rkf.voke.com (proxy-aaa.rkf.voke.com)|133.26.230.127|:80... connected.
Proxy request sent, awaiting response... 301 Moved Permanently
Location: http://www.google.com/ [following]
--2024-07-25 16:19:18-- http://www.google.com/
Reusing existing connection to proxy-aaa.rkf.voke.com:80.
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'index.html'

index.html [ <=> ] 19.94K 50.1KB/s in 0.4s

2024-07-25 16:19:19 (50.1 KB/s) - 'index.html' saved [20416]Can you please let me know what is that I'm missing ?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments