Comment 7 for bug 582376

Revision history for this message
spacefight (spacefight) wrote :

I second the bug. nmdb is not running while smdb is running fine, starting manually works withouth any problems. log.nmdb is not showing anything, obviously.

# 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

# configure the static ip address
auto eth1
iface eth1 inet static
        address 192.168.0.12
        netmask 255.255.255.0
        broadcast 192.168.0.255
        up route add default gw 192.168.0.190
        down route del default