Hi,
I’m playing with pfsense and two different AMD server hardware a SunFireX2100 and Supermicro
I was in trouble to install pfsense into DOM – Disk on module with USB interface – ( borrow me from Alessandro )
But the solution was just in front of me, option 3 and many thanks to knowledge.zomers.eu
So after option 3 follow the normal install but I suggest to do not create a swap partition, so we can preserve write time to DOM
Below some picture about the result:
- with this cable ( again thanks to Alessandro ) is more simple swap the DOM between the servers
- Pfsense status into WebGui
And as always if you need to buy one of these servers please ask us ….
Hi,
more of us have troubles with new usb wi-fi driver
the first solution is to add into post-boot script a command to mount a directory in bind mode
mount --bind /DB/newdir/firmware /lib/firmware
but if you need to remastering all /cdrom you need another solution.
As RDA wrote and me too
, the idea is:
1) boot a ZS 2GB image for IDE, SATA, SCSI e USB disks ( you can take the ZeroShell-2.0.RC2-VirtualBox.zip )
and then copy all /cdrom into a new location like /DB/newdir but the better idea is to add another device ( 4Gb ) into vm
#cp -avf /cdrom/* /newdevice/sz-roots #cd /newdevice/sz-roots/lib/firmware #scp root@someplace:/firmware_that_you_need . #cd /newdevice/sz-roots #rm rr_moved #mkisofs -J -r -U -o ../cdrom.iso ./
2) shutdown and boot with a ZS Iso image for CD , now locate the partition 2 like /dev/sdXXX2 take care to locate the right partition !!!
1) mount /newdivice 2) cd /newdevice 3) dd if=cdrom of=/dev/sdxxx2 4) dd if=/dev/sdxxx of=ZS.raw 5) scp ZS.raw root@someplace:/some/dir 6) with SuseStudio ImageWrite copy to usb stick or with Gnu command dd=/dev/sdxxx of=/dev/usb_stick
the end
p.s
There is an issue with wifi.manager script when you reload or assign a new WLAN as suggested from Arth the solution is to add the function driver-load inside the if/else/fi into /root/kerbynet.cgi/scripts/start-wifi script
12 if [ -n "$MODULE" ] ; then
13 echo "$MODULE" > $REGISTER/system/net/WiFi/module
14 if [ "$OPT" != norestart ] ; then
15 echo "--> Reloading Wi-Fi Kernel module ($MODULE) ..."
16 modprobe -r $MODULE
17 modprobe $MODULE
driver-load
18 setregdomain
19 else
.....
.....
56 fi
..
fi
then create a new pre-boot script like this one
cat /DB/patch/start-wifi >/root/kerbynet.cgi/scripts/start-wifi
and also after reboot you have a stable WLAN
see you soon
UPDATE: In my case with USB KEY NETGEAR WNDA3100 at restart with wifi-manager the pair wlan0—-WLAN00 was lost. So after a while :
A) into wifi.inc
130 function driver-load {
131 # funzione di caricamento dei driver con creazione entry nella directory dei
132 # device fisici
133 ###### <--------> ########
134 if [ "$(ls /sys/class/net/wlan? 2>/dev/null )X" = "X" ] ; then
135 ###### <-------->########
176 function wifi-list {
177 # funzione che fa la lista dei device fisici
178 ###### <--------> ########
179 cd /sys/class/net
180 echo $(ls -d wlan? 2>/dev/null )
181 ###### <--------> ########
B) into start-wifi
18 ###### <--------> ######## 19 sleep 3 20 driver-load 21 setregdomain 22 ###### <--------> ########
then a new pre-boot script like this one
cat /DB/patch/wifi.inc >/root/kerbynet.cgi/scripts/wifi.inc
My friend Alessandro by MegaByte Sistemi Informatici
lend me a Supermicro X7SPA with
- Atom @ 1,8GHz
- 2Gb RAM
- 2 sata disk 160GB
- DOM 4B
- 2 ETH 1Gb
At last you can install Pfsense and Zeroshell
like a charme !!!
as always ask a quote !!! with or without prefessional services ( initial setup, remote configurations )
SunFire X2100 server
Ram: 4Gb
Cpu: Opteron 148
Disk : 2 stata disk 160Gb and DOM 4GB
DVD-ROM
Ethernet: 3 eth 1Gb
OS: Pfsense 2.0.3
as always ask a quote … with or without prefessional services ( initial setup, remote configurations )
ps.
you can listen beep at boot and shutdown :-)
With a DOM you can also boot Zeroshell
SerNet Samba 4.0.5 Packages Available for Download
SerNet does now provide Samba 4 packages for free. You need to register to be able to download them.
More information on how to install the packages etc. will be available on the web site after logging in.
it|en
Ciao,
volete provare sul campo samba4 e recuperare il vostro hardware non più alla moda ecco come:
Una dimostrazione nella vostra azienda o studio ? Non dovete far altro che chiamare, il risultato sarà una prova di come Samba4 può risolvere le vostre esigenze:
- centralizzazione degli accessi ( utente/password)
- postazioni di lavoro con permessi differenziati per Avvocato o Praticante , Dirigente o Segretaria
- in mobilità ( da casa, dal cliente ) posso accedere alla mia documentazione con le stesse credenziali
Ciao,
ho deciso di rendere disponibile anche dei prodotti personalizzati.
La differenza che ritengo sostanziale è la vendita anche della prima configurazione o riconfigurazione remota.
Il primo “prodotto” è un Hp microserver con installato Samba4 [ http://www.renatomorano.net/?page_id=1720 ]
Il secondo sarà un un firewall su Sun X2100























