DNS-Suffix

All about WTware on Raspberry. WTware works with Raspberry Pi 4, Raspberry Pi 3B+, Pi 3 and Pi 2 devices
http://www.winterminal.com
Post Reply
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: DNS-Suffix

Post by aka »

No such config option. Here is a workaround: viewtopic.php?p=82012#p82012
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: DNS-Suffix

Post 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.
Post Reply