[Samba] Samba Multiple Interfaces

Chris Visser chrisv at absol.co.za
Wed Jul 7 12:46:36 GMT 2004


Hi,

I have a problem.  I have Samba configured on a Linux system with
multiple interfaces.
111.112.113.4/24 and 10.10.10.254/24, on the 111.112.113.0/24 network
everyone can access the shares with no problems, on the 10.10.10.0/24
network however I can only open one smb connection to the server at a
time.  When I try to make a second connection from a different machine
it drops both connections,  the 111.112.113.0/24 network however is
unaffected.
The 111.112.113.0/24 network runs only Win 2K machines, while the
10.10.10.0/24 network includes a couple of NT servers.

Below is a dump by testparm of my config.  I've RTFMed and think I'm
just missing something.  Any ideas?

BTW the 111.112.113.0/24 network is only used internally, the person who
originally configured the network didn't know about Public and Private
ranges.

Thanks
Chris

Load smb config files from /etc/samba/smb.conf
Processing section "[hotshare]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

# Global parameters
[global]
        workgroup = COMMON
        netbios name = SHARE
        server string = Common Share Server
        interfaces = 111.112.113.4/24, 10.10.10.254/24
        security = SHARE
        log file = /var/log/samba.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        load printers = No
        os level = 33
        local master = No
        domain master = No
        dns proxy = No
        remote announce = 111.112.113.255 10.10.10.255
        hosts allow = 10.10.10., 111.112.113., 127.

[hotshare]
        path = /home/samba
        read only = No
        guest ok = Yes



More information about the samba mailing list