MiniLinux & Netzwerk

Post Reply
Message
Author
Andre

MiniLinux & Netzwerk

#1 Post by Andre »

Hi,
ich möchte auf meinem Mini-Linux meine Netzwerkkarte einrichten. Beim Booten bekomme ich bereits folgende Kernel-Meldung:
"eth0: NE2000 found at 0x320, using IRQ 5."

die datei "/etc/hosts" enthält folgenden inhalt:
"127.0.0.1 localhost loopback
192.168.1.1 Aristoteles"

Nach dem bootvorgang führe ich folgenden Befehl aus: "ifconfig eth0 192.168.1.105 netmask 255.255.255.0 up"

Leider funktioniert "ping 127.0.0.1" noch nicht....

André

cerberusger
Posts: 348
Joined: 28. Dec 2000 13:30
Location: Muenchen

Re: MiniLinux & Netzwerk

#2 Post by cerberusger »

ehem ... der ping laeuft auch nicht auf der netzwerkkarte, sondern auf dem virtuellen loopback-if (lo)

ifconfig lo up

dann sollte es gehen.

mfg,
dev0
Linux is a wigwam - no windows, no gates, apache inside <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">

Andre

Re: MiniLinux & Netzwerk

#3 Post by Andre »

Hi,
leider funzt es nicht <img src="http://www.pl-forum.de/UltraBoard/Images/TooHappy.gif" border="0" align="middle">
Wenn ich "ping 127.0.0.1" eingeb gibt er ganix zurück...
Fehlt mir eventuell ein Kernel-Parameter?

André

cerberusger
Posts: 348
Joined: 28. Dec 2000 13:30
Location: Muenchen

Re: MiniLinux & Netzwerk

#4 Post by cerberusger »

hast du denn das loopback-interface gestartet??

was sagt denn die ausgabe von ifconfig?

dev0
Linux is a wigwam - no windows, no gates, apache inside <img src="http://www.pl-forum.de/UltraBoard/Images/Happy.gif" border="0" align="middle">

Andre

Re: MiniLinux & Netzwerk

#5 Post by Andre »

Hi,
Ich habe die oben genannten konfiguartionen erstellt, weiter nix <img src="http://www.pl-forum.de/UltraBoard/Images/TooHappy.gif" border="0" align="middle">
wenn ich "ifconfig lo up" eingebe nimmt er das ohne Rückmeldung an....
André

mario

Re: MiniLinux & Netzwerk

#6 Post by mario »

hi,

tippe einmal nur "ifconfig" und kopier die ausgabe ins forum.
ciao mario

Andre

Re: MiniLinux & Netzwerk

#7 Post by Andre »

Hmmz...

"ifconfig: ifconfig was not compiled with interface status display support."

Ich muss noch dazu sagen, dass ich hier ein MiniLinux (Busybox) habe...

Andre

Andre

Re: MiniLinux & Netzwerk

#8 Post by Andre »

Hi,
Ich habe das "ifconfig" meines BasisSystems (SuSE) aufden MiniPC kopiert. "ifconfig" gibt folgende Ausgabe:

"eth0 Link encap:Ethernet HWaddr 44:4D:50:00:04:FB
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:5 Base address:0x320

lo Link encap:Local Loopback
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0"

Andre

Andre

Re: MiniLinux & Netzwerk

#9 Post by Andre »

Ich habe gerade noch den "ping" Befehl der Suse-Distribution eingespielt.
Jetzt bekomme ich auch eine Fehlermeldung <img src="http://www.pl-forum.de/UltraBoard/Images/Wilk.gif" border="0" align="middle">
"ping: unknown protocol icmp"

Andre

Post Reply