Page 1 of 1

Re: DNS-Suffix

Posted: Fri Feb 14, 2020 6:31 pm
by aka
No such config option. Here is a workaround: viewtopic.php?p=82012#p82012

Re: DNS-Suffix

Posted: Sun May 24, 2020 5:48 pm
by aka
I've deleted Overmind account by mistake and I can not restore it. Very sad :( Question and his solution was:

Is there a way in static IP to enter the DNS suffix somewhere or the domain? for example in the "initrd.wtc"?

Code: Select all

#!/bin/sh
echo "nameserver 8.8.8.8" >  /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf
echo "search my.domain.de" >> /etc/resolv.conf
Save as "runme" and pack it as myresolv.zip and move it to "C:\ProgramData\WTware\Everyone" and save the "myresolv.zip" in the option for the Templates "Extra", and you're done.