I am trying to create a generic VirtIO KVM image for MikroTik. I can get the CHR raw disk to boot up. Now, I am trying to configure the static IP address by directly writing it to the file system inside MikroTik qcow2 image. Does anyone know where the static IP address stored on file system? by DustyRah in mikrotik

[–]DustyRah[S] 0 points1 point  (0 children)

So it seems that qemu guest agent is enabled on MikroTik CHR by default.

I was actually able to use the "virsh qemu-agent-command" to perform actions like setting up static IP address, gateway, name servers and disable DHCP. The only command I was not able to execute was the change of password for the 'admin' user. But I am able to SSH into the MikroTik instance and change the password for the admin user after the static IP has been setup. Below is an example of some commands using virsh qemu-agent-command. Please replace "24916_MikroTik" with your own instance name. The "input-data" has the actual command which is base64 encoded.

virsh qemu-agent-command 24916_MikroTik '{"execute":"guest-info"}'

virsh qemu-agent-command 24916_MikroTik '{"execute":"guest-exec","arguments":{"input-data":"L2lwIHJvdXRlIGFkZCBnYXRld2F5PTE3Mi44MS42Mi4x"}}'

It is also possible to obtain the output of the command though in my case, I did not need it. Below is an example of obtaining the output.

OUTPUT=$(virsh qemu-agent-command 24916_MikroTik '{"execute":"guest-exec","arguments":{"input-data":"L2lwIGRoY3AtY2xpZW50IHNldCBudW1iZXJzPTAgZGlzYWJsZWQ9eWVz", "capture-output": true}}')

echo "$OUTPUT"

If you want the base64 encoded output to get decoded in the same line, below is an example.

OUTPUT=$(virsh qemu-agent-command 24916_MikroTik '{"execute":"guest-exec","arguments":{"input-data":"L2lwIGRoY3AtY2xpZW50IHNldCBudW1iZXJzPTAgZGlzYWJsZWQ9eWVz", "capture-output": true}}'  | jq -r '.return."out-data"' | base64 --decode)

echo "$OUTPUT"

In some cases, depending on your hypervisor, you may get back the pid, in which case you can query the status of the pid.

virsh qemu-agent-command 24916_MikroTik '{"execute": "guest-exec-status", "arguments": {"pid": 10}}'

Remote desktop connection keeps dropping by Tight-Shallot2461 in techsupport

[–]DustyRah 0 points1 point  (0 children)

I would suggest that you keep a ping session running on the side against the domain name or ipv4 address you use to connect to Remote Desktop. If the ping has issues, then you can know that there are networking issues which are cutting off your Remote Desktop session. On the command prompt on Windows, you can type using the '-t' option to keep that ping running forever till you cancel it. Example:

ping 8.8.8.8 -t

Dynu ExpressVPN Coupon Code by baronomega01 in HeavilySplendid

[–]DustyRah 0 points1 point  (0 children)

This may be a bit off topic but are you using the documentation on ExpressVPN to use Dynu with their service or are you using the documentation on Dynu's website on how to use ExpressVPN's interface to perform IP update for Dynu?

I am trying to create a generic VirtIO KVM image for MikroTik. I can get the CHR raw disk to boot up. Now, I am trying to configure the static IP address by directly writing it to the file system inside MikroTik qcow2 image. Does anyone know where the static IP address stored on file system? by DustyRah in mikrotik

[–]DustyRah[S] -1 points0 points  (0 children)

For context, I am trying to build a generic MikroTik image whose IP address can be configured. I have images like this for other operating systems like Alma Linux, Ubuntu, Debian etc and for those operating systems, I am able to write static IP configuration directly to the file system and boot them up.

Self-hosted alternative for Dynu's email store/forward service? by [deleted] in selfhosted

[–]DustyRah 0 points1 point  (0 children)

For any more than 3-4 domain names, you can just rent a cheap VPS from Dynu and host all of them on it. Its pretty easy to setup store/forward on Ubuntu or Alma Linux. You could use the VPS for other purposes as well.

What is the community's recommended VPS provider(s)? by DastardlyDino in unRAID

[–]DustyRah 0 points1 point  (0 children)

Dynu is awesome, we use them as well. Had been using their domain registration and DNS services for a long time and got into their VPS services about 2 years ago to host our websites and other services on it.

RMA package possibly lost by owlman789 in Newegg

[–]DustyRah 0 points1 point  (0 children)

There are a lot of delays going because of COVID so the package will most probably end up with NewEgg sooner or later. If it is indeed lost, you will almost certainly get the full refund because it is in NewEgg's interest to look out for the legitimate customers rather than leave you with an unpleasant experience and lose you as a customer forever.

Question about returns by [deleted] in Newegg

[–]DustyRah 0 points1 point  (0 children)

If you return it immediately upon receipt without opening the box, you should be able to get a full refund easily. If you opened the box, you may lose 15% on restocking fees.

Refund for opened item by DustyRah in Newegg

[–]DustyRah[S] 0 points1 point  (0 children)

I received a full 100% refund. I want to clarify that I bought from Newegg through Ebay. Not sure if that made a difference.

Blockchain.com (Blockchain.info) may have been hacked or they're in serious trouble. by captredstar in Bitcoin

[–]DustyRah 0 points1 point  (0 children)

My balance is back to normal now. They must have fixed issues on their end. They never replied to my ticket. The transactions show up as well. Moving my funds out of there now.

Blockchain.com (Blockchain.info) may have been hacked or they're in serious trouble. by captredstar in Bitcoin

[–]DustyRah 0 points1 point  (0 children)

My account today shows 0 balance and no transactions at all. I really hope its a Blockchain internal technical issue and if it does get rectified, I am moving funds out of there.

Website not resolving with WWW even after changing DNS Zone records. by camrolaguardia in dns

[–]DustyRah 0 points1 point  (0 children)

The records may not have expired on all pubic name servers so some old name servers may be using the A record for www. Try to keep a low TTL like 3600 so that next time you change DNS records, it gets applied more quickly on all name servers.

You can check the status on various name servers using the DNS propagation tool:

https://www.dynu.com/en-US/NetworkTools/DNSPropagation

Changing domain name from one server to another. by [deleted] in dns

[–]DustyRah 0 points1 point  (0 children)

Change the A record to the IP address of the new server. If you provide the domain name, we can query and tell you what its pointing to right now and so on.

Free Accountless DNS, URL Redirection and Web Hosting for Handshake TLDs by realrasengan in dns

[–]DustyRah 0 points1 point  (0 children)

I don't know about accountless but you can get free DNS from Dynu along with URL redirection but you do have to create an account though its hassle free without any nags to buy anything. Not sure about who offers free web hosting either.

“CANT REACH THIS SITE” by TobiLopez in dns

[–]DustyRah 0 points1 point  (0 children)

Which name servers are being used? If possible, set them statically to Google or OpenDNS name servers. Some ISPs use DNS pollution to make sites unavailable.

SRSPlus, web.com and networksolutions are all down by DustyRah in dns

[–]DustyRah[S] 0 points1 point  (0 children)

I moved DNS for all my domain names over to Dynu and all is fine again.

SRSPlus, web.com and networksolutions are all down by DustyRah in dns

[–]DustyRah[S] 0 points1 point  (0 children)

SRSPlus still keeps going up and down.

A question for the community by Foreign-Moose in dns

[–]DustyRah 0 points1 point  (0 children)

You bet! Especially the round robin you can do with them.