LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   I can't access any PCs within the LAN, although the eth0 seems OK (https://www.linuxquestions.org/questions/linux-networking-3/i-cant-access-any-pcs-within-the-lan-although-the-eth0-seems-ok-4175588664/)

kcynice 09-03-2016 07:49 PM

I can't access any PCs within the LAN, although the eth0 seems OK
 
My cortex-a8 running kernel 2.6.37. I just compile with networking support for it. And now, the eth0 device looks like works OK, but it can't access any others with the LAN.
When I plugin the net cable, I can see the message like: "PHY: 0:00 - Link is Up - 100/Full"
here is the output of ifconfig:
eth0 Link encap:Ethernet HWaddr *****
inet addr:10.0.8.211 Bcast:10.0.8.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:516 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:30960 (30.2 KiB)
Interrupt:40

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:554 errors:0 dropped:0 overruns:0 frame:0
TX packets:554 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:60288 (58.8 KiB) TX bytes:60288 (58.8 KiB)

So, where the issue should be? or how to check it?
Thanks all.

Adol 09-03-2016 10:02 PM

Are you running thru a router? What is the IP of your other devices?

Also, by not connect, are you trying to ssh into them or you can't even ping the other devices?

Lastly, what does your /etc/network/interfaces file look like?

kcynice 09-06-2016 02:14 AM

Quote:

Originally Posted by Adol (Post 5600420)
Are you running thru a router? What is the IP of your other devices?

Also, by not connect, are you trying to ssh into them or you can't even ping the other devices?

Lastly, what does your /etc/network/interfaces file look like?

Thanks for your help.
I checked the booting documents, and found some pins where shared between flash and Ethernet.
The issue resolved via bypassing the initialization of the flash.


All times are GMT -5. The time now is 05:38 PM.