Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Ip adress

From: ronaldoff:free at: 8-Jan-2003 16:15

Hello bryan, Wednesday, January 08, 2003, 3:28:34 PM, you wrote: b> Additional question to this, how would one get ones domain name? b> -----Original Message----- b> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] On Behalf b> Of Boleslav Brezovsky b> Sent: Wednesday, January 08, 2003 3:02 PM b> To: [rebol-list--rebol--com] b> Subject: [REBOL] Re: Ip adress b> hi, b> I use this aproach:
>>> read dns://
b> == "<computer-name>"
>>> read dns://<computer-name>
b> == 312.540.259.801 b> maybe it's somewhere in system/something but dunno where b> bye, bolek. b> -----Original Message----- b> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] On Behalf b> Of ronaldoff b> Sent: Wednesday, January 08, 2003 11:50 AM b> To: [rebol-list--rebol--com] b> Subject: [REBOL] Ip adress b> Hello rebolers, b> First of all, Happy New Year to you with a lot of Rebol Scripts ;-) b> I'd like to get my dialup IP adress with Rebol to include this feature b> into a small application. b> How could I do it, if only possible ? b> Thanks in advance. I'm testing some dns protocol as I learned from from this thread. Thanks to all of you guys. Boleslav's tip gives me my "home" Ip adress (NDIS5) and Computer Name, not my PPP not my adapter Ip. But, for the domain, I've tried this : read dns://212.27.32.5 == "dial-ns1-1.free.fr" where 212.27.32.5 is my dialup primary DNS Is that what you're looking for ? I'll try to search tips on dns protocol... -- Best regards, ronaldoff mailto:[ronaldoff--free--fr]