| View previous topic :: View next topic |
| Author |
Message |
GoodOk Guest
|
Posted: Mon Dec 22, 2003 5:10 pm Post subject: How to know DNS server address in my LAN? |
|
|
Goodday!
Can anyone help me to know DNS server address in my home LAN? I think it
can exist and some utils can "tell" me it address, but i don't know this
utils.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Dec 22, 2003 7:09 pm Post subject: Re: How to know DNS server address in my LAN? |
|
|
"GoodOk" <roma (AT) goodok (DOT) ru> wrote
| Quote: | Can anyone help me to know DNS server address in my home LAN?
|
Unless your LAN has its own dedicated DNS server, then you are probably
using the DNS of your ISP. Look at the GetAdapterInfo() function in the
Win32 API for obtaining information about your internet connection,
including the DNS server address(es).
Gambit
|
|
| Back to top |
|
 |
Ben Hochstrasser [FF] Guest
|
Posted: Mon Dec 22, 2003 7:11 pm Post subject: Re: How to know DNS server address in my LAN? |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | Unless your LAN has its own dedicated DNS server, then you are probably
using the DNS of your ISP. Look at the GetAdapterInfo() function in the
Win32 API for obtaining information about your internet connection,
including the DNS server address(es).
|
....or download Synapse and use the GetDNS() function in the SynaMisc unit.
ex: ListBox1.Items.CommaText := GetDNS;
--
Ben
|
|
| Back to top |
|
 |
GoodOk Guest
|
Posted: Mon Dec 22, 2003 8:04 pm Post subject: Re: How to know DNS server address in my LAN? |
|
|
very thanx you and Ben Hochstrasser: will try both ways right now.
--
Roma Gudchenko mailto:roma (AT) goodok (DOT) ru
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> сообщил/сообщила
в новостях следующее: news:3fe7404c$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
"GoodOk" <roma (AT) goodok (DOT) ru> wrote in message
news:3fe72571 (AT) newsgroups (DOT) borland.com...
Can anyone help me to know DNS server address in my home LAN?
Unless your LAN has its own dedicated DNS server, then you are probably
using the DNS of your ISP. Look at the GetAdapterInfo() function in the
Win32 API for obtaining information about your internet connection,
including the DNS server address(es).
Gambit
|
|
|
| Back to top |
|
 |
|