Skip to content

(tentative) solving the internet sharing bug #201

@silkevicious

Description

@silkevicious

Hi!
I'm using this amazing program since some years with success so first of all thank you for your work!

During my experience i was only annoyed by the infamous bug of the internet sharing when the server get an electrical power failure.

Today i had some will to try to solve it (yes i tried to use NAT routing but i was unable to communicate between devices but that's another issue).

I kept disabled the "Persistent Internet Sharing" and created a simple .bat file:

@echo off
set a=30
timeout /t %a%
start /B  ws4w.exe restartinternetsharing --network Ethernet
exit

Then created a scheduled task with elevated privileges to launch the .bat at startup, and magically it works.

Previously i tried to enable the boot task delay but without success.

I don't know if this could help you to find a more polished solution but for some reasons it works here (so far...and i hope forever...) :-)

Greeting and thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions