Quote:
|
Originally Posted by phoenix For some reason your hosts file entry Code: 192.168.1.117 mailhost-rustyriley-com.mailhost.rustyriley.com mailhost-rustyriley-com seem to think that your domain name is 'mailhost-rustyriley-com'. You must have given that machine that domain name when you set-up your network connection. I suggest you go itno YaST/Network Devices/Network Card and edit your NIC settings. On the Network Address Setup you need to make sure this PC has a fixed IP and then on Hostname/Server box change the settings. You need your correct domain name and I'd suggest a shorter host name - click OK and come out of YaST and the settings should be saved. That should do what you need. |
Thanks man. I think I got it figured out on that part. Here is a dump of my hosts file. It looks close to right.
-------------------------------------------------------START HOST FILE------------------------------------
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 mail.rustyriley.com mail
192.168.1.117 mail.rustyriley.com mail
-----------------------------END HOST FILE--------------------------------------------------