by aka » Sun May 24, 2020 5:48 pm
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.
I've deleted [b]Overmind [/b]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]#!/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
[/code]
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.