# 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 94.142.x.x
        netmask 255.255.255.240
        network 94.142.x.0
        broadcast 94.142.x.x
        gateway 94.142.x.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 94.142.x.1
        dns-search slaco.net

iface eth0 inet6 static
        address 2a02:898:x::x:0
        netmask 64
        gateway 2a02:898:x::1

# The private network interface
auto eth1
iface eth1 inet static
        address 192.168.x.x
        netmask 255.255.255.0
        network 192.168.x.0
        broadcast 192.168.x.255

iface eth1 inet6 static
        address 2a02:898:x:ffff::x:0
        netmask 64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700741

Title:
  dovecot won't start during boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to