[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configurazione ip statico



In data mercoledì 16 novembre 2016 20:25:42, Edoardo Panfili ha scritto:
> 
> Anche disattivando tutti gli script in /etc/network/if-up.d/ non cambia
> nulla
> 

cat /etc/network/interfaces

# 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
auto eth0
iface eth0 inet static
        address 192.168.0.3
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1


cat /etc/default/networking

# Configuration for networking init script being run during
# the boot sequence

# Set to 'no' to skip interfaces configuration on boot
CONFIGURE_INTERFACES=yes

# Don't configure these interfaces. Shell wildcards supported/
#EXCLUDE_INTERFACES=

# Set to 'yes' to enable additional verbosity
#VERBOSE=yes

Ho tolto tutti i servizi di NetworkManagement ModemManagemente et company

e adesso ottengo anche un pc con una tempistica di avvio maggiore


Reply to: