Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3
Behodar
9250 posts

Uber Geek

Trusted
Lifetime subscriber

  #708548 29-Oct-2012 16:53
Send private message

Since nobody has actually definitively stated that it works for them: I've just tested mine and I can successfully access machines on my LAN. Admittedly I'm running RISC OS rather than Linux, but it rules out an issue with the actual Pi hardware/firmware.

 
 
 
 

Lenovo computer and accessories deals (affiliate link).
ajobbins

5050 posts

Uber Geek

Trusted

  #708553 29-Oct-2012 17:00
Send private message

Behodar: Since nobody has actually definitively stated that it works for them: I've just tested mine and I can successfully access machines on my LAN. Admittedly I'm running RISC OS rather than Linux, but it rules out an issue with the actual Pi hardware/firmware.


Googling hasn't helped me so I assume the issue is isolated to mine. But just can't see how hardware could cause such a specific network fault.

Assume the Pi runs some kind of base firmware tho? Like a BIOS. Wonder if there could be something dodgy there




Twitter: ajobbins


Behodar
9250 posts

Uber Geek

Trusted
Lifetime subscriber

  #708555 29-Oct-2012 17:03
Send private message

Indeed, it does seem very strange! Like you say, there must be some sort of "firmware loader"; I believe that there's a firmware image on the SD card but even then it needs to know how to load that in the first place.



gstarkey
78 posts

Master Geek


  #708559 29-Oct-2012 17:11
Send private message

Can you post the output of the following commands, when run on the Pi:
ifconfig
netstat -r

Also firewall can cause this, what do you get from:
/sbin/iptables -L

ajobbins

5050 posts

Uber Geek

Trusted

  #708564 29-Oct-2012 17:16
Send private message

gstarkey: Can you post the output of the following commands, when run on the Pi:
ifconfig
netstat -r

Also firewall can cause this, what do you get from:
/sbin/iptables -L


Yep. Will do this tonight when I get home and post back. I rebooted it remotely before and it hasn't come back online (sometimes gives me a card read error on warm reboot)




Twitter: ajobbins


ajobbins

5050 posts

Uber Geek

Trusted

  #708743 29-Oct-2012 21:35
Send private message

gstarkey: Can you post the output of the following commands, when run on the Pi:
ifconfig
netstat -r

Also firewall can cause this, what do you get from:
/sbin/iptables -L


/sbin/iptables -L didn't work
pi@raspbmc:~$ /sbin/iptables -L
-bash: /sbin/iptables: No such file or directory



