mathematica does something like pinging xenos and won't start until it
has the ip or some kind of "not found"
if there is no dns service like bind or djbdns running it starts
instantly.
running bind i have to use the config file shows at the end so math.
gets the ip(i think)
now i want to switch from bind to djbdns (just external cache ->
dnscache, i followed the instructions of the homepage, tested it with
the internet and it worked fine):
-> mathematica start after about 10 sec (i think after getting servfail)
log of dnscache:
Code: Select all
@400000003ebbe35d3251d40c lame 7f000001 . .
@400000003ebbe35d3251dbdc tx 0 1 xenos. . 803f0235 c0702404 c1000e81 c620400c c0cbe60a ca0c1b21 c00505f1 c6290004 c0249411 8009006b 80080a5a c021040c c629000a
@400000003ebbe35d3251eb7c drop 13 network unreachable
@400000003ebbe371323f172c query 14 c0a86489:8004:0020 1 xenos.
@400000003ebbe371323f3284 tx 0 1 xenos. . 80080a5a c0cbe60a c00505f1 c6290004 c1000e81 803f0235 c620400c ca0c1b21 c629000a c0702404 7f000001 c0249411 c021040c 8009006b
@400000003ebbe371325189d4 lame 7f000001 . .
@400000003ebbe371325191a4 tx 0 1 xenos. . c620400c 80080a5a c00505f1 8009006b c0702404 c0cbe60a c0249411 803f0235 ca0c1b21 c021040c c6290004 c1000e81 c629000a
@400000003ebbe37132519d5c drop 14 network unreachable
@400000003ebbe45010be665c query 15 c0a86489:8004:ab40 1 xenos.
@400000003ebbe45010be79e4 tx 0 1 xenos. . 803f0235 80080a5a ca0c1b21 c00505f1 c021040c c6290004 c0249411 c629000a c0702404 c620400c 8009006b c0cbe60a 7f000001 c1000e81
@400000003ebbe45a104cb4e4 query 16 c0a86489:8004:ab40 1 xenos.
@400000003ebbe45a104cc86c tx 0 1 xenos. . c1000e81 c620400c 8009006b c021040c c0cbe60a c00505f1 ca0c1b21 c6290004 80080a5a c0702404 c629000a 7f000001 c0249411 803f0235
@400000003ebbe45b12a93e9c servfail xenos. input/output error
@400000003ebbe45b12a9560c sent 15 23
@400000003ebbe465120f3504 servfail xenos. input/output error
@400000003ebbe465120f4c74 sent 16 23Code: Select all
nameserver 127.0.0.1it didn't help(so i deleted it after testing)
can someone give me an idea what to do?
there should be a possibility to tell dnscache that xenos has ip
192.168.100.137 (hoping that this is the problem)
dnscache is just used to hopefully increase the speed of my 56k(crank)
modem, so also other solutions are welcomed
maybe needed configs:
computername: xenos
static ip : 192.168.100.137
/etc/resolv.conf:
Code: Select all
domain monz.net
nameserver 192.168.100.137Code: Select all
127.0.0.1 localhost
192.168.100.137 xenos
192.168.100.1 morpheusCode: Select all
$TTL 1W
@ IN SOA ns.monz.net. hostmaster.blatt.net. (
2 ; Serial
28800 ; Refresh
7200 ; Retry
604800 ; Expire
86400) ; Minimum TTL
NS ns.monz.net.
MX 10 mail ; Primary Mail Exchanger
localhost A 127.0.0.1
MX 10 mail
ns A 127.0.0.1
MX 10 mail
mail A 127.0.0.1
ftp A 127.0.0.1
xenos A 192.168.100.137
MX 10 mail
morpheus A 192.168.100.1

