diff options
author | John Terpstra <jht@samba.org> | 2005-07-01 09:25:51 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:59 -0500 |
commit | cdfe287eb4962332e4faf6924a2fff08019a6d9c (patch) | |
tree | 52c641c30f0dc10c99b100349ef7655ed3e0af90 /docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | |
parent | f07fb55eed0b1d585815612632959c10a13938a7 (diff) | |
download | samba-cdfe287eb4962332e4faf6924a2fff08019a6d9c.tar.gz samba-cdfe287eb4962332e4faf6924a2fff08019a6d9c.tar.bz2 samba-cdfe287eb4962332e4faf6924a2fff08019a6d9c.zip |
Remove port 445 so NBT works correctly.
(This used to be commit 8b3fc80392a801b3183e48d1be2d481de2a379b8)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index 2b29b42d2f..ef95a8dd68 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -823,7 +823,7 @@ echo -e "\nNAT firewall done.\n" <smbconfoption name="syslog">0</smbconfoption> <smbconfoption name="log file">/var/log/samba/%m</smbconfoption> <smbconfoption name="max log size">50</smbconfoption> -<smbconfoption name="smb ports">139 445</smbconfoption> +<smbconfoption name="smb ports">139</smbconfoption> <smbconfoption name="name resolve order">wins bcast hosts</smbconfoption> <smbconfoption name="time server">Yes</smbconfoption> <smbconfoption name="printcap name">CUPS</smbconfoption> @@ -1852,7 +1852,7 @@ Loaded services file OK. syslog = 0 log file = /var/log/samba/%m max log size = 50 - smb ports = 139 445 + smb ports = 139 name resolve order = wins bcast hosts time server = Yes printcap name = CUPS @@ -2536,7 +2536,7 @@ Nmap run completed -- 1 IP address (1 host up) scanned in 168 seconds The default order by which Samba-3 attempts to communicate with MS Windows clients is via port 445 (the TCP port used by Windows clients when NetBIOS-less SMB over TCP/IP is in use). TCP port 139 is the primary port used for NetBIOS over TCP/IP. In this configuration Windows network operations are predicated around NetBIOS over TCP/IP. By - specifying the use of port 139 before port 445, the intent is to reduce unsuccessful service connection attempts. + specifying the use of only port 139, the intent is to reduce unsuccessful service connection attempts. The result of this is improved network performance. Where Samba-3 is installed as an Active Directory Domain member, the default behavior is highly beneficial and should not be changed. </para> |