Re: Linux PowerPC Server Software
Posted: Mon May 25, 2020 5:33 am
The NS-RR (Name Server Resource Record) is wrong. Nevertheless it works. Strange.
Correct record:
Code: Select all
homelinux.net. 1800 IN NS dns01.homelinux.net.
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?t=4390
The NS-RR (Name Server Resource Record) is wrong. Nevertheless it works. Strange.
Code: Select all
homelinux.net. 1800 IN NS dns01.homelinux.net.
Code: Select all
options {
directory "/var/cache/bind";
dnssec-validation auto;
transfer-format one-answer;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
listen-on port 53 { 192.168.178.60; };
allow-query { any; };
};
Oh dear, the A record is wrong. OK, the zone transfer with TSIG works though without any problems.
Code: Select all
while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; \
Code: Select all
cat file name; } | nc -l -p 8080; done
Code: Select all
printf "GET / HTTP/1.0\r\n\r\n" | nc www.google.com 80