Purpose
Share a folder in one LAN Windows File server with a Linux Web Server in a DMZ.
Information
Web Server in DMZ: 192.168.89.55 - Linux
File Server in LAN: 192.168.79.71 - Windows
Open DMZ ports: 445, 137,138,139 - In a DMZ Firewall
Domain Windows: MyDomain
Steps
[ ] Share a Folder in a Windows server
We have read permission to user: svcwebserver
Name Server: WindowsServer1
Share Folder: FoldertoRead1
[ ] The server in DMZ need CIFS installed
Command: apt-cache search cifs-utils
Command: Sudo mkdir /mnt/FoldertoRead2
[ ] In the DMZ Web server. Mount the LAN share folder
[ ] In the DMZ Web server. For check
Edit /etc/fstab -> Sudo nano /etc/fstab
Add the text:
//192.168.89.171/FoldertoRead1 /mnt/FoldertoRead2 cifs vers=2.0,username=svcwebserver,domain=MyDomain,password=HolaHola,nofail 0 0
by GoN | Published: April 13 2022 | Last Updated:
No hay comentarios:
Publicar un comentario