* [9fans] two ethernet in a raspberry pi.
@ 2015-06-30 20:54 Steve Simon
2015-06-30 22:17 ` hiro
0 siblings, 1 reply; 9+ messages in thread
From: Steve Simon @ 2015-06-30 20:54 UTC (permalink / raw)
To: 9fans
I need a small computer to bridge two networks.
I thought of a raspberry pi with a usb ethernet dongle.
Anyone tried this? Any suggestions of known working usb
ethernet dongles?
-Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-06-30 20:54 [9fans] two ethernet in a raspberry pi Steve Simon
@ 2015-06-30 22:17 ` hiro
2015-06-30 22:29 ` Steve Simon
0 siblings, 1 reply; 9+ messages in thread
From: hiro @ 2015-06-30 22:17 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
Why do you need a computer, a hub is not good enough?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-06-30 22:17 ` hiro
@ 2015-06-30 22:29 ` Steve Simon
2015-06-30 22:47 ` Skip Tavakkolian
0 siblings, 1 reply; 9+ messages in thread
From: Steve Simon @ 2015-06-30 22:29 UTC (permalink / raw)
To: 9fans
> Why do you need a computer, a hub is not good enough?
Its to straddle inside to outside of a restrictive firewall, I want to make sure no
packets can jump from one to another, however you can import(1) the outside interface
if you can login from inside (I think I got that the right way round :-)
-Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-06-30 22:29 ` Steve Simon
@ 2015-06-30 22:47 ` Skip Tavakkolian
2015-07-01 4:58 ` Jeff Sickel
0 siblings, 1 reply; 9+ messages in thread
From: Skip Tavakkolian @ 2015-06-30 22:47 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
Plan 9 runs on MikroTik Routerboard 450G (
http://www.amazon.com/Mikrotik-RB450G-Routerboard-450G/dp/B005GACVFQ). it's
a nice, inexpensive box but unfortunately only one ethernet port is
supported.
On Tue, Jun 30, 2015 at 3:29 PM, Steve Simon <steve@quintile.net> wrote:
> > Why do you need a computer, a hub is not good enough?
>
> Its to straddle inside to outside of a restrictive firewall, I want to
> make sure no
> packets can jump from one to another, however you can import(1) the
> outside interface
> if you can login from inside (I think I got that the right way round :-)
>
> -Steve
>
>
[-- Attachment #2: Type: text/html, Size: 1111 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-06-30 22:47 ` Skip Tavakkolian
@ 2015-07-01 4:58 ` Jeff Sickel
2015-07-01 5:19 ` lucio
0 siblings, 1 reply; 9+ messages in thread
From: Jeff Sickel @ 2015-07-01 4:58 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 934 bytes --]
The Routerboard mAP 2n (http://routerboard.com/RBmAP2n <http://routerboard.com/RBmAP2n>) would be a nice port.
-jas
> On Jun 30, 2015, at 5:47 PM, Skip Tavakkolian <skip.tavakkolian@gmail.com> wrote:
>
> Plan 9 runs on MikroTik Routerboard 450G (http://www.amazon.com/Mikrotik-RB450G-Routerboard-450G/dp/B005GACVFQ <http://www.amazon.com/Mikrotik-RB450G-Routerboard-450G/dp/B005GACVFQ>). it's a nice, inexpensive box but unfortunately only one ethernet port is supported.
>
>
> On Tue, Jun 30, 2015 at 3:29 PM, Steve Simon <steve@quintile.net <mailto:steve@quintile.net>> wrote:
> > Why do you need a computer, a hub is not good enough?
>
> Its to straddle inside to outside of a restrictive firewall, I want to make sure no
> packets can jump from one to another, however you can import(1) the outside interface
> if you can login from inside (I think I got that the right way round :-)
>
> -Steve
>
>
[-- Attachment #2: Type: text/html, Size: 2008 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-07-01 4:58 ` Jeff Sickel
@ 2015-07-01 5:19 ` lucio
2015-07-04 16:10 ` michaelian ennis
0 siblings, 1 reply; 9+ messages in thread
From: lucio @ 2015-07-01 5:19 UTC (permalink / raw)
To: 9fans
> The Routerboard mAP 2n (http://routerboard.com/RBmAP2n <http://routerboard.com/RBmAP2n>) would be a nice port.
Would W-Fi be easy to (sup)port?
Lucio.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-07-01 5:19 ` lucio
@ 2015-07-04 16:10 ` michaelian ennis
2015-07-06 8:30 ` hiro
0 siblings, 1 reply; 9+ messages in thread
From: michaelian ennis @ 2015-07-04 16:10 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 139 bytes --]
I wonder, aloud, if an spi connected ethernet interface might be an
acceptable solution:
https://www.sparkfun.com/products/765
ian
[-- Attachment #2: Type: text/html, Size: 334 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-07-04 16:10 ` michaelian ennis
@ 2015-07-06 8:30 ` hiro
2015-07-06 12:41 ` Joseph Stewart
0 siblings, 1 reply; 9+ messages in thread
From: hiro @ 2015-07-06 8:30 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
It only has "10Base-T"...
On 7/4/15, michaelian ennis <michaelian.ennis@gmail.com> wrote:
> I wonder, aloud, if an spi connected ethernet interface might be an
> acceptable solution:
>
> https://www.sparkfun.com/products/765
>
> ian
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [9fans] two ethernet in a raspberry pi.
2015-07-06 8:30 ` hiro
@ 2015-07-06 12:41 ` Joseph Stewart
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Stewart @ 2015-07-06 12:41 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
Also, I'm not sure if the SPI but would compound the max routing speed or
not but I suspect it would.
Even with these limitations, it would probably be good for the p9 community
to have drivers for these kinds of devices.
On Mon, Jul 6, 2015 at 4:30 AM, hiro <23hiro@gmail.com> wrote:
> It only has "10Base-T"...
>
> On 7/4/15, michaelian ennis <michaelian.ennis@gmail.com> wrote:
> > I wonder, aloud, if an spi connected ethernet interface might be an
> > acceptable solution:
> >
> > https://www.sparkfun.com/products/765
> >
> > ian
> >
>
>
[-- Attachment #2: Type: text/html, Size: 1114 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-07-06 12:41 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-30 20:54 [9fans] two ethernet in a raspberry pi Steve Simon
2015-06-30 22:17 ` hiro
2015-06-30 22:29 ` Steve Simon
2015-06-30 22:47 ` Skip Tavakkolian
2015-07-01 4:58 ` Jeff Sickel
2015-07-01 5:19 ` lucio
2015-07-04 16:10 ` michaelian ennis
2015-07-06 8:30 ` hiro
2015-07-06 12:41 ` Joseph Stewart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).