have a problem in my home server
Hello every oneI get an static IP address from my ISP
and put linux server online with ADSL/265 KB/s
now I can SSH my box from anywhere
But this box don't resolve any website
I need to install cpanel in this box But always I get unknown host
what I did
1- I config ethernet by ( ifconfig ) command
But I still get this
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9426 errors:0 dropped:0 overruns:0 frame:0
TX packets:3225 errors:21 dropped:0 overruns:0 carrier:21
collisions:0 txqueuelen:1000
RX bytes:984893 (961.8 KiB) TX bytes:441500 (431.1 KiB)
Interrupt:11 Base address:0x6c00
so I don't know how I can solve this
2 - I edit /etc/hosts and it is okey
3 - I put my ip address in /etc/resolv.conf as nameserver
cause box is don't have any resolver server
so I used my own Static IP as resolver
Now I can ping any site from this box
But wget is hang all time
[root@server cpins]# wget http://layer1.cpanel.net/latest
--14:34:49-- http://layer1.cpanel.net/latest
=> `latest'
Resolving layer1.cpanel.net... 69.72.164.150, 69.57.175.114
Connecting to layer1.cpanel.net[69.72.164.150]:80...
and it is hung here
service named is UP and it is okey
How I can solve this
can you help me please ??