Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Techstyle

Pages: 1 ... 4 5 [6] 7 8 ... 45
76
Users / Re: No VPN Connection on 10.04
« on: November 05, 2012, 05:57:03 am »
Code: [Select]
authby=PSK doesn't work and 'secret' should point the system to the shared secret so should work.

not sure where I have gone wrong robwoodward75 can you post your setup so we can fix this with a ticket?

77
Users / Re: No VPN Connection on 10.04
« on: November 02, 2012, 09:17:59 pm »
Quote
Code: [Select]
Nov  2 20:38:31 dcerouter pluto[30482]: ERROR "/etc/ipsec.secrets" line 11: index "%defaultroute" illegal (non-DNS-name) character in name

I get that also, I changed this to %any and 192.168.80.1 with no success (but no errors).

There is still something wrong.  I do get another error message refering to RSASIG no being authorised and wonder if
Code: [Select]
authby=PSK perhaps, instead of
Code: [Select]
authby=secret in ipsec.conf

I am totally guessing and will play with this once I have re-installed

78
Feature requests & roadmap / Re: Status / overview page?
« on: November 01, 2012, 08:40:27 pm »
I like this in its own right - good job.

like Possy said though it would be nice in the orbiter or at the very least added to webadmin.

one thing I would like to see is the CPU temp of all MD's/Core (if it isn't already there)


79
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 09:39:06 pm »
Can you check that the ticket matches the changes you have made?:

http://svn.linuxmce.org/trac.cgi/ticket/1598#comment:2

80
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 06:21:43 pm »
I updated the ticket

81
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 05:50:56 pm »
Will do, but it will be a work in progress - nobody has it working yet

82
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 04:26:07 pm »
Ticket Created:

http://svn.linuxmce.org/trac.cgi/ticket/1598

So far we do not have a complete solution to submit with the ticket but it is Open and references the two threads on this subject.

83
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 04:15:33 am »
pw44,

is yours working now then?

where do you add those iptable rules?

84
Users / Re: No VPN Connection on 10.04
« on: October 29, 2012, 01:08:24 am »
I tried this with the Firewall disabled and still cannot get in

85
Users / Re: Great comparison of small wireless keyboards for LinuxMCE
« on: October 25, 2012, 04:45:38 pm »
We sell the one listed as FAVI.  I have a couple around the house.  I like them but will check tonight which buttons work and which don't out of the box with LinuxMCE. 

L3mce - PM me your address and I will send you a new one - after all your help, it is the least I can do.

86
Users / Re: VPN access via iPhone
« on: October 25, 2012, 04:36:05 pm »
Lat night I tried to get the system to work as describe in the link:
http://blog.riobard.com/2010/04/30/l2tp-over-ipsec-ubuntu

Most of the config files in LMCE are identical to the ones in the Blog.

/etc/ipsec.secrets is slightly different:

LMCE
Code: [Select]
%any %any:  PSK "YourSharedSecret"

the Blog
Code: [Select]
YOUR.SERVER.IP.ADDRESS   %any:  PSK "YourSharedSecret"

LMCE /etc/xl2tpd/xl2tpd.conf has an extra line:
Code: [Select]
name = LinuxMCE_VPN_Server
Code: [Select]
sudo ipsec verify
gave me a bunch of failures, these were resolved by running:

Code: [Select]
for each in /proc/sys/net/ipv4/conf/*
do
    echo 0 > $each/accept_redirects
    echo 0 > $each/send_redirects
done

I was looking to see if there were any tickets associated with the VPN and found that there was a change that Foxi352 did that should have addressed this:
http://svn.linuxmce.org/trac.cgi/changeset/24656

at the end of all this I still do not have a working VPN




87
Users / Re: No VPN Connection on 10.04
« on: October 18, 2012, 05:40:51 pm »

88
Users / Re: VPN access via iPhone
« on: October 05, 2012, 11:11:27 pm »
So you are saying you do not use LMCE's VPN?

Does anybody use LinuxMCE's VPN with iPhone VPN Client?  Or does anybody use LinuxMCEs CPN with any device client?

89
Users / Re: VPN access via iPhone
« on: October 02, 2012, 04:51:33 pm »
I use the VPN to connect elsewhere via both wifi and 3/4G

90
Users / Re: VPN access via iPhone
« on: October 02, 2012, 03:04:19 am »
So you access the LMCE VPN with that device from another location?

I filled in the following info on the L2PT page:

Description: LMCE
Server: myserver.dyndns.com (my server name - at least this format)
Account: username
Password: my linuxmce password
secret: pre-shared key from the LMCE network page
Proxy: off

I still get a message along the lines of "the L2PT-VPN server is not responding" - any ideas?

Pages: 1 ... 4 5 [6] 7 8 ... 45