RE: [Linux-ag] Destination Host Unreachable // Slackware 10.2

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Kerem ERSOY (kerem@sibernet.com.tr)
Date: Mon 02 Jan 2006 - 08:43:14 EET


Selamlar,

 

Ben her zaman bu Davicom / Tulip chipsetli kartlar ile sorun yaşadım
(Davicom ile Tulip deki bir takım ufak tefek farklılıklardan olduğunu
düşünüyorum). Hatta bir zamanlar çalışan kartların bir süre sonra
kendiliğinden çalışmaz olduğunu dahi gördüm. Sonuç olarak kullandığım
Slackware Linux lar ile birlikte artık RTL ve benzeri chipleri çeren
adaptörleri tercih ediyorum..

 

 

Selamlar,

 

Kerem ERSOY

Genel Müdür / President - Sibernet Ltd. Şti.

(ISC)^2 Certified CISSP

Mobile: +90-532-211-1489

e-mail: kerem@sibernet.com.tr

http://www.sibernet.com.tr/

  _____

From: linux-ag-bounces@liste.linux.org.tr
[mailto:linux-ag-bounces@liste.linux.org.tr] On Behalf Of Necati Keseci
Sent: Sunday, January 01, 2006 7:09 PM
To: linux-ag@liste.linux.org.tr
Subject: Re: [Linux-ag] Destination Host Unreachable // Slackware 10.2

 

Davicom Dec/Tulip ethernet kartiniz icin tulip.o uygun oldugunu dusunuyorum,
olmazsa siz arastirin

kernel modulu icin sunu deneyebilirsiniz:

    insmod tulip

baslangicta test icin komut satirindan sunlari deneyebilirsiniz:

    ifconfig eth0 192.168.1.29 netmask 255.255.255.0 broadcast 192.168.1.255
    route add default gw 192.168.1.1

dogru sonuc alirsaniz:

/etc/rc.d/rc.local dosyasına asagiyi ekleyin:

insmod tulip

------------------

ve tabi ;
/etc/rc.d/rc.inet1 icinde gerekli duzenlemeyi yapin

# dhcp server aktif ise
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]="192.168.1.1"

# dhcp server aktif değilse yukaridaki satirlarin yerine
# asagiyi uncomment yaparak kullanin
#IPADDR[0]="192.168.1.29"
#NETMASK[0]="255.255.255.0"
#GATEWAY="192.168.1.1"
Umarım isinize yarar,
Necati Keseci

Oguz wrote:

daha oncede belirtmistim bu problemimi fakat size sundugum kaynak
yetersizliginden problemi cozememistik. aklima ne geliyorsa sunuyorum.
sorunumu hatirlatayim: modeme (ve agdaki makinelere) erisemiyorum.

############################################################################
#######

bash-3.00# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host
bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
(rev 03)
00:04.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)

00:04.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:04.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:04.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)

00:0a.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip
compatible 10/100 Ethernet (rev 40)
01:00.0 VGA compatible controller: S3 Inc. Savage 4 (rev 02)
bash-3.00#
############################################################################
#######

netconfig -> statik

--
netconfig statik

bash-3.00# ifconfig eth0 Link encap:Ethernet HWaddr 00:08:A1:8C:34:1A

inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:197 errors:0 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:20740 (20.2 Kb) TX bytes:1536 ( 1.5 Kb) Interrupt:10 Base address:0xd000

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:25 errors:0 dropped:0 overruns:0 frame:0 TX packets:25 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2648 (2.5 Kb) TX bytes:2648 ( 2.5 Kb)

bash-3.00#

------------------------------------- bash-3.00# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface localnet * 255.255.255.0 U 0 0 0 eth0 loopback * 255.0.0.0 U 0 0 0 lo bash-3.00#

---------------------------------------

bash-3.00# routel target gateway source proto scope dev tbl 192.168.1.0/ 24 192.168.1.29 kernel link eth0 127.0.0.0/ 8 link lo 192.168.1.0 broadcast <http://192.168.1.29> 192.168.1.29 kernel link eth0 local 127.255.255.255 broadcast 127.0.0.1 kernel link lo local <http://192.168.1.255> 192.168.1.255 broadcast 192.168.1.29 kernel link eth0 local 192.168.1.29 local <http://192.168.1.29> 192.168.1.29 kernel host eth0 local 127.0.0.0 broadcast 127.0.0.1 kernel link lo local <http://127.0.0.1> 127.0.0.1 local 127.0.0.1 kernel host lo local 127.0.0.0/ 8 local 127.0.0.1 kernel host lo local bash-3.00# ------------------------------------------------- bash-3.00# ping 192.168.1.1 PING 192.168.1.1 ( 192.168.1.1) 56(84) bytes of data. >From 192.168.1.29 icmp_seq=1 Destination Host Unreachable >From 192.168.1.29 icmp_seq=2 Destination Host Unreachable

>From 192.168.1.29 icmp_seq=3 Destination Host Unreachable >From 192.168.1.29 icmp_seq=4 Destination Host Unreachable >From <http://192.168.1.29> 192.168.1.29 icmp_seq=5 Destination Host Unreachable .... ....

--- 192.168.1.1 ping statistics --- 24 packets transmitted, 0 received, +21 errors, 100% packet loss, time 23028ms

, pipe 3 bash-3.00# -------------------------------------------------------------

netconfig -> DHCP -- ---------------------------------------------

bash-3.00# ifconfig 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:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:100 (100.0 b) TX bytes:100 ( 100.0 b)

--------------------------------------------------------- bash-3.00# ifconfig eth0 up bash-3.00# ifconfig eth0 Link encap:Ethernet HWaddr 00:08:A1:8C:34:1A UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:76 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7502 (7.3 Kb) TX bytes:2360 ( 2.3 Kb) Interrupt:10 Base address:0xd000

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:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:100 (100.0 b) TX bytes:100 ( 100.0 b)

bash-3.00#

----------------------------------------------------------- bash-3.00# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface

loopback * 255.0.0.0 U 0 0 0 lo -------------- bash-3.00# routel target gateway source proto scope dev tbl

127.0.0.0/ 8 link lo 127.255.255.255 broadcast 127.0.0.1 kernel link lo local 127.0.0.0 broadcast 127.0.0.1 kernel link lo local 127.0.0.1 local 127.0.0.1 kernel host lo local 127.0.0.0/ 8 local 127.0.0.1 kernel host lo local

------------------------

bash-3.00# ping 192.168.1.1 connect: Network is unreachable bash-3.00#

--------------------------

Saygilar...

Oguz ~ [ NCT {The Climbing Crew} ]

_____

_______________________________________________ Linux-ag mailing list Linux-ag@liste.linux.org.tr http://liste.linux.org.tr/mailman/listinfo/linux-ag

_______________________________________________
Linux-ag mailing list
Linux-ag@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-ag


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.