-
Couldn't load subscription status.
- Fork 111
Description
Hello all,
I have already read the statement in the readme (https://github.com/christgau/wsdd?tab=readme-ov-file#tunnelbridge-interface) and I think I don't have the same situation.
Having a computer with pve (proxmox) installed and created a vm in pve.
I have installed ubuntu 22.04 server on the vm and then installed samba and wsdd, both via ubuntu package managemt (apt install samba wsdd).
Wsdd is configured this way in /etc/default/wsdd:
WSDD_PARAMS="-4 -i 172.16.10.222"
After a while (I coudn't figure out how long it takes) the name disappears in network view on all my win11 clients.
Immediately after restarting via systemctl restart wsdd in shows up again.
On the ubuntu vm I have installed docker engine (ce) which generates multiple new network interfaces (docker0, br-, veth1) in ubuntu.
Does this have to do something with this disappearing?
Would it change the behaviour of disappearing when changing the WSDD_PARAMS to "-4 -i ens18" ?
What have I done wrong?
Is there any solution to this problem?
Or set up a cronjob for restarting wsdd every hour or six or so?