boi
official breaker of macs.
i need to connect to a wins server and specify a workgroup for network sharing. i cannot connect to the network unless i do this (so i'm told). there aren't instructions for os x users, but there are instructions for unix users, and they are as follows:
is there any way i can connect to this?
thanks.
Samba uses a configuration file called smb.conf. This file contains all the configuration that samba will use when trying to negotiate a connection with any other system on the network. The only changes that you will need to make to smb.conf, which is usually located in /etc/smb.conf or /usr/local/samba/lib/smb.conf, are the following.
Add the following lines in your smb.conf file under the [global] section
Workgroup = xxxxx
wins server = xxx.xxx.xx.xx
wins support = no
is there any way i can connect to this?
thanks.