473,585 Members | 2,513 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

vb.net dns and nslookup

I need to resolve one domain , i have proved this:

System.Net.Dns. GetHostByName(" digitalprologic .com")

but it returns an error.
I have typed DOS nslookup -querytype=any digitalprologic .com and it exists
and a Whois web too.

Help!!!
Jul 21 '05 #1
6 8318
That domain name has many issues. See dnsreport.com to view all the issues
as there are many. Domain admin has some work it would seem.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
I need to resolve one domain , i have proved this:

System.Net.Dns. GetHostByName(" digitalprologic .com")

but it returns an error.
I have typed DOS nslookup -querytype=any digitalprologic .com and it exists and a Whois web too.

Help!!!


Jul 21 '05 #2
i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply

"William Stacey [MVP]" wrote:
That domain name has many issues. See dnsreport.com to view all the issues
as there are many. Domain admin has some work it would seem.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
I need to resolve one domain , i have proved this:

System.Net.Dns. GetHostByName(" digitalprologic .com")

but it returns an error.
I have typed DOS nslookup -querytype=any digitalprologic .com and it

exists
and a Whois web too.

Help!!!


Jul 21 '05 #3
It is registered. Zone not setup correctly hense some of the issues you are
seeing with Ptr and Any types.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:16******** *************** ***********@mic rosoft.com...
i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply

"William Stacey [MVP]" wrote:
That domain name has many issues. See dnsreport.com to view all the issues as there are many. Domain admin has some work it would seem.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
I need to resolve one domain , i have proved this:

System.Net.Dns. GetHostByName(" digitalprologic .com")

but it returns an error.
I have typed DOS nslookup -querytype=any digitalprologic .com and it

exists
and a Whois web too.

Help!!!



Jul 21 '05 #4
what kind of class i would to use for this????
because with System.Net.Dns. GetHostByName(" digitalprologic .com")
it does not run.
"William Stacey [MVP]" wrote:
It is registered. Zone not setup correctly hense some of the issues you are
seeing with Ptr and Any types.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:16******** *************** ***********@mic rosoft.com...
i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply

"William Stacey [MVP]" wrote:
That domain name has many issues. See dnsreport.com to view all the issues as there are many. Domain admin has some work it would seem.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:E1******** *************** ***********@mic rosoft.com...
> I need to resolve one domain , i have proved this:
>
> System.Net.Dns. GetHostByName(" digitalprologic .com")
>
> but it returns an error.
> I have typed DOS nslookup -querytype=any digitalprologic .com and it
exists
> and a Whois web too.
>
> Help!!!


Jul 21 '05 #5
That is because the PTR record is not resolving and returns a SERVFAIL. You
can verify this with dig, netdig, nslookup, etc. This is no fault of
GetHostByName, but of the incorrectly configured zone(s) for that domain
name. No class will fix this, the domain admin needs to fix the Zone!
Contact the admin for the zone.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:3E******** *************** ***********@mic rosoft.com...
what kind of class i would to use for this????
because with System.Net.Dns. GetHostByName(" digitalprologic .com")
it does not run.
"William Stacey [MVP]" wrote:
It is registered. Zone not setup correctly hense some of the issues you are seeing with Ptr and Any types.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:16******** *************** ***********@mic rosoft.com...
i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply

"William Stacey [MVP]" wrote:

> That domain name has many issues. See dnsreport.com to view all the

issues
> as there are many. Domain admin has some work it would seem.
>
> --
> William Stacey, MVP
> http://mvp.support.microsoft.com
>
> "axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
> news:E1******** *************** ***********@mic rosoft.com...
> > I need to resolve one domain , i have proved this:
> >
> > System.Net.Dns. GetHostByName(" digitalprologic .com")
> >
> > but it returns an error.
> > I have typed DOS nslookup -querytype=any digitalprologic .com and it > exists
> > and a Whois web too.
> >
> > Help!!!
>
>



Jul 21 '05 #6
could i obtain a DNS "ns" type register with a class???

i have proved nslookup -querytype=ns digitalprologic .com
and that's i need , to know if a register is registered.

Thanks a lot for help me.

