From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 03:33:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BD916A41A for ; Tue, 19 Feb 2008 03:33:41 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from mx5.orcon.net.nz (mx5.orcon.net.nz [219.88.242.55]) by mx1.freebsd.org (Postfix) with ESMTP id 257EE13C447 for ; Tue, 19 Feb 2008 03:33:41 +0000 (UTC) (envelope-from bsd@kajs.co.nz) Received: from Debian-exim by mx5.orcon.net.nz with local (Exim 4.67) (envelope-from ) id 1JRIxn-0004XJ-P0 for freebsd-questions@freebsd.org; Tue, 19 Feb 2008 16:16:11 +1300 Received: from [60.234.135.124] (helo=[192.168.1.222]) by mx5.orcon.net.nz with esmtp (Exim 4.67) (envelope-from ) id 1JRIxn-0004Wp-9r for freebsd-questions@freebsd.org; Tue, 19 Feb 2008 16:16:11 +1300 Message-ID: <47BA49DA.1090003@kajs.co.nz> Date: Tue, 19 Feb 2008 16:15:38 +1300 From: Josh User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <000301c86e5f$b72b5d00$0200a8c0@satellite> <39613.195.50.100.20.1202921363.squirrel@www.superhero.nl> In-Reply-To: <39613.195.50.100.20.1202921363.squirrel@www.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Check: by mx5.orcon.net.nz on Tue, 19 Feb 2008 16:16:11 +1300 X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Feb 19 16:16:11 2008 X-DSPAM-Confidence: 0.6175 X-DSPAM-Improbability: 1 in 162 chance of being spam X-DSPAM-Probability: 0.0000 Subject: Re: accessing a jailed samba server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2008 03:33:41 -0000 I am having dramas with samba in a 6.3 jail Basically the part that is not working, is I cant ping/resolve the netbios name of the samba box from any windows machine. There is a linux samba box here, and I tried the same config as that, and no go. Baiscally if I try and ping it from a windows box, I get this: >ping bytecart Ping request could not find host bytecart. Please check the name and try again. Nothing in nbtstat -c relating to the samba box. The weird thing is that I can see the samba box in windows explorer in the network places. Clicking on it obvious says 'network path not found' or such. I can manually map the network drive by going \\1.2.3.4\username though. Also, this seems odd (from netstat -an): udp4 0 0 192.168.94.9.138 *.* udp4 0 0 192.168.94.9.137 *.* udp4 0 0 192.168.94.9.138 *.* udp4 0 0 192.168.94.9.137 *.* So yeah, any ideas? Cheers, Josh Gelsema, P (Patrick) - FreeBSD wrote: > On Wed, February 13, 2008 17:44, Dave wrote: >> Hello, >> Has anyone got samba running in a jail? And if so, is it possible to >> access that server from outside this jail? I'm implementing some items in >> a >> jailed environment and now have to test samba before going production. >> If any workarounds are needed i'd appreciate knowing them. >> Thanks. >> Dave. >> > > Running Samba within a jail on Freebsd 7-RC2 serving data from a ZFS pool. > No issues or anything special required. > > Rgds, > > Patrick > >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"