Embedding Voyager on x86

We are able to port Qnx on X86 board with Networking(TCP/IP)Photon GUI, &
Voyager Browser.We are able to Browse the site only if we give IP addresses
of the Site.If we give URL its giving DNS Error, unable to loacte Hostname .
We have configured our Qnx box with some host name & Ip address, we have
given
the following conmmands.
io-net -drtl -ptcpip &
ifconfig en0 MYIP
route add default MYGATEWAY

Further we are writing hostname & IP address in the /etc/hosts file &
nameserver IP address in /etc/resolv.conf file.

Then we are running voyager & vserver utility

Do we need to write something else or give some other command so that we can
browse
by giving URL’s rather than IP address of the sites.

Thanks in Advance

“Praveen” <praveen@spacomp.com> wrote in news:a6v5s6$psb$1@inn.qnx.com:

We are able to port Qnx on X86 board with Networking(TCP/IP)Photon GUI,
& Voyager Browser.We are able to Browse the site only if we give IP
addresses of the Site.If we give URL its giving DNS Error, unable to
loacte Hostname . We have configured our Qnx box with some host name &
Ip address, we have given
the following conmmands.
io-net -drtl -ptcpip &
ifconfig en0 MYIP
route add default MYGATEWAY

Further we are writing hostname & IP address in the /etc/hosts file &
nameserver IP address in /etc/resolv.conf file.

Then we are running voyager & vserver utility

Do we need to write something else or give some other command so that
we can browse
by giving URL’s rather than IP address of the sites.

Check your _CS_RESOLVE variable to make sure it also contains the hosts to
forward DNS querries to. Use the getconf util to querry it’s status, and
setconf to set it.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

Thanks,
First i checked the CS_RESOLVE, using getconf , but it was showing
undefined.
Then using setconf i gave the following
setconf CS_RESOLVE nameserver_202.74.12.15( after setting this, if i check
with getconf , we are getting the set value)
But still i am getting DNS error when we connect to any site by giving
URL.
Should we change anything ,any other settings

“Adam Mallory” <amallory@qnx.com> wrote in message
news:Xns91D688991529Damalloryqnxcom@209.226.137.4

“Praveen” <> praveen@spacomp.com> > wrote in news:a6v5s6$psb$> 1@inn.qnx.com> :

We are able to port Qnx on X86 board with Networking(TCP/IP)Photon GUI,
& Voyager Browser.We are able to Browse the site only if we give IP
addresses of the Site.If we give URL its giving DNS Error, unable to
loacte Hostname . We have configured our Qnx box with some host name &
Ip address, we have given
the following conmmands.
io-net -drtl -ptcpip &
ifconfig en0 MYIP
route add default MYGATEWAY

Further we are writing hostname & IP address in the /etc/hosts file &
nameserver IP address in /etc/resolv.conf file.

Then we are running voyager & vserver utility

Do we need to write something else or give some other command so that
we can browse
by giving URL’s rather than IP address of the sites.

Check your _CS_RESOLVE variable to make sure it also contains the hosts to
forward DNS querries to. Use the getconf util to querry it’s status, and
setconf to set it.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ > amallory@qnx.com > ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <> pschon@baste.magibox.net

“Praveen” <praveen@spacomp.com> wrote in news:a7f59t$cs8$1@inn.qnx.com:

Thanks,
First i checked the CS_RESOLVE, using getconf , but it was showing
undefined.
Then using setconf i gave the following
setconf CS_RESOLVE nameserver_202.74.12.15( after setting this, if i
check with getconf , we are getting the set value)
But still i am getting DNS error when we connect to any site by
giving URL.
Should we change anything ,any other settings

You can use the nslookup tool to diagnose how you nameserver/services are
being handled. The tool allows you to query the DNS server that is being
used. This should point you in the right direction.

\

Cheers,
Adam

QNX Software Systems Ltd.
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>