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
Prev1 | 2 | 3Next
2970 posts

Uber Geek

Subscriber

  Reply # 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.



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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

2970 posts

Uber Geek

Subscriber

  Reply # 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.

41 posts

Geek


  Reply # 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



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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

215 posts

Master Geek


  Reply # 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)

41 posts

Geek


  Reply # 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 ?





Awesome
3003 posts

Uber Geek

Trusted
Subscriber

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

Pinging SFDDWRT1 works fine. That's the router.




Twitter: ajobbins



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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

215 posts

Master Geek


  Reply # 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?

41 posts

Geek


  Reply # 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



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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



Awesome
3003 posts

Uber Geek

Trusted
Subscriber

  Reply # 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

902 posts

Ultimate Geek

Trusted
Subscriber

  Reply # 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

Prev1 | 2 | 3Next
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



Twitter »
Follow us to receive Twitter updates when new discussions are posted in our forums:



Follow us to receive Twitter updates when news items and blogs are posted in our frontpage:



Follow us to receive Twitter updates when new jobs are posted to our jobs board:



Follow us to receive Twitter updates when tech item prices are listed in our price comparison site:




News »

Trending now »
Hot discussions in our forums right now:

Xbox One
Created by DjShadow, last reply by Hobchild on 22-May-2013 11:11 (29 replies)
Pages... 2


A new project coming to Geekzone
Created by freitasm, last reply by xpd on 21-May-2013 21:19 (239 replies)
Pages... 14 15 16


Changeover issue: dial up
Created by Zigg, last reply by robjg63 on 21-May-2013 22:02 (17 replies)
Pages... 2


HTC One (2013) owners' discussion
Created by Dingbatt, last reply by Stevereds on 22-May-2013 08:21 (1513 replies)
Pages... 99 100 101


Vodafone Naked Broadband Speeds (Auckland CBD)
Created by wscalioni, last reply by grkiwi on 20-May-2013 21:13 (14 replies)

Cannabis is illegal yet we have really strong 'legal highs' ?
Created by qwerty7, last reply by Mark on 22-May-2013 11:30 (24 replies)
Pages... 2


Orcon, Is this for real or a scam??
Created by old3eyes, last reply by Kyanar on 22-May-2013 11:29 (24 replies)
Pages... 2


Samsung Galaxy SIII Discussion and Owners Thread
Created by networkn, last reply by ajobbins on 22-May-2013 11:29 (5532 replies)
Pages... 367 368 369



Geekzone Jobs »
Most recent NZ jobs in technology:

Solutions Specialist - Auckland
Posted 22-May-2013 11:27

13/1128 - IT Delivery Manager
Posted 22-May-2013 11:27

Technician Field Support
Posted 22-May-2013 11:27

Drupal Web Developer
Posted 22-May-2013 10:27

Senior GIS Analyst
Posted 22-May-2013 09:27

Senior C#.Net Developer
Posted 22-May-2013 09:27

.Net Developer
Posted 22-May-2013 09:27


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.

Alternatively, you can receive a daily email with Geekzone updates.