Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

LinkStation_General · LinkStation General

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3882
  • Category: Hardware
  • Founded: Sep 21, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
LS1: OpenVPN?   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#2575 From: "lalunas10" <lalunas10@...>
Date: Tue May 24, 2005 3:24 pm
Subject: LS1: OpenVPN?
lalunas10
Send Email Send Email
 
Does anybody know if the FW 1.45_13/2.4.17 kernel does or doesn't support Tun
(or Tap)
devices, as needed by OpenVPN?

-Andre





#2711 From: "wedgemusic" <wedgemusic@...>
Date: Tue May 31, 2005 6:57 am
Subject: Re: LS1: OpenVPN?
wedgemusic
Send Email Send Email
 
Is that a stock or Debian-converted LinkStation? I've successfully
installed OpenVPN on a Debian LinkStation I.

http://frontalot.is-a-geek.net:81/ - LinkStationWiki

--- In LinkStation_General@yahoogroups.com, "lalunas10"
<lalunas10@y...> wrote:
> Does anybody know if the FW 1.45_13/2.4.17 kernel does or doesn't
support Tun (or Tap)
> devices, as needed by OpenVPN?
>
> -Andre






#2713 From: "lalunas10" <lalunas10@...>
Date: Tue May 31, 2005 7:18 am
Subject: Re: LS1: OpenVPN?
lalunas10
Send Email Send Email
 
--- In LinkStation_General@yahoogroups.com, "wedgemusic" <wedgemusic@y...>
wrote:
> Is that a stock or Debian-converted LinkStation? I've successfully
> installed OpenVPN on a Debian LinkStation I.

It's the stock LS 1. OpenVPN does compile, but it's useless w/o the tun module.
Could you
make yours available please, so I could test it? Provided you're on firmware
1.45_13,
otherwise, it wouldn't work, I fear.

-Andre





#2723 From: "wedgemusic" <wedgemusic@...>
Date: Tue May 31, 2005 3:52 pm
Subject: Re: LS1: OpenVPN?
wedgemusic
Send Email Send Email
 
Sorry, I'm running a Debian-converted LinkStation I with the
additional modules package. Perhaps you could try creating a custom
firmware with the tun modules included?

--- In LinkStation_General@yahoogroups.com, "lalunas10"
<lalunas10@y...> wrote:
> --- In LinkStation_General@yahoogroups.com, "wedgemusic"
<wedgemusic@y...> wrote:
> > Is that a stock or Debian-converted LinkStation? I've successfully
> > installed OpenVPN on a Debian LinkStation I.
>
> It's the stock LS 1. OpenVPN does compile, but it's useless w/o the
tun module. Could you
> make yours available please, so I could test it? Provided you're on
firmware 1.45_13,
> otherwise, it wouldn't work, I fear.
>
> -Andre






#2724 From: "James Stewart" <wartstew@...>
Date: Tue May 31, 2005 4:26 pm
Subject: Re: LS1: OpenVPN?
wartstew
Send Email Send Email
 
--- In LinkStation_General@yahoogroups.com, "wedgemusic"
<wedgemusic@y...> wrote:
> Sorry, I'm running a Debian-converted LinkStation I with the
> additional modules package. Perhaps you could try creating a
> custom firmware with the tun modules included?

They don't need Debian to install extra kernel modules. They will
need load them in a script somewhere however. They will also have
to fight the infamous "dependency hell" problems getting OpenVPN to
compile and run in the first place that us Debian users are mostly
immune to. ... Actually I just checked and it looks like all they
have to make sure they have (other than the obvious libc6) is a
compatible libssl and liblzo1.

So hopefully you can eventually tell us what all you did to get it
to work in Debian at least?





#2727 From: "wedgemusic" <wedgemusic@...>
Date: Tue May 31, 2005 6:15 pm
Subject: Re: LS1: OpenVPN?
wedgemusic
Send Email Send Email
 
I'm still working on a tutorial. Hopefully I'll have it posted soon :)

--- In LinkStation_General@yahoogroups.com, "James Stewart"
<wartstew@y...> wrote:
> --- In LinkStation_General@yahoogroups.com, "wedgemusic"
> <wedgemusic@y...> wrote:
> > Sorry, I'm running a Debian-converted LinkStation I with the
> > additional modules package. Perhaps you could try creating a
> > custom firmware with the tun modules included?
>
> They don't need Debian to install extra kernel modules. They will
> need load them in a script somewhere however. They will also have
> to fight the infamous "dependency hell" problems getting OpenVPN to
> compile and run in the first place that us Debian users are mostly
> immune to. ... Actually I just checked and it looks like all they
> have to make sure they have (other than the obvious libc6) is a
> compatible libssl and liblzo1.
>
> So hopefully you can eventually tell us what all you did to get it
> to work in Debian at least?






#2742 From: "lalunas10" <lalunas10@...>
Date: Wed Jun 1, 2005 8:29 am
Subject: Re: LS1: OpenVPN?
lalunas10
Send Email Send Email
 
--- In LinkStation_General@yahoogroups.com, "James Stewart" <wartstew@y...>
wrote:
> --- In LinkStation_General@yahoogroups.com, "wedgemusic"
> <wedgemusic@y...> wrote:
> > Sorry, I'm running a Debian-converted LinkStation I with the
> > additional modules package. Perhaps you could try creating a
> > custom firmware with the tun modules included?
>
> They don't need Debian to install extra kernel modules. They will
> need load them in a script somewhere however. They will also have
> to fight the infamous "dependency hell" problems getting OpenVPN to
> compile and run in the first place that us Debian users are mostly
> immune to. ... Actually I just checked and it looks like all they
> have to make sure they have (other than the obvious libc6) is a
> compatible libssl and liblzo1.

Compiling OpenVPN 2.0 on a stock LS 1 is no problem, provided you have the kuro
openssl binary installed. LZO compression is optional. The ./configure script
will tell you
what to do if it's not installed, and disabling LZO in the openvpn configuration
is trivial.
Just I would need to get the tun module to make use of it.

-Andre






#2741 From: "lalunas10" <lalunas10@...>
Date: Wed Jun 1, 2005 8:23 am
Subject: Re: LS1: OpenVPN?
lalunas10
Send Email Send Email
 
--- In LinkStation_General@yahoogroups.com, "wedgemusic" <wedgemusic@y...>
wrote:
> Is that a stock or Debian-converted LinkStation? I've successfully
> installed OpenVPN on a Debian LinkStation I.

It's a stock LS 1.

-Andre






 
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help