OpenWrt Forum Archive

Topic: WINS server

The content of this topic has been archived on 24 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

It is any possibility to install a WINS server with SAMBA. My WRT54GL does not have a USB interface... and I readed that SAMBA package is to big...

I want to speed up windows netbios resolution when I enter the LAN with OpenVPN.

Thanks,

Alex

I am guessing your actual question would be: Is it possible to install a WINS server without Samba?

I don't know of any WINS server without using Samba. If your hardware has too little memory to run Samba you have to think of an alternative. One might be installing Samba with WINS on a different machine but still using OpenWRT to hand out the address of this WINS server using DHCP. You can do this by setting an extra option in your dnsmasq configuration:

dhcp-option=44,192.168.1.45

Where 192.168.1.45 would be your WINS server.

My router is a WRT54GL, v1.1, no USB available...

I need to speed up Netbios resolution when I get connected from outside to a client LAN with OpenVPN. OpenVPN is working good but hosts resolution is quite slow (my networks places takes a lot of time to show up).

I think SAMBA could be a solution. Of course, client/server LAN arquitecture, and a SAMBA server... would be the optimal solution but...not by the moment.

In some discution on this forum readed that is possible to install big packages like SAMBA with the following procedure:

" USB... Or extract the package to an NFS share and symlink the appropriate files where needed.
I have tons of stuff installed on my WRTs this way "

Have you try this ?, or Definitively I need to install a SD memory or a LAN SAMBA server ?

Thanks,

Alex

The discussion might have continued from here.