DNS-Suffix
Re: DNS-Suffix
No such config option. Here is a workaround: viewtopic.php?p=82012#p82012
Re: DNS-Suffix
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"?
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.
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