[CentOS] VPN for iPad

2010-12-18 Thread Ed Warner
What is the best VPN solution for both PC and iPad?  I was told that OpenVPN 
won't work for iPad.

 Ed Warner
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Interupted Internet Service

2009-08-16 Thread Ed Warner
 Message: 11
 Date: Sat, 15 Aug 2009 18:26:07 -0400
 From: Ross Walker rswwal...@gmail.com
 Subject: Re: [CentOS] Interupted Internet Service
 To: CentOS mailing list centos@centos.org
 Cc: centos@centos.org
 centos@centos.org
 Message-ID: 303357d2-54f3-4939-8783-d99c867b5...@gmail.com
 Content-Type: text/plain;   
 charset=us-ascii;   
 format=flowed;delsp=yes
 
 On Aug 15, 2009, at 5:20 PM, Ed Warner edwarne...@yahoo.com
 wrote:
 
  Everytime I see this in the logs my internet access
 stops for about  
  5 minutes. Nothing else follows in the logs. I have
 DSL. Any ideas?
 
 Try setting the MTU on the DSL interface to 1492 if you're
 doing PPPoE.
 
 If not, get a better Internet provider.
 
 -Ross

My MTU is already set to 1492. Can you explain the relationship between 
internet access and the log entries?

Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version 2.14.0), pid 6095 
user 'root'
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.mandatory to a read-only configuration 
source at position 0
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readwrite:/root/.gconf to a writable configuration source at position 1
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.defaults to a read-only configuration 
source at position 2


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Interupted Internet Service

2009-08-15 Thread Ed Warner
Everytime I see this in the logs my internet access stops for about 5 minutes. 
Nothing else follows in the logs. I have DSL. Any ideas?

Aug 15 17:14:56 bonsai gconfd (root-6095): starting (version 2.14.0), pid 6095 
user 'root'
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.mandatory to a read-only configuration 
source at position 0
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readwrite:/root/.gconf to a writable configuration source at position 1
Aug 15 17:14:56 bonsai gconfd (root-6095): Resolved address 
xml:readonly:/etc/gconf/gconf.xml.defaults to a read-only configuration 
source at position 2
Thanks,

Ed Warner


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Execution from ip-up.local

2009-08-10 Thread Ed Warner
 Message: 22
 Date: Mon, 10 Aug 2009 02:09:58 +0200
 From: Olaf Mueller daily-pla...@istari.de
 Subject: Re: [CentOS] Execution from ip-up.local
 To: centos@centos.org
 Message-ID: 1587893.ojvorq4...@weidenwinde.istari.de
 Content-Type: text/plain; charset=us-ascii
 
 John R Pierce wrote:
 
  Ed Warner wrote:
  I'm using Firestarter as my firewall. If I restart
 the network or my
  DSL line goes down, I have to manually restart
 Firestarter.
 
  Does anyone have a suggestion as how I could
 further troubleshoot
  this problem?
 Remove the original firestarter line from
 /etc/ppp/ip-up.local and add
 the following line to /etc/ppp/ip-up.local:
 /etc/firestarter/firestarter.sh start
 
 And the following line to /etc/ppp/ip-down.local:
 /etc/firestarter/firestarter.sh stop
 
 Also disable firestarter as a service (chkconfig
 firestarter off) and
 take a look in /etc/ppp/ip-up.local for broken code.
 Is /etc/ppp/ip-up.local executable in a bash console?
 
  why aren't you starting your firewall from
  /etc/rc.d/init.d/firestarter, with symlinks in the
 usual
  /etc/rc.d/rc?.d/{K|S}##firestarter
 Cause ip changes on every dial-in for internet connections
 without a
 static ip.
 
  I've never -heard- of dinking with the ifup-*
 scripts for any
  reason
 This is an option in firestarter configuration since 2005.
 See for more
 in firestarter Changelog:
 
 2005-01-09  Tomas Junnonen  to...@fs-security.com
 [...]
 * src/scriptwriter.c:
 - Set execute permissions on
 ip-up.local
 [...]
 
 And in scriptwriter.c:
 
 #define PPP_HOOK_FILE /etc/ppp/ip-up.local
 const gchar* FIRESTARTER_HOOK = sh
 FIRESTARTER_CONTROL_SCRIPT
 start\n;
 
 
 
 regards
 Olaf

I tried your suggestions without success. ip-up.local is executable in a bash 
console and if I do so, I get this message:
iptables v1.3.5: invalid mask '255' specified Try 'iptables -h' for more 
information. 
Firewall started


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS Digest, Vol 55, Issue 10

2009-08-10 Thread Ed Warner
 I tried your suggestions without success. ip-up.local is executable in
 a bash console and if I do so, I get this message: iptables v1.3.5:
 invalid mask '255' specified Try 'iptables -h' for more information.
 A subent mask of 255? In my opinion it should be something like
 address/24 or 255.255.255.0.
 Seems to me that your settings are not correct, firestarter doesn't know
 your subnet mask.
 
 
 regards
 Olaf
 
 

That message is what I don't understand. My subnet is declared correctly, I 
even went back and checked. Firestarter says it starts but doesn't seem to 
enable NAT because nothing behind the firewall can reach the internet.

Regards
Ed Warner 



  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Execution from ip-up.local

2009-08-10 Thread Ed Warner
-- On Mon, 8/10/09, Ed Warner edwarne...@yahoo.com wrote:

 From: Ed Warner edwarne...@yahoo.com
 Subject: Re: CentOS Digest, Vol 55, Issue 10
 To: centos@centos.org
 Date: Monday, August 10, 2009, 5:39 PM
  I tried your suggestions without
 success. ip-up.local is executable in
  a bash console and if I do so, I get this message:
 iptables v1.3.5:
  invalid mask '255' specified Try 'iptables -h' for
 more information.
  A subent mask of 255? In my opinion it should be
 something like
  address/24 or 255.255.255.0.
  Seems to me that your settings are not correct,
 firestarter doesn't know
  your subnet mask.
  
  
  regards
  Olaf
  
  
 
That message is what I don't understand. My subnet is
declared correctly, I even went back and checked. Firestarter says it starts 
but doesn't seem to enable NAT
because nothing behind the firewall can reach the internet.

Regards
Ed Warner 



  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos