/etc/net.cfg info ignored

Using QNX6.1, I use phlip to set up networking. I set the info
for the machine as:

name: andrew
domain: cogent.ca
search: cogentrts.com

When I do a name lookup, the search domain is entirely ignored,
as are any manual settings that I put into /etc/resolv.conf. For
example, “ping andrew2” should find andrew2.cogentrts.com,
but in fact it only ever attempts to look up andrew2.cogent.ca.
I have verified that ping never looks up andrew2.cogentrts.com
by watching the logs on the primary DNS for this machine.

Cheers,
Andrew

Andrew Thomas <andrew.nospam@cogent.ca> wrote:

When I do a name lookup, the search domain is entirely ignored,
as are any manual settings that I put into /etc/resolv.conf. For
example, “ping andrew2” should find andrew2.cogentrts.com,
but in fact it only ever attempts to look up andrew2.cogent.ca.
I have verified that ping never looks up andrew2.cogentrts.com
by watching the logs on the primary DNS for this machine.

In the documentation for phlip (ie frontend for netmanager), it says
that it “uses the _CS_RESOLVE configuration string instead of
/etc/resolv.conf…”

You can also try modifying the /etc/net.cfg file, then running
netmanager -r all

-Adam