Changes

From Amahi Wiki
Jump to: navigation, search
32 bytes added ,  22:43, 16 May 2010
m
no edit summary
* 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