Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-17 Thread Bill Marquette
I've had coworkers report the same issue. The solution was to remove the entire IPSEC section in the XML file (actually, if you know exactly what to remove, you don't need to, but this is the easier more generic way describing the fix). At some point in one of the versions right after the hackath

Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-17 Thread Scott Ullrich
The problem is the previous version had a parser bug and I bet money your ipsec profiles are now corrupted. I had to readd my ipsec connections after the version in question (cannot recall which version it was). The web gui's job is to enforce data but if it becomes corrupted then it gets rather

Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-16 Thread Randy B
Scott Ullrich wrote: I just tested the latest vpn.inc with my home firewall that has 4+ ipsec links and it works fine.I'll be releasing a new version soon. Please be on the lookout for it and give it a try. Scott I'm still showing this issue in 0.77. My last fix was to comment out a lar

Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-12 Thread Scott Ullrich
ay, August 12, 2005 1:22 PM > To: support@pfsense.com > Subject: Re: [pfSense Support] Alert about pf rules syntax errors... > again... > > Hm don't work > > Seems to be something different. > > > If I check $tunnel is "Array" in /etc/inc/f

RE: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-12 Thread Mike Sr
, August 12, 2005 1:22 PM To: support@pfsense.com Subject: Re: [pfSense Support] Alert about pf rules syntax errors... again... Hm don't work Seems to be something different. If I check $tunnel is "Array" in /etc/inc/filter.inc --- if(is_array($config['ipsec'][

Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-12 Thread M. Kohn
Hm don't work Seems to be something different. If I check $tunnel is "Array" in /etc/inc/filter.inc --- if(is_array($config['ipsec']['tunnel'])) { foreach ($config['ipsec']['tunnel'] as $tunnel) { if (is_array($tunnel)) { $remote_gateway = $tunnel['remote-gat

Re: [pfSense Support] Alert about pf rules syntax errors... again...

2005-08-12 Thread Scott Ullrich
This is not the correct fix. Try this /etc/inc/vpn.inc. http://pfsense.com/cgi-bin/cvsweb.cgi/pfSense/etc/inc/vpn.inc?rev=1.69;content-type=text%2Fplain On 8/12/05, M. Kohn <[EMAIL PROTECTED]> wrote: > Hi, > > small hint abut IPSec bug (I hope...): > (pfSense 0.75) > > The function filter_rule

[pfSense Support] Alert about pf rules syntax errors... again...

2005-08-12 Thread M. Kohn
Hi, small hint abut IPSec bug (I hope...): (pfSense 0.75) The function filter_rules_generate() in /etc/inc/filter.inc rules will try to set the rules for IPSec: Line 2093 in /etc/inc/filter.inc: --- if(is_array($config['ipsec']['tunnel'])) { foreach ($config['ipsec']['tun