Thank You for all your helps. But still any progress
hostname is set to "ASUS"
I set it in smb.conf
Code:
#nvram show | grep lan_hostname
lan_hostname=          <=== nothing is here where i can set it?
not in webgui neither in smb.conf... so where?
I tried to set netbios name and dns proxy also

and
Code:
#cat /etc/hosts
...
192.168.2.1  my.router my.WL500gp
but I didn't set this.

I'll try to set all firmware from begining again... then i'll send my result.

Quote Originally Posted by WVR View Post
Isn't the correct way to set the hostname via the web interface?
This sets an nvram variable, which works for me

#nvram show | grep lan_hostname
..
lan_hostname=MyAsus
#hostname
MyAsus


NB I haven't set the hostname in any script..

You can have a different netbios name for windows shares in the smb.conf, e.g

[global]
netbios name = mystorage


Then you can access this with \\mystorage