1. How Do I Get Local IP?
- Posted by Mr_White House <microprog at YAHOO.COM> Nov 16, 2000
- 385 views
How can i get my local dns? IP = WsockGetIP("") in srvsckip.ew return IP = 127.0.0.1 I need my ISP assigned DNS.
2. Re: How Do I Get Local IP?
- Posted by Kat <gertie at PELL.NET> Nov 16, 2000
- 391 views
On 16 Nov 2000, at 15:55, Mr_White House wrote: > How can i get my local dns? > > IP = WsockGetIP("") in srvsckip.ew return IP = 127.0.0.1 > I need my ISP assigned DNS. Fire up mirc and type: //dns $me gives me : *** Resolved 208.138.65.70 to host64.pell.net Or, you can run the netstat that comes with windows, or call the isp and ask, or look up the isp at ARIN (or whichever service applies) to get the netblock. Remember, when you have a dialup account, you most likely have a changing address too. Kat
3. Re: How Do I Get Local IP?
- Posted by Aku <aku at inbox.as> Nov 17, 2000
- 380 views
- Last edited Nov 18, 2000
If you are not connected it will return 127.0.0.1 if connected you should get real IP I have tried it in VB. ______________________________________________________________________ M> How can i get my local dns? M> IP = WsockGetIP("") in srvsckip.ew return IP = 127.0.0.1 M> I need my ISP assigned DNS.