CHMlib Logo Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab.
You are reading help file online using chmlib.com
Using Samba with Workstation

Using Samba with Workstation

If you have Samba running on your Linux host, there are several things you can do to configure Samba so that it works with Workstation, as described in this section.
Using Samba with Workstation

Modifying Your Samba Configuration

Be sure to modify your Samba configuration so it includes the IP subnet used by the VMware Workstation virtual Ethernet adapter, VMnet1.
To determine what subnet is being used by VMnet1, run
/sbin/ifconfig vmnet1
Make sure the Samba password file includes entries for all users of the virtual machine who will access the host's file system. The user names and passwords in the Samba password file must match those used for logging on to the guest operating system.
You may add user names and passwords to the Samba password file at any time from a terminal window on your Linux host computer.
1. Log on to the root account.
su
2. Run the Samba password command.
smbpasswd -a <username>
<username>
is the user name to add. Follow the instructions on the screen.
3. Log out of the root account.
exit
Using Samba with Workstation

Using a Samba Server for Both Bridged and Host-Only Networks

To use your Samba server for both host-only and bridged networking, you must modify one parameter in the smb.conf file. You can define the interface parameter so your Samba server serves multiple interfaces. An example of this is:
interface = eth0 vmnet1
This example tells the Samba server to listen to and use both the eth0 and vmnet1 interfaces - the interfaces used by bridged and host-only networking, respectively.
Using Samba with Workstation

Using Samba without Network Access

To make Samba inaccessible from your physical Ethernet interface, add this line:
interfaces = vmnet*
to /etc/samba/smb.conf and restart Samba.
You are reading help file online using chmlib.com


If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com