FreeNAS tricks

http://docs.gz.ro/FreeNAS-command-line.html Locked out of GUI because of bad SSL Certificate: ssh -L 9000:localhost:80 [email protected] browse http://localhost:9000/ sqlite3 /data/freenas-v1.db “select * from system_settings” sqlite3 /data/freenas-v1.db “update system_settings set stg_guihttpsredirect = 0, stg_guiprotocol=’http’;” Allow TCP Forwarding and make tunnel: in /etc/ssh/sshd_config AllowTcpForwarding yes sockstat -l | grep 22 kill 2792 /etc/rc.d/sshd onestart ssh -L 9000:freenas_local_ip:80 root@freenas_public_ip browse … Read more

How to enable TLS 1.2 on Windows Server 2008 R2

Problem How to enable TLS 1.2 on Windows Server 2008 R2? Resolution QuoVadis recommends enabling and using the TLS 1.2 protocol on your server.  TLS 1.2 has improvements over previous versions of the TLS and SSL protocol which will improve your level of security.  By default, Windows Server 2008 R2 does not have this feature enabled.  This KB … Read more