Was this setup using the "ppf"  Printer Port Forwarder package?  This seems to be what you are looking for.  Give me a bit of info and if I have the time, I will try to implement.  I would like to see this feature in place also.  Was there something specific about this board that was causing problems versus a generic pc?

Robert

On Thu, 2005-11-03 at 08:57 -0600, Jason J. Ellingson wrote:
I may have not been clear as to where the problem was.  At least I'm verse
enough to find fixes for some of these bugs.

What I still need (badly) is that package Colin (I think it was Colin) was
working on that made the USB port on the Soekris 4801 show as a RAW printer
port.  I will use windows drivers... I just need the port 9100 (I think
that's it).  I was looking at the FreeBSD info on how to set it up.  It
"looks" like it shouldn't be much work since I'm not actually needing a
processing queue or anything... but I'm stupid when it comes to *nix.

Anyone that can make a package for printing from the USB port on a Seokris
4801 will receive CASH reward (via PayPal or Check or small unmarked
bills... your pick).
------------------------------------------------------------
Jason J Ellingson

615.301.1682 : nashville
612.605.1132 : minneapolis

www.ellingson.com
[EMAIL PROTECTED]

-----Original Message-----
From: Bill Marquette [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, November 03, 2005 8:46 AM
To: support@pfsense.com
Subject: Re: [pfSense Support] Static DHCP entry bug - solution...

Oh crap, no wonder I couldn't reproduce this bug.  I had my head up my
ass and thought you were referring to the DHCP Status screen which I
did update.

--Bill

On 11/2/05, Jason J. Ellingson <[EMAIL PROTECTED]> wrote:
> Static DHCP mapping issue (doesn't show any at bottom of DHCP Server page
> even though they exist).
>
> Broken:
> 0.90a
> 0.90
> 0.89.2
> 0.88
>
> Works:
> 0.86.4
>
> Figured out the bug...
>
> Line 404 in:
>     services_dhcp.php
>     v 1.38.2.4
>     2005/10/18 23:47:10
>     sullrich
>
> The line reads:
> <?php if($mapent['mac'] <> "" and $mapent['ipaddr'] <> ""): ?>
>
> It should read:
> <?php if($mapent['mac'] <> ""): ?>
>
> Reason:
> IP Address is not required for entry into the static DHCP table; only the
> MAC is.
>
> All my entries do not have IPs.
>
> Why do I not use IPs?  Because I want them to still be dynamic, but I use
> the "Deny unknown clients"... which requires all the MAC addresses to be
> listed in this table.
> ------------------------------------------------------------
> Jason J Ellingson
>
> 615.301.1682 : nashville
> 612.605.1132 : minneapolis
>
> www.ellingson.com
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Bill Marquette [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 01, 2005 8:21 AM
> To: support@pfsense.com
> Subject: Re: [pfSense Support] bug in 0.89.2
>
> On 11/1/05, Jason J. Ellingson <[EMAIL PROTECTED]> wrote:
> > I know it was working before the latest upgrade.  If there is a
repository
> > of old upgrades, I'll keep going back until I see the version that first
> > causes this.  Perhaps then I'll mull through the code to see what
changes
> > were made.
>
> There were changes (although I don't think there were any to the
> parsing code for display), it's entirely possible.  The old installs
> are at:
> http://www.pfsense.com/old/
>
> --Bill
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to