connection from server

Hi
I can connect to my suse server. http and https work. But i can’t connect out from suse server.
I try

links http://www.google.com

and answer is connection timed out.
Any reason?
Thanks.

If you’re using a static IP for the server, I’d say you need to take care that the gateway and DNS setting are configured properly. These settings can be configured in YaST → Network Settings.

Hope that helps.

Make sure that you have the proxy server entry in place if you use a proxy server in your network.

I’m using a static IP.
DNS is OK, because

 # ping www.google.com
PING www.l.google.com (64.233.183.147) 56(84) bytes of data.
64 bytes from nf-in-f147.google.com (64.233.183.147): icmp_seq=1 ttl=239 time=33.6 ms
64 bytes from nf-in-f147.google.com (64.233.183.147): icmp_seq=2 ttl=239 time=34.4 ms
...

gateway is OK too, because

# traceroute www.google.com
traceroute to www.google.com (64.233.183.104), 30 hops max, 40 byte packets
 1  217.73.30.177 (217.73.30.177)  3.305 ms   3.430 ms   3.628 ms
 2  217.73.18.129 (217.73.18.129)  7.213 ms   6.708 ms   9.981 ms
 3  81.89.55.5 (81.89.55.5)  10.146 ms   28.329 ms   24.185 ms
 4  217.73.16.46 (217.73.16.46)  12.544 ms   9.612 ms   7.486 ms
...

I don’t using proxy server.