how to set vpn on joggler

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

how to set vpn on joggler

Post by cszhy »

now I'm using the OpenPeak Firmware (Version 30300)
anyone know how to set pptp vpn on it?
thanks
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

I type "sudo apt-get install xl2tpd" in telnet
it response as "sudo not found"
anyone can help? I'm a very beginner of linux,thanks
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: how to set vpn on joggler

Post by pete »

You need to add the respositories. Googling found:

Edit your /etc/apt/sources.list with:
then update your sources:
apt-get update
then install the xl2tpd 1.2.7
apt-get install xl2tpd=1.2.7+dfsg-1
and if you want:
apt-get install openswan
Then add the L2TP/IPSec application repository. Run:
apt-add-repository ppa:werner-jaeger/ppa-werner-vpn
Update the repositories and install the l2tp-ipsec-vpn application;
apt-get update
apt-get install l2tp-ipsec-vpn
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

pete_c wrote:You need to add the respositories. Googling found:

Edit your /etc/apt/sources.list with:
then update your sources:
apt-get update
then install the xl2tpd 1.2.7
apt-get install xl2tpd=1.2.7+dfsg-1
and if you want:
apt-get install openswan
Then add the L2TP/IPSec application repository. Run:
apt-add-repository ppa:werner-jaeger/ppa-werner-vpn
Update the repositories and install the l2tp-ipsec-vpn application;
apt-get update
apt-get install l2tp-ipsec-vpn

Merry Christmas Pete_C really appreciated for your detailed help! I will try,
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: how to set vpn on joggler

Post by pete »

Merry Christmas cszhy

I just re-read the post. These instructions would work if you are running one of the builds posted here of Linux.

That said it will not work with the base Joggler OS as aptitude is not installed.
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

pete_c wrote:Merry Christmas cszhy

I just re-read the post. These instructions would work if you are running one of the builds posted here of Linux.

That said it will not work with the base Joggler OS as aptitude is not installed.

I'm using the OpenPeak Firmware (Version 30300) download from this forum with pnpIII attached

when I type apt-get update after edit the file in windows and transfer it to joggler by winscp
it says

[img]
2012-12-26 19-57-20.png
2012-12-26 19-57-20.png (7.39 KiB) Viewed 6176 times
[/img]

whats can i do now
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: how to set vpn on joggler

Post by pete »

I do not think that apt is available with PnPIII. That said I don't know of anybody that has installed it on the PnPIII.

You can though maybe utilize SSH tunneling with the updated to PnPIII Joggler.

pptp though needs GRE but you can maybe do ppp.
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens

Auto mater
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: how to set vpn on joggler

Post by offbeatdave »

I had a go at getting apt up and running a while ago but gave up.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

pete_c wrote:I do not think that apt is available with PnPIII. That said I don't know of anybody that has installed it on the PnPIII.

You can though maybe utilize SSH tunneling with the updated to PnPIII Joggler.

pptp though needs GRE but you can maybe do ppp.
can I upload the needed installation files to joggler from winscp ? or should I reflash the joggler with someother sys?
my only objective is to run joggler as a squeezebox player with no station blocked through vpn

thanks
Last edited by cszhy on Thu Dec 27, 2012 12:46 am, edited 1 time in total.
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

offbeatdave wrote:I had a go at getting apt up and running a while ago but gave up.
would you mind to share how to get apt up?
or is that possible to add it in the later version of pnpIII ?
thanks
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: how to set vpn on joggler

Post by offbeatdave »

I wasn't able to get it going! I kept copying across various files from another distro but they didn't work.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
cszhy
Posts: 137
Joined: Sun Apr 24, 2011 5:25 am

Re: how to set vpn on joggler

Post by cszhy »

offbeatdave wrote:I wasn't able to get it going! I kept copying across various files from another distro but they didn't work.
what if I flash joggler with other sys which can install vpn, such as archlinux or ubuntu? does squeezebox play running well ?
Post Reply