Hi, I have four subnets. Three have a single Samba WINS. One has a Server 2003 WINS. I have no control over the router connect the subnets. I have control over the Samba servers and the S2003. I'd like to have subnet browse lists of all subnets visible on all subnets to all the workstations. Right now I only have each subnet's browse list visible on its subnet, Except for the samba WINS servers which are visible on the subnets that have the Samba servers but not the S2003 subnet. Samba server firewalls have ports 42,135,137,138,139,445 all open all protocols. Thanks!!!! Craig Jackson Here's the Samba WINS config: [global] workgroup = ASKK1 server string = JAC-1 netbios name = JAC-1 wins support = yes local master = yes preferred master = yes os level = 65 remote browse sync = 192.168.1.30 192.168.2.30 192.168.3.22 remote announce = 192.168.191.30 192.168.2.30 192.168.3.22 browseable = yes browse list = yes dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d security = share encrypt passwords = true passdb backend = tdbsam guest invalid users = root socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192 hosts allow = 192.168. localhost ; hosts deny = 192.168.220.102 interfaces = 192.168.4.30/255.255.255.0 bind interfaces only = yes