The Raspberry Pi has a standard Ethernet port for connecting it to the internet and to a network.
1
vote
2answers
114 views
Setting a static eth0 ip
So I have been googling for a while and looking at other questions on here regarding how to set a static IP for my raspberry pi. From what I understand I need to change the interfaces file at ...
1
vote
0answers
212 views
How to use socat to transfer serial commands in a script over TCP/IP?
I have a web application that will constantly post some queries and get replies from a device through the serial port on Raspberry Pi. Like this:
@cherrypy.expose
def login (self, **data):
...
2
votes
2answers
153 views
Is it possible to power the RPi by re-assembling the ethernet port?
Based on this schematics document, I think it is possible to power the Raspberry Pi using the Ethernet port. (See page 3, location 5-6 I-J.)
Unsolder the Ethernet connector, take pins 4,5 and 7,8.
...
3
votes
2answers
455 views
Why am I getting far slower internet on my Raspberry Pi when compared to my Mac and Windows Computer
I have reasonably fast broadband, which on my Mac, using Safari 6, is perfect for my uses. Webpages load quickly, and I am extremely satisfied with it overall.
My Raspberry Pi is another story. I ...
1
vote
0answers
260 views
Raspberry Pi disconnects from network
I have installed Raspbian and have attached 2TB External Hard Disk via USB with ext4 partition. I am trying to use it as a NAS device. Also I am accessing Pi over SSH from LAN and also from Internet. ...
3
votes
1answer
202 views
How do I route between subnets on a single ethernet interface?
I would like to set up a Raspberry PI as a router between two subnets on the same network using the standard built in ethernet interface.
The aim is to be able to use this to monitor network usage ...
0
votes
1answer
599 views
Difficulties accessing my Raspberry Pi Nginx web server
I just got my Raspberry Pi a few days ago and decided it would be fun to try to make a mini-web server out of it. I started by updating the machine using "apt-get update && apt-get upgrade" ...
3
votes
1answer
132 views
Disconnect and Reconnect ethernet
I have my raspberry hooked up via ethernet to a printer.
So what happens is the raspberry takes about 4 mins to get itself ready as a sort of server, and by that time the printer gives up trying to ...
5
votes
1answer
766 views
Low bandwidth internet over VPN
I've just finished setting up a VPN'ed NAS with my newly acquired un-overclocked Raspberry Pi Model-B and I've run into something I can't find an answer for elsewhere.
The internet bandwidth, as ...
0
votes
1answer
66 views
Ethernet Suddenly does not work
i'm using mobaxterm to do some headless serving ala deluge, its been great for the past few days and weeks, some daily legal torrenting and do a auto shut down sequence for the like an hour of a ...
4
votes
0answers
218 views
SMSC95XX Ethernet Load Time
So I have a custom minimal kernel I have created which boots fine on the RPI. I'm using busybox for my init process. However I am having some trouble with the ethernet port. (This is on the model B ...
0
votes
2answers
2k views
Why Isn't My Ethernet Working?
I just got Pi Model B. I downloaded Wheezy on SD card and plugged in all of my cords. Everything works fine except the Ethernet port.
The LINK LED flickers for a second while booting up, but then it ...
1
vote
3answers
3k views
Cannot connect to internet - No DHCPOFFERS recieved
I have used ethernet cable to connect to a modem for internet connection to my raspberry pi. I am getting error messages when trying to open a page. when i tried
sudo ifup eth0 i got this error ...
1
vote
2answers
348 views
Can I use the Raspberry Pi to restrict web access?
I'm interested in limiting the use of a school network for academic purposes only.
I would expect the solution to be able to efficiently filter and log traffic (to detect offenders) on an account by ...
1
vote
0answers
263 views
Configuring ethernet connection
I need to connect to my university network which is a bit tricky doing on RPI.
I cannot find how to complete the manual set up steps described on uni site , and the app that configures network ...
0
votes
1answer
220 views
The easyest way to make some rasberry pi communicate
I need to make few Raspberry Pi communicate (but should be nice to have a system that can be easily scaled up). The boards could be at big distance from each other (from few centimeters to 15 meters ...
2
votes
1answer
674 views
Can I connect directly via ethernet?
At the moment, I am SSHing into my Pi from my laptop. Both are connected to my router. However, it's a bit of a bother connecting the Pi to the router (ie router on the other side of the house).
Can ...
