[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

network unreachable



Hi guys,

I tried these commands, please see the response.

Thanks again for any help in advance.

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

command : /sbin/insmod loop;/sbin/ifconfig lo up

output : ./loop.o: a a module named loop already exists

command: /sbin/insmod loop

output : ./loop.o: a a module named loop already exists

command: ifconfig
lo 	link encap: local loopback
	inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
	UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
	RX packets:0 errors:0 dropped:0 overrruns:0 frame:0
	TX packets:0 errors:0 dropped:0 overrruns:0 carrier:0
	collisions:0

eth0	Link encap:Ethernet HWaddr 00:00:21:E3:CB:B6
	inet addr:192.168.55.1 Bcast:192.168.55.255 Mask:255.255.255.0
	UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
	RX packets:0 errors:0 dropped:0 overrruns:0 frame:0
	TX packets:0 errors:0 dropped:0 overrruns:0 carrier:0
	collisions:0
	Interrupt:9 Base address:0x6000

command: ping 127.0.0.1
	PING 127.0.0.1 (127.0.0.1): 56 data bytes
	ping: sendto: Network is unreachable
	ping: wrote 127.0.0.1 64 chars, ret=-1
	ping: sendto: Network is unreachable
	ping: wrote 127.0.0.1 64 chars, ret=-1


		-----Original Message-----
		From:	Uncle Meat [mailto:kcsmart worldinter net]
<mailto:[mailto:kcsmart worldinter net]> 
		Sent:	Monday, May 29, 2000 12:34 PM
		To:	redhat-install-list redhat com
<mailto:redhat-install-list redhat com> 
		Cc:	recipient list not shown
		Subject:	RE: network unreachable


		On 28-May-2000 Ilocto Noel-C1395z opined:
		> Hi guys,
		> 
		> I'm trying to connect Linux and Win95.
		> 
		> Eth0 is detected but using "ping 127.0.0.1" command I
receive Network
		> Unreachable.

		If you mean 127.0.0.1 from the linux side, the loopback
module isn't
		getting loaded. Try:

		        /sbin/insmod loop

		It might require:

		        /sbin/insmod loop; /sbin/ifconfig lo up

		See if that helps. If not look in
/lib/modules/<kernel_version>/block and
		see if it has a module named loop.o in there. If not,
something either
		erased it or you recompiled the kernel without the loopback
support it
		needs.

		That would be my guess. Of course, this was written
relatively quickly and
		I may have overlooked something.

		-- 
		How do you explain Wayne Newton's power over millions.


		-- 
		To unsubscribe: mail redhat-install-list-request redhat com
<mailto:redhat-install-list-request redhat com>  with
		"unsubscribe" as the Subject.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]