[Samba] Access shares over IPSEC

Michael Voss m.voss at audioone.de
Tue Mar 28 12:32:39 GMT 2006


Sorry, I have send this  message in html. Maybe corrupted, now in text-format.

my problem is:
 
if we connect our company network over a IPSec Client, we can connect at windows shares, but not the
shares on our samba (2.8) server. Error: network path not found.
All other services on the linux box are accessible, (ssh, telnet, ping, etc...) so I think this is not a routing
problem.
 
I hope, anyone has an idea.
 
Michael.
 
 
The global options:
 
[global]
   workgroup = xxxxxxxxxx
   server string = xxxxxxxxx Main Server
 
   interfaces = eth0 lo
   debug level = 4
   load printers = no
   printing = cups
 
   max log size = 5000
   security = user
   encrypt passwords = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   add user script = useradd -d /dev/null -s /bin/false %u
 
   os level = 128
   local master = yes
   domain master = yes
   domain logons = yes
   preferred master = yes
   wins support = yes
   name resolve order = hosts wins lmhosts bcast
 
   time server = yes
   time offset = 0
 
   logon drive = h:
   logon script = %U.bat
   logon path = \\%L\profile\%U
 
   logon home = \\%L\%U
 
   username map=/etc/samba/user.map
 
   client code page = 850
   character set = ISO8859-1
   mangle case = yes
   case sensitive = no
   default case = lower
   preserve case = yes
   short preserve case = yes
 
   dos filetimes = yes
   dos filetime resolution = yes
 
   map hidden = yes
   map system = yes
 
;TUNING
 
   kernel oplocks = no
   wide links = no
   follow symlinks = no
   deadtime = 15
   keep alive = 120
   getwd cache = yes
   socket options = TCP_NODELAY



More information about the samba mailing list