I am looking at options for VPN connections from iPhones and iPod Touches to CentOS systems. We use OpenVPN for connections with Windows, Mac OS X, and other Linux systems, but there don't appear to be any OpenVPN clients for iPhones (presumably because there are no tun/tap interfaces available yet).
My experiences getting IPsec running on CentOS systems with OpenVPN have not been pretty.
Any suggestions are welcome.
Thanks.
Bill
I know my iPhone is able to connect to the PPTP VPN running on my pfsense firewall. I haven't looked for a PPTP package for Centos, but that's one option to try.
Eric Feldhusen
On Jan 24, 2010, at 5:59 PM, Bill Campbell centos@celestial.com wrote:
I am looking at options for VPN connections from iPhones and iPod Touches to CentOS systems. We use OpenVPN for connections with Windows, Mac OS X, and other Linux systems, but there don't appear to be any OpenVPN clients for iPhones (presumably because there are no tun/tap interfaces available yet).
My experiences getting IPsec running on CentOS systems with OpenVPN have not been pretty.
Any suggestions are welcome.
Thanks.
Bill
INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way Voice: (206) 236-1676 Mercer Island, WA 98040-0820 Fax: (206) 232-9186 Skype: jwccsllc (206) 855-5792
The stamping of paper is an operation so much easier than the laying of taxes, that a government, in the practice of paper emissions, would rarely fail, in any such emergency [such as an election], to indulge itself too far in the employment of that resource... -- Alexander Hamilton _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, Jan 24, 2010, Eric Feldhusen wrote:
I know my iPhone is able to connect to the PPTP VPN running on my pfsense firewall. I haven't looked for a PPTP package for Centos, but that's one option to try.
Thanks, but I don't like PPTP for a variety of reasons, not the least being that it's a great example of kindergarten cryptography. More important though is that it requires kernel support that's not standard in CentOS, and I would like to stay away from that if possible.
Bill
Bill Campbell wrote:
On Sun, Jan 24, 2010, Eric Feldhusen wrote:
I know my iPhone is able to connect to the PPTP VPN running on my pfsense firewall. I haven't looked for a PPTP package for Centos, but that's one option to try.
Thanks, but I don't like PPTP for a variety of reasons, not the least being that it's a great example of kindergarten cryptography. More important though is that it requires kernel support that's not standard in CentOS, and I would like to stay away from that if possible.
I haven't setup an L2TP vpn, but it looks like it's either IPsec or L2TP are the remaining options. I couldn't find another vpn app except for a Fortigate SSL-VPN, which will require a Fortigate firewall.
Eric Feldhusen
On Jan 24, 2010, at 8:40 PM, Bill Campbell centos@celestial.com wrote:
On Sun, Jan 24, 2010, Eric Feldhusen wrote:
I know my iPhone is able to connect to the PPTP VPN running on my pfsense firewall. I haven't looked for a PPTP package for Centos, but that's one option to try.
Thanks, but I don't like PPTP for a variety of reasons, not the least being that it's a great example of kindergarten cryptography. More important though is that it requires kernel support that's not standard in CentOS, and I would like to stay away from that if possible.
PPTP doesn't have the cryptographic weakness the initial MS implementation had, doesn't require any special kernel module (it's PPP over GRE) and just works with a majority of software and products on the market.
You will find L2TP a lot harder to make it work (if at all) with the varying devices out there.
-Ross