From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 23:12:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3890216A41C for ; Wed, 22 Jun 2005 23:12:37 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5F943D4C for ; Wed, 22 Jun 2005 23:12:36 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so46352rns for ; Wed, 22 Jun 2005 16:12:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TPuRQebFlMDo6cshOEtpHmni23OaLGAn4jRMAbCeb9gyK7sTER7xql3E1Ehi1Ji0EH6LPpNEVNPuanISEY1YLOB4z9T6JRbbObLr/A+ZtErRr9vWaGoqfvBLWtWEPg6GLfXGNQmygh6vztPzIPC9WKhtfjzHv/yoR484bBDAzdY= Received: by 10.38.95.10 with SMTP id s10mr57326rnb; Wed, 22 Jun 2005 16:12:36 -0700 (PDT) Received: by 10.38.8.44 with HTTP; Wed, 22 Jun 2005 16:12:36 -0700 (PDT) Message-ID: Date: Wed, 22 Jun 2005 19:12:36 -0400 From: Hornet To: Rick Preston In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: Stephan Weaver , freebsd-questions@freebsd.org Subject: Re: Share Printers, Printing Long. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hornet List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 23:12:37 -0000 On 6/22/05, Rick Preston wrote: > On 6/22/05, Stephan Weaver wrote: > > Hello, > > > > I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall. > > Ever Since i have done this, i noticed that my windows users, when tryi= ng to > > print to shared printers, it takes very long for them to access the > > printers. > > I have an empty ipf.rules > > and my ip nat rules looks like > > map vr0 192.168.0.0/24 -> 0.0.0.0/32 proxy port ftp ftp/tcp > > map vr0 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp 40000:60000 > > map vr0 192.168.0.0/24 -> 0.0.0.0/32 > > > > > > my dhcp.conf looks like > > >cat /usr/local/etc/dhcpd.conf > > option domain-name "pizzaboys.org"; > > option domain-name-servers 192.3.132.1, 196.3.132.4; > > > > default-lease-time 86400; > > max-lease-time 86400; > > > > authoritative; > > > > ddns-update-style none; > > > > log-facility local1; > > > > subnet 192.168.0.0 netmask 255.255.255.0 { > > range 192.168.0.100 192.168.0.200; > > option routers 192.168.0.2; > > } > > > > > > Any Assistance Please >=20 > Are the shared printers in the 192.168.0/24 subnet? Are they > connected to workstation that get their IP through DHCP? What are you > using for workstation name resolution? What are you using for a port > type on the windows machines, \\workstation\printer? > is it DSL<-->firewall<--> workstations&printers? >=20 > Looks to me like it is a name resolution thing. Your DNS servers are > outside your subnet and probably doesn't know what is in your network. Yes, I would agree, if you are printing to shares, \\workstation\printer.= =20 You may need to run a WINS server. or create an lmhosts file on each box. >=20 > Answer these questions and I can probably give you some ideas. >=20 > Cheers, > Rick > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >