Етикет FreeBSD

DualStack/tcp46 web and mail server

You can verify it via commands dig www.ostreff.info AAAA traceroute6 www.ostreff.info curl -6 www.ostreff.info   It’s funny to see that in ipv6 worlds my site is 6 hop away. In ipv4 it’s 7 hops away.   Jordan-Ostreffs-MBP:~ jostreff$ traceroute6 www.ostreff.info…

Network weathermap plugin for Cacti 1.0

Следвайки инструкциите на е възможно да имате отново работещ weathermap в Cacti 1.x. Все още има какво да се корегира по кода, но основната функционалност като визуализиране (без clickable maps) на weathermap и тяхното редактиране работят. Ключови моменти на…

Using Hurricane Electric free DNS service for slaves

So apart from setting ns[2345].he.net as your DNS servers at your registrar and adding a slave at you need to do the following: Allow transfer AXFR to slave.dns.he.net. Server that pulls zones is slave.dns.he.net, not ns1.he.net. Remove ns1.he.net from allow transfer ACLs if it was…

Samba 4 config example

# Samba 4 config example # Connected to existing remote Samba 4 Active Directory Directory Controller # ZFS pool @ /storage # Network is 192.168.101.0/24 # Samba is installed with: # pkg install samba42 # and then joined to existing…

git via proxy

# echo $http_proxy http://proxy:3128 # git config –global http.proxy $http_proxy # git config –get http.proxy http://proxy:3128

FreeBSD commands to set/check MTU

Here are various methods to change interface/ip interface MTU on current FreeBSD distros: # ifconfig {interface-name} {ip-address} mtu 9000 # route change {ip-address/mask} -mtu 9000 To see the current MTU settings: # route get {destination-IP-address} / ifconfig {interface-name} Output: route get…

PHP 7 on FreeBSD 10.3

Днес реших да опитам какво е поведението на PHP 7.0.3, заменяйки PHP 5.6.18 върху този уеб сървър. На него се използват wordpress, piwik, owncloud, awstats, roundcube, cacti. Не се наблюдаваха съществени проблеми, изключвайки отсъствието на често използваните extensions pecl-memcache, pecl-redis…