Article Title: the dialing user uses the LinuxSamba server on the LAN. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Objective: To set a Samba server on the company's lan as a PPP server. After dial-in, users can map the shared resources on the Samba server to a drive letter for access.
Premise: assume that the Samba server on the LAN works properly and is set to the shared-level security mode (security = share) and the workgroup is set to ISD, it is also set as a PPP server for windows dial-up users to successfully dial in.
Implementation Method:
1. Assume that the IP address of the Samba server is 192.168.11.3, the host name is sh3, one of which is pub, and the Working Group is ISD.
2. assume that the default installation directory for Windows is c: \ windows. Edit c: \ windows \ lmhosts to 192.168.11.3 sh3 # PRE # DOM: isd and run the following command at the DOS prompt: nbtstat-R goes to enable it. (windows does not need to be restarted)
3. You must log on to your windows PC. You can use a new user name for windows logon. Enter the password twice and press Enter.
4. After logging on, enter net use m: \ sh3 \ pub at the DOS window prompt.
Note: 1. some windows pre-installed on IBM models have bugs. Under normal circumstances, windows login cannot be used. After the first normal startup, You must select "Disable windows and Log On As another user" again ", you can also download a patch from the IBM website for patching.
2. If you download a single file, you can set your Samba server as an http server without ing the drive letter, and access it with http: // sh3/pub in the browser.