"William Stacey [MVP]" wrote:
That is because the PTR record is not resolving and returns a SERVFAIL. You
can verify this with dig, netdig, nslookup, etc. This is no fault of
GetHostByName, but of the incorrectly configured zone(s) for that domain
name. No class will fix this, the domain admin needs to fix the Zone!
Contact the admin for the zone.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:3E******** *************** ***********@mic rosoft.com...
what kind of class i would to use for this????
because with System.Net.Dns. GetHostByName(" digitalprologic .com")
it does not run.
"William Stacey [MVP]" wrote:
It is registered. Zone not setup correctly hense some of the issues you are seeing with Ptr and Any types.

--
William Stacey, MVP
http://mvp.support.microsoft.com

"axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
news:16******** *************** ***********@mic rosoft.com...
> i'am interested in if the domain is registered or not, only that,
> any idea??
>
> thank you for your reply
>
> "William Stacey [MVP]" wrote:
>
> > That domain name has many issues. See dnsreport.com to view all the
issues
> > as there are many. Domain admin has some work it would seem.
> >
> > --
> > William Stacey, MVP
> > http://mvp.support.microsoft.com
> >
> > "axxegfx" <ax*****@discus sions.microsoft .com> wrote in message
> > news:E1******** *************** ***********@mic rosoft.com...
> > > I need to resolve one domain , i have proved this:
> > >
> > > System.Net.Dns. GetHostByName(" digitalprologic .com")
> > >
> > > but it returns an error.
> > > I have typed DOS nslookup -querytype=any digitalprologic .com and it > > exists
> > > and a Whois web too.
> > >
> > > Help!!!
> >
> >


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
7301
by: TomT | last post by:
Hi, I've been searching but have not been able to find a script that will allow nslookup's using ASP. I'm looking to use a form, that will allow users to enter IP addresses or domian names, then preform nslookup type of searches on the entered information. This is for a test server, so would like a free option if one is available.
0
2491
by: ginn via DotNetMonster.com | last post by:
Hi, To block spam-mails I want to write my own blackhole list server for my Postfix mailserver in .NET In postfix i would have to add the line reject_rbl_client <myBlackList> to the smtp_client_restrictions and postfix would send a request, if this mail should be blocked, to my blacklist server. Since the Postifx server is already in use...
1
4986
by: kcw3388 | last post by:
Hi, I have a SunOS TCP/IP client program worked fine for a long time until yesterday. Now, my TCP/IP server program is located on different DNS server. The gethostbyaddr ( ) is now returned NULL instead.
1
3002
by: Franco Figún | last post by:
Hi everyone I need to simulate NSLOOKUP but with asp.net in c# o vb.net, any idea? I don't need a very complex example, only 2 textbox for the domain and other for the DNS server, and one button, that's all. Any help? Thanks -- FF www.francofigun.com.ar
0
1223
by: pmclinn | last post by:
I'm looking to find the code to do an nslookup via my own dns like this: MyDNS = xxx.xxx.xxx.xxx result = resolve this ip(yyy.yyy.yyy.yyy) via this server MyDNS I have seen many examples that just default to the systems DNS but that's not what I'm looking for...
6
551
by: axxegfx | last post by:
I need to resolve one domain , i have proved this: System.Net.Dns.GetHostByName("digitalprologic.com") but it returns an error. I have typed DOS nslookup -querytype=any digitalprologic.com and it exists and a Whois web too. Help!!!
2
3225
by: Stuart Duncan | last post by:
Hi I am trying to put a web page together that will allow the user to find the MX record for a domain. I have found PHP code that uses nslookup but when I use it, I receive a "Page cannot be displated" error. The URL in the address bar is the source folder of my initial form page with nslookup.php on the end. Can anyone tell me how to...
7
21062
usafshah
by: usafshah | last post by:
When i try nslookup from my domain (either from domaincontroller or from any client) it says C:\Users\usaf.EITS>nslookup Default Server: UnKnown Address: 192.168.0.100:53 why UNKNOWN ?
1
5341
by: nitinpatel1117 | last post by:
Hi I have been trying to use the php exec and nslookup for DNS lookups on a windows platform. but whenever i execute the code i get the following error: Unable to fork I am pretty sure that the code i'm using is ok. I've come across a few sites that have said that the most probably answer is to set read + execute permissions on the...
0
7836
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8336
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7950
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8212
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2343
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.