Jefferson D´Ávila da Silveira, seguindo esses passos funcionou:

Alter the .img File Before Writing

The first method involves changing the image before writing to the CF.
This method is useful if you are going to be writing out several CF
cards and do not want to alter them all individually. You can also
copy over a config when doing this method as described in Modifying
Embedded. Parts of these instructions have been borrowed from that
article.

First, download and decompress the .img.gz file. This will leave you
will a large .img file that is the full size of the target CF size, be
sure you have enough space on your system to store it!

# gunzip pfSense-1.2.3.NanoBSD-2G.full.img.gz
Load the image onto an md(4) device. The mdconfig command will return
the id of the next available md device, like so:

# mdconfig -f pfSense-1.2.3.NanoBSD-2G.full.img
md0
N.B.: When using -f, options "-a -t vnode" are assumed and are not needed.

(Optional) Confirm that the md device is present as expected:

# mdconfig -lv
md0     vnode     1.9G  /home/jim/pfSense-1.2.3.NanoBSD-2G.full.img
Now change the booting method used by the image:

# boot0cfg -o nopacket /dev/md0
And remove the md device. Since we had md0 above, the unit number is 0.

# mdconfig -d -u 0
Now you can write the image to CF as usual. You may want to compress
the image with gzip again if you will be writing the image on a
separate system.

Em 23 de fevereiro de 2015 09:14, Jefferson D'Ávila da Silveira
<[email protected]> escreveu:
> Tomas.
>
> Eu também tenho um ALIX e até hoje não consegui nem instalar o pfSense
> nele. Você seguiu algum tutorial matador?
>
>
>
> Qualquer dúvida, estou à disposição.
>
>
> Atenciosamente,
>
> *Jefferson D´Ávila da Silveira*
>
>
> *Data Space - Networks & TI*
>
> : Telefone: (48) 4052-9252
>
> : Skype: jeffersondsilveira
>
> ::::::::: http://www.dataspace.com.br
>
>
> Veja também: http://fb.com/dataspace.brasil
>
> Em 23 de fevereiro de 2015 09:11, Tomas Waldow <[email protected]> escreveu:
>
>> Somente para roteador, firewall e vpn? Pelo que sei o Cubieboard e
>> Raspberry não são compatível. Eu tenho uma ALIX com 2 interfaces e como
>> roteador, firewall, vpn funciona muito bem, inclusive tem duas conexões
>> para placa wifi.
>> Testei com proxy, mas fica mais lento devido a processamento e não pode
>> fazer cache em disco, tstei com 3 computadores e teve um desempenho
>> razoável.
>>
>> Em 23 de fevereiro de 2015 09:04, Leonardo Gutierres <
>> [email protected]> escreveu:
>>
>> > Bom dia
>> >
>> > Pessoal estou procurando um Hardware (algo do gênero ALIX, CubieBoard ou
>> > Raspberry), para instalação do pfsense, gostaria de saber o que estão
>> > usando e indicação de fornecedor para este tipo de implantação.
>> >
>> >
>> >
>> > Leonardo Gutierres Silva
>> >
>> > Administrador de Redes
>> > Netpal Telecom
>> > _______________________________________________
>> > Pfsense-pt mailing list
>> > [email protected]
>> > http://lists.pfsense.org/mailman/listinfo/pfsense-pt
>> >
>> _______________________________________________
>> Pfsense-pt mailing list
>> [email protected]
>> http://lists.pfsense.org/mailman/listinfo/pfsense-pt
>>
> _______________________________________________
> Pfsense-pt mailing list
> [email protected]
> http://lists.pfsense.org/mailman/listinfo/pfsense-pt
_______________________________________________
Pfsense-pt mailing list
[email protected]
http://lists.pfsense.org/mailman/listinfo/pfsense-pt

Responder a