Hi,

On Thu, 27 Sep 2012, Michael Biebl wrote:
> thanks for the bug report. Could you please also attach the original
> /e/n/i file. A backup of that file should be available as
> /etc/network/interfaces.bak-0

Attached.

-- 
Raphaël Hertzog ◈ Debian Developer

Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/
# 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
allow-hotplug eth0
iface eth0 inet dhcp
# This is an autoconfigured IPv6 interface
iface eth0 inet6 manual
        up ip link set eth0 up
        down ip link set eth0 down

Reply via email to