HendrikHendrik
Participant
    Post count: 13

    Du hast das loopback Interface verändert. Und du hast ein „i“ vergessen.
    Es muss so aussehen:

    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    allow-hotplug eth0
    iface eth0 inet static
    address 192.168.178.11
    netmask 255.255.255.0
    gateway 192.168.178.1