schtritoff

Results 8 comments of schtritoff

Got a working solution for the problem with client idle connection dropping by using systemd unit and watchdog script. Client systemd unit (for example in `/etc/systemd/system/nat-tunnel-01.service`) ``` [Unit] Description=nat-tunnel for...

Regarding SystemD workarround - works for me but not for everyone, I agree. Most popular linux distros have systemd out of the box so this comment might be of value...

This example should be added to project documentation because project documentation is useless regarding this issue (options with key value pairs).

Why would we do that, is it better than using oscdimg? BTW oscdimg is established [official Microsoft tool ](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/oscdimg-command-line-options?view=windows-11) so maybe still better choice since it is battle tested. We...

merged https://github.com/schtritoff/hyperv-vm-provisioning/pull/13

thanks @AvrumFeldman for the hints, implemented in 01bae57 For reference - if for some reason we would need better support for ISO generation - for example to make it cross...

Didn't find documentation how to run in container (docker) so I created a repo containing some example workflow https://github.com/schtritoff/docker-smtprelay

@zanewgray You can provide your own cloud-init file with your custom variables that ignores NetAutoconfig part and completely different networking configuration. This is the line where you replace cloud-init yaml...