Re: Configurazione ip statico
> Il giorno 17 nov 2016, alle ore 16:46, compact <compact.compact@tiscali.it> ha scritto:
>
> 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
Questo mi sembra molto simile al mio tranne per il fatto che io non ho messo network e broadcast ma mi risulta che siano calcolabili.
Avevo allow-hotplug su enp0s3 (nel mio caso) e l’ho tolto, riprovato, tutto uguale.
>
> 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
Nel mio caso questo file (che non conoscevo) contiene soltanto commenti, l’ho sistemato come il tuo ma la situazione non cambia
ciao
Edoardo
Reply to: