on linux servers you can use samba to make a workaround for this problem
create an lmhosts file in /etc/samba (debian) with the content of
<IP of LAN Server> STEAM
than add the following code to smb.conf
[cached]
path = /path/to/somedir
guest only = yes
in the [global] section of the smb.conf make sure you have
security = share
source clients looking for the netbios name steam and a share on it named cached
just need a workaround to start steam client faster
create an lmhosts file in /etc/samba (debian) with the content of
<IP of LAN Server> STEAM
than add the following code to smb.conf
[cached]
path = /path/to/somedir
guest only = yes
in the [global] section of the smb.conf make sure you have
security = share
source clients looking for the netbios name steam and a share on it named cached
just need a workaround to start steam client faster
