Mailinglist Archive: opensuse-security (179 mails)
| < Previous | Next > |
Re: AW: AW: AW: [suse-security] openvpn samba question (sshd keep alive cont..)
- From: Emiliano Sutil <emiliano@xxxxxxxxxx>
- Date: Thu, 27 May 2004 12:22:53 +0200
- Message-id: <40B5C17D.2080902@xxxxxxxxxx>
Rasp, Robert wrote:
# Global parameters
[global]
workgroup = GRUPODETRABAJO
netbios name = LINUXSERVER
server string = %h server (Samba %v)
interfaces = 192.168.1.40/24 10.4.0.2/24
encrypt passwords = Yes
printing = bsd
printcap name = /etc/printcap
load printers = yes
debug level = 3
deadtime = 1
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
invalid users = root
nt acl support = No
Do you see any problem with this configuration?
If I run smbclient -L LINUXSERVER (10.4.0.2) -U myname
I get response from the server and I get the list of the samba volumes.
--
Emiliano Sutil García
Hello,Perhaps is a problem of samba configuration, here is the global section of my smb.conf file:
you can see, that the XP-Box use Port 445 for the connection to the SMB-Server.
Port 445 is in use of MS for File-Share since WIN2000
As far as i know, Samba only use 135, 137 ...
After a few seconds the XP-Box switch to this ports and trys to connect to the SMB-Server.
Have you restricted the interface for samba ??
# Global parameters
[global]
workgroup = GRUPODETRABAJO
netbios name = LINUXSERVER
server string = %h server (Samba %v)
interfaces = 192.168.1.40/24 10.4.0.2/24
encrypt passwords = Yes
printing = bsd
printcap name = /etc/printcap
load printers = yes
debug level = 3
deadtime = 1
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
invalid users = root
nt acl support = No
Do you see any problem with this configuration?
If I run smbclient -L LINUXSERVER (10.4.0.2) -U myname
I get response from the server and I get the list of the samba volumes.
Try this:This doesn´t work at all it trys to connect to my PC, and gives an error.
Change the IP in the lmhosts file to the 192.168.1.215..
--
Emiliano Sutil García
| < Previous | Next > |