Tag Archives: freebsd
мнения за книги freebsd mastery zfs и freebsd storage essentials
pfsense инсталиран в райд mirror, и как да сменим повреден диск
change default gateway in freebsd
Reply
route flush
route add default 192.168.1.1
FreeBSD ping: sendto: Permission denied
Please check your firewall
ipfw list
65535 deny ip from any to any
This is normally if you are compiled your kernel with
options IPFIREWALL
stop or edit your firewall settings.
/etc/rc.d/ipfw onestop
/etc/rc.d/pf onestop
Firewall redundancy with carp on FreeBSD 9.1
No such file or directory: Failed to enable the ‘httpready’ Accept Filter
зареждаме драйвера
kldload accf_http
BSD# /usr/local/etc/rc.d/apache22 restart
Performing sanity check on apache22 configuration:
Syntax OK
Stopping apache22.
Waiting for PIDS: 55392.
Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
добавяме го да се изпълнява при стартирането на системата
BSD# echo ‘accf_http_load=”YES”‘ >> /boot/loader.conf
restarting dovecot imap server in freebsd
sudo /usr/local/etc/rc.d/dovecot-initd.sh restart
restarting smbd in freebsd
sudo /usr/local/etc/rc.d/samba restart