= Warboard =
* local DNS server is not working for external hostnames (caused by dnssec enabled in named.conf). Workaround
echo -e 'DNSSEC="off"\nDLV="off"' > /etc/sysconfig/dnssec
service named restart
* VPN does not work (had to turn it off in servers). This could be due to the kernel not having all that it needs for TUN/TAP?:
* Cannot allocate TUN/TAP dev dynamically
[root@fedora-arm ~]# date
Sun Apr 30 06:57:12 EDT 2000
= Fixed =
* local DNS server is not working for external hostnames (caused by dnssec enabled in named.conf). Workaround
echo -e 'DNSSEC="off"\nDLV="off"' > /etc/sysconfig/dnssec
service named restart
=== Commands not found ===