[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Samba client
On Wed, 1 Sep 2010 23:18:55 , "m0n0" <ole@monochrom.net> wrote:
>
> Hello Peter
>
> >I had this line in smb.conf
>
> > interfaces = 192.168.0.21/24 127.0.0.1/8
>
> >which I replaced with
>
> > interfaces = rtk0
>
> What does the samba doc say? Does samba allow to bind to any network
> interface? Maybe that would be an solution for you ?
>
> something like:
> interface = *
>
> Another approach would be this:
>
> interfaces = 192.168.0.0/24 127.0.0.1/8
>
> This should work as long as you don't change your network ( altough it
> should work with different IP's in the same subclass )
Various docs I am have read say that the interfaces parameter is a
list of ip addr or interface names like eth0
I will try your suggestion.
Peter