Ciao a tutti. Ho appena installato Debian 4.0 con una netinst. Ho eseguito tutti i passaggi richiesti dal processo di installazione fino a quando mi è stato chiesto di utilizzare un mirror di rete (network mirror). Qualsiasi scelta non era funzionante quindi ho proseguito da cd.
Ora come posso attivare la rete. Il mio caso è questo: sono collegato tramite porta ethernet ad un pc Windows che fa da server. Ho configurato il file /etc/network/interfaces ed il resto ma non funziona: Questo è il file interface: # 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 static address 192.168.0.2 netmask 255.255.255.0 network 192.168.0.1 broadcast 192.168.0.255 gateway 192.168.0.1 # dns-* options are implemented by the resolvconf package, if installed dns-search home dns-nameservers 192.168.0.1 Questo e relve.conf: search home nameserver 192.168.0.1 Questo è il risultato di ifconfig: eth0 Link encap:UNSPEC HWaddr 00-40-CA-01-33-70-43-89-00-00-00-00-00-00-00-00 inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:84 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:3024 (2.9 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4752 (4.6 KiB) TX bytes:4752 (4.6 KiB) E questo di route: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface localnet * 255.255.255.0 U 0 0 0 eth0 default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 Questo di un ping a 192.168.0.1: PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. >From 192.168.0.2 icmp_seq=2 Destination Host Unreachable >From 192.168.0.2 icmp_seq=3 Destination Host Unreachable >From 192.168.0.2 icmp_seq=4 Destination Host Unreachable --- 192.168.0.1 ping statistics --- 4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms , pipe 3 Sotto win, con le stesse impostazioni funziona tutto! Quale può essere il problema? grazie mille -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

