mIRC Home    About    Download    Register    News    Help

Print Thread
#161493 08/10/06 07:52 AM
Joined: Sep 2006
Posts: 11
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Sep 2006
Posts: 11
Hi
I cant login irc. The error is "Unable to resolve server".By this error so far my knowledge go its a DNS problem. But when I nslookup to any server then the result Bcomes:

Quote:

C:\>nslookup irc.dal.net
*** Default servers are not available
Server: UnKnown
Address: 127.0.0.1

*** UnKnown can't find irc.dal.net: No response from server


Can anyone tell me whats the prob n how can I solve this problems confused

Thanx

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
well, it looks like you indeed have a DNS problem.

Code:
C:\>nslookup irc.dal.net
Server:  dns3.somewhere.here.someisp.tld
Address:  ???.??.???.???

Non-authoritative answer:
Name:    irc.dal.net
Addresses:  194.68.45.50, 208.99.193.130


(I masked my own DNS server data)

that's the answer I get. seems like you can't reach your DNS server...

maybe it's a firewall problem or a faulty DNS server?


If it ain't broken, don't fix it!
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Go to the command prompt and type:

ipconfig /all

Paste the information here.

-genius_at_work

Joined: Sep 2006
Posts: 11
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Sep 2006
Posts: 11
Ok. Here is my config:
Quote:

C:\>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : wasim
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connection
Physical Address. . . . . . . . . : 00-0F-FE-10-AC-1F
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.16.3.133
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 172.16.1.5
DNS Servers . . . . . . . . . . . : 172.16.1.12


pls help. I cant login mirc. Thanx.

Joined: Sep 2006
Posts: 11
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Sep 2006
Posts: 11
oh I can nslookup now after configuring the DNS server.
Now my nslookup is showing:
Quote:

C:\>nslookup irc.dal.net
*** Can't find server name for address 172.16.1.12: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: 172.16.1.12

Non-authoritative answer:
Name: irc.dal.net
Addresses: 194.68.45.50, 208.99.193.130

If I `tracert` that two ips then it shows:
Quote:

C:\>tracert 194.168.45.50

Tracing route to 194.168.45.50 over a maximum of 30 hops

1 1 ms <1 ms <1 ms 172.16.1.5
2 172.16.1.5 reports: Destination host unreachable.

Trace complete.

C:\>tracert 208.99.193.130

Tracing route to 208.99.193.130 over a maximum of 30 hops

1 <1 ms <1 ms <1 ms 172.16.1.5
2 172.16.1.5 reports: Destination host unreachable.

Trace complete.


What does these means can anyone tell me confused

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Put your network connection back on DHCP, then do ipconfig/all again. Make a note of the settings for IP, gateway, subnet, and DNS. With the settings on DHCP, you should be able to connect to IRC. If you want to be back on static IPs, just enter the same information as the DHCP gave you.

-genius_at_work

Joined: Sep 2006
Posts: 11
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Sep 2006
Posts: 11
Quote:
Put your network connection back on DHCP, then do ipconfig/all again. Make a note of the settings for IP, gateway, subnet, and DNS. With the settings on DHCP, you should be able to connect to IRC. If you want to be back on static IPs, just enter the same information as the DHCP gave you.

-genius_at_work


okay the result after config DHCP is,
Quote:

C:\>ipconfig/all

Windows IP Configuration

Host Name . . . . . . . . . . . . : wasim
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : rdec-domain.org

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : rdec-domain.org
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connection
Physical Address. . . . . . . . . : 00-50-8D-48-66-97
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 172.16.3.127
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 172.16.1.5
DHCP Server . . . . . . . . . . . : 172.16.1.2
DNS Servers . . . . . . . . . . . : 172.16.1.2
172.17.1.2
Primary WINS Server . . . . . . . : 172.16.1.2
Lease Obtained. . . . . . . . . . : Tuesday, October 10, 2006 8:59:34 AM

Lease Expires . . . . . . . . . . : Wednesday, October 11,2006 8:59:34 AM


After this the error msg during login to mirc is,
Unable to resolve server

what shud I do now??

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
try connecting on IP instead of DNS. it just looks like a DNS problem where your DNS server can't look up the ip for the given hostname.


If it ain't broken, don't fix it!
Joined: Sep 2006
Posts: 11
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Sep 2006
Posts: 11
Quote:
try connecting on IP instead of DNS. it just looks like a DNS problem where your DNS server can't look up the ip for the given hostname.


I have tried the ip also but no progressive result. My server is using squid proxy server. I dont know why this happening.

is there any other way to use mirc ???


Link Copied to Clipboard