[pfSense Support] Best way of bridging with 2.0

2010-12-15 Thread bsd
Hello, I have found this useful post about setting up a bridge in pfSense and have translated It in French : http://forum.pfsense.org/index.php/topic,20917.0.html http://www.osnet.eu/fr/content/pfsense-v20-dhcp-et-bridge I have one more question regarding the way things should be done in a

Re: HA: Re: HA: Re: [pfSense Support] 2.0 - don't work Ipsec!

2010-12-15 Thread LM
I am not sure if PFSense is using code from OpenBSD IPSec but since it this an IPSec thread this could be interesting too: Allegations regarding OpenBSD IPSEC http://marc.info/?l=openbsd-techm=129236621626462w=2 Basically it is talking about backdoors in the IPSEC OpenBSD code. At least it is

[pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Scott Benson
Hello everyone, We have multiple deployments of pfsense running for clients and recently after one unexpected power failure the custom files we put in /var/etc disappeared. Then last night we rebooted another pfsense box and it did the same thing. The custom files are custom

Re: HA: Re: HA: Re: [pfSense Support] 2.0 - don't work Ipsec!

2010-12-15 Thread Moshe Katz
And the other side of the coin: http://bsd.slashdot.org/story/10/12/15/1524202/BSD-Coder-Denies-Adding-FBI-Backdoor http://bsd.slashdot.org/story/10/12/15/1524202/BSD-Coder-Denies-Adding-FBI-Backdoor Moshe -- Moshe Katz -- mo...@ymkatz.net -- +1(301)867-3732 On

[pfSense Support] console menu closes when enter pressed

2010-12-15 Thread Moshe Katz
I noticed that if I just hit enter on the pfSense console without typing an option first, it exits the console. If I am on ssh, it closes the connection and if I am on the local terminal, where I have it set to prompt for a password, it asks the password again. Since option 0 can be used to do

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Chris Buechler
On Wed, Dec 15, 2010 at 11:45 AM, Scott Benson sben...@a-1networks.com wrote: Hello everyone,   We have multiple deployments of pfsense running for clients and recently after one unexpected power failure the custom files we put in /var/etc disappeared.  Then last night we rebooted another

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Jim Pingle
On 12/15/2010 11:45 AM, Scott Benson wrote: Hello everyone, We have multiple deployments of pfsense running for clients and recently after one unexpected power failure the custom files we put in /var/etc disappeared. Then last night we rebooted another pfsense box and it did the same

Re: [pfSense Support] console menu closes when enter pressed

2010-12-15 Thread Jim Pingle
On 12/15/2010 12:27 PM, Moshe Katz wrote: I noticed that if I just hit enter on the pfSense console without typing an option first, it exits the console. If I am on ssh, it closes the connection and if I am on the local terminal, where I have it set to prompt for a password, it asks the

Re: HA: Re: HA: Re: [pfSense Support] 2.0 - don't work Ipsec!

2010-12-15 Thread Scott Ullrich
On Wed, Dec 15, 2010 at 12:11 PM, Moshe Katz mo...@ymkatz.net wrote: And the other side of the coin: http://bsd.slashdot.org/story/10/12/15/1524202/BSD-Coder-Denies-Adding-FBI-Backdoor Moshe Here is more information on this situation.

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Scott Benson
[r...@host]/conf(16): ls -lsa total 58 1 drwxr-xr-x 4 root wheel512 Dec 14 06:01 . 1 drwxr-xr-x 4 root wheel512 Dec 7 2009 .. 1 drwxr-xr-x 2 root wheel512 Dec 14 06:01 backup 30 -rw-r--r-- 1 root wheel 30517 Dec 14 06:01 config.xml 0 -rw-r--r-- 1 root wheel 0 Dec

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread David Burgess
On Wed, Dec 15, 2010 at 11:14 AM, Scott Benson sben...@a-1networks.com wrote: [r...@host]/conf(17): mkdir blah mkdir: blah: Read-only file system [1.2.3-RELEASE] [r...@host]/conf(18): /etc/rc.conf_mount_rw db - To

RE: [pfSense Support] console menu closes when enter pressed

2010-12-15 Thread Steven Sherwood
I noticed this recently too, and I could have sworn that hitting enter used to make a screen refresh, but I when I log back into a couple of different 1.2 and 1.2.3 boxes which are still in operation, I see the same result. In other words, this isn't a new 2.0 behavior unless something changed

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Scott Benson
On 12/15/10 10:05 AM, Jim Pingle wrote: What some people do is put their files there in /conf/ and setup a shellcmd to copy them into place at boot time. Where would you put this shellcmd to make it stay after reboots, if the only location for custom code on a nanobsd is in /conf/? Also is

Re: [pfSense Support] custom files in /var/etc/ gone after reboot

2010-12-15 Thread Jim Pingle
On 12/15/2010 1:50 PM, Scott Benson wrote: On 12/15/10 10:05 AM, Jim Pingle wrote: What some people do is put their files there in /conf/ and setup a shellcmd to copy them into place at boot time. Where would you put this shellcmd to make it stay after reboots, if the only location for

[pfSense Support] Snapshot Build Logs

2010-12-15 Thread Yehuda Katz
Is there a reason the i386 build log uses EST and the AMD64 log uses UTC? - Yehuda

Re: [pfSense Support] Snapshot Build Logs

2010-12-15 Thread Scott Ullrich
On Wed, Dec 15, 2010 at 2:33 PM, Yehuda Katz yeh...@ymkatz.net wrote: Is there a reason the i386 build log uses EST and the AMD64 log uses UTC? - Yehuda Is there a reason? No. I just fixed it, however. In this day and age a lot of us have gotten used to GMT and didn't even think twice about

Re: [pfSense Support] console menu closes when enter pressed

2010-12-15 Thread Moshe Katz
I added the following two lines at line 83 of /etc/rc.initial ') ;; Now, it should refresh if I press apostrophe, then enter. I chose that key because it is next to the enter key so I can press them both at once. I also changed ${opmode} on line 82 to have quotes around it (although I

[pfSense Support] pfSense v1.2.3 - IPSec Mobile Client connected, but cannot reach/ping any server

2010-12-15 Thread Maik Heinelt
I'm trying to get the VPN IPSec mobile client working. The connection to remote network is established, but if I try to connect to remote machines, I can't. The IPsec log: Dec 16 16:29:14 racoon: ERROR: such policy does not already exist: 0.0.0.0/0[0] 192.168.143.5/32[0] proto=any dir=out