Hello All,

I am trying to move my server to another static IP address as well as getting 
my mail alerts to work correctly.  As far as the IP change goes, here is what i 
have done:

   1. Modified the /etc/network/intefaces:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.1.85
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.1

   2. Updated /etc/hosts:

    192.168.1.85   zenoss.mydomain.inc   zenoss


It shows that all of the services have started correctly but I still can't get 
to the admin page at my new address.  I have a Twiki on the same server that is 
working correctly with Apache.  Is there a config that I am missing?  

On a side note, my email alerts stopped working as well (before ip move).  I 
was able to send test messages from the admin console, but the alerts don't 
seem to show up even when i turn down the severity, etc...

Thanks a bunch in advance!

Jeff

------------------------
 Jeffrey Inouye




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=10101#10101

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to