Hi Guys,

Well thanks for the help,

think I have cracked it on my network at work ....
the
    read dns://
and
    read rejoin [dns:// read dns://]

works for me ....

I have been writting a chess program in Rebol/View and wanted to add
networking capabilities .... :-))


Cheers Phil

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 10 April 2000 15:25
Subject: [REBOL] Searchable archive/ tcp/ip questions Re:(3)


> Hi,
>
> it's easy, try this:
>
> >> print system/network/host-address
> 194.213.219.17
>
> If it prints your other IP address (in your example 192.168.0.1), try to
> change the order of network adapters in Windows network settings.
>
> --
> Michal Kracik
>
> [EMAIL PROTECTED] wrote:
> >
> > Hello Kevin,
> >
> > > This can be determined by reading from dns://
> > >
> > > >>print read dns://    ; reads the hostname
> > > sparky-home
> >
> > If I do this:
> >
> > >> print read dns://
> > india
> >
> > "India" is my computer's name on the network, not from the ISP.
> >
> > > >>print read rejoin [dns:// read dns://] ; same as read
dns://sparky-home
> > > 209.52.202.215
> >
> > >> print read rejoin [dns:// read dns://]
> > 192.168.0.1
> >
> > This is my network's address, not the ISP one.
> >
> > > >>print read rejoin [dns:// read rejoin [dns:// read dns://]] ; FQDN,
> > >                                         ;same as read
dns://209.52.202.215
> > > sparky-home.staff.sunshinecable.com
> >
> > Gves me:
> >
> > >> print read rejoin [dns:// read rejoin [dns:// read dns://]]
> > INDIA
> >
> > Again, not IP number I (and [EMAIL PROTECTED]) was looking for. ;o(
> >
> > Can you help me?
> >
> > Thanks,
> > Rachid
>
>




Reply via email to