pi@raspbmc:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:82:5a:af
          inet addr:192.168.1.70  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba27:ebff:fe82:5aaf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4557 errors:0 dropped:0 overruns:0 frame:0
          TX packets:835 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:384291 (375.2 KiB)  TX bytes:99064 (96.7 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          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:824 (824.0 B)  TX bytes:824 (824.0 B)





pi@raspbmc:~$ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
default         SFDDWRT1        0.0.0.0         UG        0 0          0 eth0
192.168.1.0     *               255.255.255.0   U         0 0          0 eth0






Twitter: ajobbins


nzkc
1275 posts

Uber Geek


  #708746 29-Oct-2012 21:40
Send private message

Had a quick scan of this thread again, couldn't see if you had said if you could ping devices or not.  The implication in a lot of what you have written is that you cannot - but the assuming something is the mother of all cock ups so...

Can you ping your router?
Can you ping any other device on your LAN?
Have you tried to force a IPv4 ping? (e.g. ping -4 192.168.1.1)



gstarkey
78 posts

Master Geek


  #708752 29-Oct-2012 21:43
Send private message

 
/sbin/iptables -L didn't work
pi@raspbmc:~$ /sbin/iptables -L
-bash: /sbin/iptables: No such file or directory



pi@raspbmc:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:82:5a:af
          inet addr:192.168.1.70  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::ba27:ebff:fe82:5aaf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4557 errors:0 dropped:0 overruns:0 frame:0
          TX packets:835 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:384291 (375.2 KiB)  TX bytes:99064 (96.7 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          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:824 (824.0 B)  TX bytes:824 (824.0 B)





pi@raspbmc:~$ netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
default         SFDDWRT1        0.0.0.0         UG        0 0          0 eth0
192.168.1.0     *               255.255.255.0   U         0 0          0 eth0




Look normal.

What happens when you ping SFDDWRT1 using (1) name (2) IP address ?



ajobbins

5050 posts

Uber Geek

Trusted

  #708759 29-Oct-2012 21:50
Send private message

Pinging SFDDWRT1 works fine. That's the router.




Twitter: ajobbins


ajobbins

5050 posts

Uber Geek

Trusted

  #708761 29-Oct-2012 21:51
Send private message

nzkc: Had a quick scan of this thread again, couldn't see if you had said if you could ping devices or not.  The implication in a lot of what you have written is that you cannot - but the assuming something is the mother of all cock ups so...

Can you ping your router?
Can you ping any other device on your LAN?
Have you tried to force a IPv4 ping? (e.g. ping -4 192.168.1.1)


Can ping the router from the Pi
Can ping the Pi from LAN hosts
Cannot ping LAN hosts from the Pi

ping -4 didn't work. Says invalid option




Twitter: ajobbins


nzkc
1275 posts

Uber Geek


  #708764 29-Oct-2012 21:56
Send private message

Have you tried a traceroute to one of your LAN hosts?  Does it fall over at the Pi or the router?

gstarkey
78 posts

Master Geek


  #708771 29-Oct-2012 22:09
Send private message

ajobbins:
nzkc: Had a quick scan of this thread again, couldn't see if you had said if you could ping devices or not.  The implication in a lot of what you have written is that you cannot - but the assuming something is the mother of all cock ups so...

Can you ping your router?
Can you ping any other device on your LAN?
Have you tried to force a IPv4 ping? (e.g. ping -4 192.168.1.1)


Can ping the router from the Pi
Can ping the Pi from LAN hosts
Cannot ping LAN hosts from the Pi

ping -4 didn't work. Says invalid option


When you say:
Cannot ping LAN hosts from the Pi
Do you use name or IP address, if only name try IP address

ajobbins

5050 posts

Uber Geek

Trusted

  #708780 29-Oct-2012 22:28
Send private message

gstarkey:
When you say:
Cannot ping LAN hosts from the Pi
Do you use name or IP address, if only name try IP address


If name it successfully resolved IP from hostname, but fails to ping.
If IP - fails

pi@raspbmc:~$ ping -c 4 media1
PING media1 (192.168.1.50) 56(84) bytes of data.
From raspbmc (192.168.1.70) icmp_seq=1 Destination Host Unreachable
From raspbmc (192.168.1.70) icmp_seq=2 Destination Host Unreachable
From raspbmc (192.168.1.70) icmp_seq=3 Destination Host Unreachable
From raspbmc (192.168.1.70) icmp_seq=4 Destination Host Unreachable

pi@raspbmc:~$ ping -c 4 192.168.1.50
PING 192.168.1.50 (192.168.1.50) 56(84) bytes of data.
From 192.168.1.70 icmp_seq=1 Destination Host Unreachable
From 192.168.1.70 icmp_seq=2 Destination Host Unreachable
From 192.168.1.70 icmp_seq=3 Destination Host Unreachable
From 192.168.1.70 icmp_seq=4 Destination Host Unreachable

pi@raspbmc:~$ ping -c 4 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=0.774 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.681 ms
64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.668 ms
64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=0.647 ms

pi@raspbmc:~$ ping -c 4 geekzone.co.nz
PING geekzone.co.nz (108.162.203.66) 56(84) bytes of data.
64 bytes from 108.162.203.66: icmp_req=1 ttl=57 time=16.7 ms
64 bytes from 108.162.203.66: icmp_req=2 ttl=57 time=17.1 ms
64 bytes from 108.162.203.66: icmp_req=3 ttl=57 time=16.6 ms
64 bytes from 108.162.203.66: icmp_req=4 ttl=57 time=17.0 ms






Twitter: ajobbins


ajobbins

5050 posts

Uber Geek

Trusted

  #708784 29-Oct-2012 22:37
Send private message

The plot thickens.

There is another windows host on the LAN presenting the same symptoms (One I hadn't tested with) as the Pi.




Twitter: ajobbins


mjb

mjb
996 posts

Ultimate Geek

Trusted

  #708785 29-Oct-2012 22:41
Send private message

ajobbins: The plot thickens.

There is another windows host on the LAN presenting the same symptoms (One I hadn't tested with) as the Pi.


Hmm, that's curious. I'd look at your switch. got another to swap out temporarily?




contentsofsignaturemaysettleduringshipping


1 | 2 | 3
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

New Air Traffic Management Platform and Resilient Buildings a Milestone for Airways
Posted 6-Dec-2023 05:00


Logitech G Launches New Flagship Console Wireless Gaming Headset Astro A50 X
Posted 5-Dec-2023 21:00


NordVPN Helps Users Protect Themselves From Vulnerable Apps
Posted 5-Dec-2023 14:27


First-of-its-Kind Flight Trials Integrate Uncrewed Aircraft Into Controlled Airspace
Posted 5-Dec-2023 13:59


Prodigi Technology Services Announces Strategic Acquisition of Conex
Posted 4-Dec-2023 09:33


Samsung Announces Galaxy AI
Posted 28-Nov-2023 14:48


Epson Launches EH-LS650 Ultra Short Throw Smart Streaming Laser Projector
Posted 28-Nov-2023 14:38


Fitbit Charge 6 Review 
Posted 27-Nov-2023 16:21


Cisco Launches New Research Highlighting Gap in Preparedness for AI
Posted 23-Nov-2023 15:50


Seagate Takes Block Storage System to New Heights Reaching 2.5 PB
Posted 23-Nov-2023 15:45


Seagate Nytro 4350 NVMe SSD Delivers Consistent Application Performance and High QoS to Data Centers
Posted 23-Nov-2023 15:38


Amazon Fire TV Stick 4k Max (2nd Generation) Review
Posted 14-Nov-2023 16:17


Over half of New Zealand adults surveyed concerned about AI shopping scams
Posted 3-Nov-2023 10:42


Super Mario Bros. Wonder Launches on Nintendo Switch
Posted 24-Oct-2023 10:56


Google Releases Nest WiFi Pro in New Zealand
Posted 24-Oct-2023 10:18









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.







GoodSync is the easiest file sync and backup for Windows and Mac