From mint-bounce@lists.fishpool.fi Wed Sep 1 18:17:20 2010 To: From: Peter Slegg Subject: Re: [MiNT] Samba client Reply-To: Peter Slegg X-Mailer: MyMAIL Rev:1.94.13761 (Atari/(STiK/STinG/GlueSTiK)) X-Hardware: Atari Milan MIME-Version: 1.0 Date: Wed, 1 Sep 2010 23:14:45 +0200 (GMT) Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal Message-Id: <0026329f.01d0f26246e5@smtp.freeola.net> References: <6c38013ca7bb010f6539f4825bc75eaa-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXltoAF1XMl5dSUYBWF9QQ10=-webmailer1@server05.w> In-Reply-To: 6c38013ca7bb010f6539f4825bc75eaa-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUNBAjBTXF5bVkYJXltoAF1XMl5dSUYBWF9QQ10=-webmailer1@server05.w X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: p.slegg@scubadivers.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o81MHKNt009945 On Wed, 1 Sep 2010 23:18:55 , "m0n0" 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