Comment 3 for bug 697592

Revision history for this message
Thomas Schweikle (tps) wrote :

Networking setup is quite simple: the machine in question does only have one network interface:

auto eth0
iface eth0 inet static
  address 192.168.1.4
  netmask 255.255.255.0
  gateway 192.168.1.1

iface eth0 inet6 static
  address ::ffff:192.168.1.4
  netmask 96
  gateway ::ffff:192.168.1.1

ntp is bound to all interfaces, all ipv4, ipv6