I'm trying to set-up a SLIP connection to my internet service provider
who is running TIA. I'm using DIP to make the connection and that seems to
work correctly. The problem I'm having is with name resolution. I can do a
nslookup on a host and I get the IP address fine. When I try to ftp to the
same host, it just hangs. If I ftp to the same host, but use the IP address
instead of the name, it works correctly. Here are some of the configuration
files from /etc, does anyone have any hints?
[HOSTNAME]
ruby.infonet.net
[hosts]
127.0.0.1 localhost
127.0.0.1 ruby.infonet.net ruby
167.142.225.6 ins.infonet.net ins
[host.conf]
order hosts,bind
multi on
[resolv.conf]
domain infonet.net
nameserver 167.142.225.6