View Single Post
  #4 (permalink)  
Old 11-20-2007, 02:09 AM
SoftDux SoftDux is offline
Junior Member
 
Posts: 7
Default

ok, so apart from setting up the host in /etc/hosts, I'll need to setup a full DNS server as well?

I've installed Zimbra 5.

Quote:
[root@server ~]# cat /etc/hosts
hosts hosts.allow hosts.deny
[root@server ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.1.5 server.salesaffiliates.local server
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
[root@server ~]# ping server
PING server.salesaffiliates.local (192.168.1.5) 56(84) bytes of data.
64 bytes from server.salesaffiliates.local (192.168.1.5): icmp_seq=1 ttl=64 time =0.071 ms
^C64 bytes from server.salesaffiliates.local (192.168.1.5): icmp_seq=2 ttl=64 ti me=0.059 ms

--- server.salesaffiliates.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.059/0.065/0.071/0.006 ms
[root@server ~]# nslookup server
Server: 192.168.1.5
Address: 192.168.1.5#53

** server can't find server: NXDOMAIN

[root@server ~]#
Reply With Quote