This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPR/LPD Definition

I need to dnat some printers from extra ip addresses on my external address to some internal 10.32.*.* printers.

There isn't an lpr/lpd service definition, how do i define that definition so i can create the dnat/snat rule?

thanks from a longtime lurker


This thread was automatically locked due to age.
  • LPD uses TCP port 515. LPR also uses TCP port 515, although in Microsoft implementations, it could be on ports 721 - 731.

    Create a new service as follows:

    Name:  LPD
    Protocol:  TCP
    Source:  1024:65535
    Destination:  515

    That should work for generic LPD/LPR implementations.