View previous topic :: View next topic |
Author |
Message |
-Frodo- n00b
Joined: 13 Oct 2004 Posts: 64
|
Posted: Tue Dec 07, 2004 2:30 pm Post subject: eth0 problema all'avvio[RISOLTO] |
|
|
Chiedo scusa se è un argomento già emerso in altre discussioni ma non sono riuscito a trovarlo in nessuna delle ricerche che ho fatto...
Ho uno strano problema... ho un modem ethernet D-Link e quando avvio il sistema per almeno un minuto mi è impossibile accedere alla rete... anche se nell'interfaccia web del modem risulta connesso con il suo bell' ip ..
Dopo un minuto scarso circa tutto funziona alla grande...
Cosa può essere ?
Last edited by -Frodo- on Tue Dec 07, 2004 4:07 pm; edited 1 time in total |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Dec 07, 2004 2:39 pm Post subject: |
|
|
macon il livecd ti funziona?
fai una bella cosa posta posta il tuo /etc/conf.d/net
così gli diamo un occhiata!
se fai da shell ifconfig che ti da?
Usi il DHCP ? |
|
Back to top |
|
|
-Frodo- n00b
Joined: 13 Oct 2004 Posts: 64
|
Posted: Tue Dec 07, 2004 2:44 pm Post subject: |
|
|
ifconfig
Code: | eth0 Link encap:Ethernet HWaddr 00:0C:6E:56:ED:7E
inet addr:82.48.3.34 Bcast:82.48.3.34 Mask:255.255.255.255
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:81624 errors:0 dropped:0 overruns:0 frame:0
TX packets:51242 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:94324750 (89.9 Mb) TX bytes:4126037 (3.9 Mb)
Interrupt:5 Base address:0xb400
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:400 (400.0 b) TX bytes:400 (400.0 b)
|
/etc/conf.d/net
Code: | # /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
iface_eth0="dhcp"
#dhcpcd_eth0="..."
# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"
# NB: The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly. Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"
# For setting the default gateway
#
#gateway="eth0/192.168.0.1"
|
Comunque funziona tutto benone... tranne quell'attesa di mezzo minuto/un minuto all'inizio... |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Dec 07, 2004 2:49 pm Post subject: |
|
|
metti un bel cancelletto davanti alla riga
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
e dovrebbe andare!!!! |
|
Back to top |
|
|
-Frodo- n00b
Joined: 13 Oct 2004 Posts: 64
|
Posted: Tue Dec 07, 2004 2:56 pm Post subject: |
|
|
Ti ringrazio ! appena ho modo di riavviare ti faccio sapere ! |
|
Back to top |
|
|
-Frodo- n00b
Joined: 13 Oct 2004 Posts: 64
|
Posted: Tue Dec 07, 2004 4:08 pm Post subject: |
|
|
Sì ora sembra tutto ok ! grazie mille ! |
|
Back to top |
|
|
maninthebox1 Guru
Joined: 14 Nov 2004 Posts: 384 Location: ITALIA - L'AQUILA
|
Posted: Tue Dec 07, 2004 4:30 pm Post subject: |
|
|
di niente, figurati! |
|
Back to top |
|
|
|