[bglug] IP cambia in automatico
Mila76
mila76@mila76.it
Mer 19 Mar 2008 19:09:51 CET
> Questo č il file /etc/network/interfaces
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # The primary network interface
> allow-hotplug eth1
> #iface eth1 inet dhcp
> iface eth1 inet static
> address 10.10.0.4
> netmask 255.255.255.0
> network 10.10.0.0
> broadcast 10.10.0.255
> gateway 10.10.0.254
> dns-nameservers 10.10.0.254
> auto eth1
>
Strana cosa.. prova a riordinarlo cosė:
auto eth1
iface eth1 inet static
address 10.10.0.4
netmask 255.255.255.0
network 10.10.0.0
broadcast 10.10.0.255
gateway 10.10.0.254
dns-nameservers 10.10.0.254
Ciao da Mila76
Maggiori informazioni sulla lista
bglug