attachment

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Hi Gang,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Apologies for not attending recent meetings, just been swamped with work.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m trying to comprehend using the ippsample code on Github (via
<a href="https://istopwg.github.io/ippsample/">https://istopwg.github.io/ippsample/</a>)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My expectation is that I should be able to run ippserver as an INFRA printer, and use ippproxy (PROXY) to interface between INFRA and my local printer (LOCAL).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hence if I use ipptool as in IPP client to send a Create-Job/Send-Document to the INFRA printer, the running PROXY will ‘fetch’ the job from INFRA and send it to LOCAL.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Using Wireshark I am able to see Create-Printer-Subscriptions, Update-Output-Device-Attributes and Get-Notifications requests from PROXY to INFRA, but not seeing ‘job-fetchable’ events from INFRA or Get-Jobs coming from PROXY<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here are my command lines (INFRA and PROXY both running on Ubuntu Linux (tesla.local. at 192.168.1.20), LOCAL printer-uri is ipp://192.168.1.40/ipp/print):<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">// Start INFRA printer on tesla Linux machine, printer-uri = ipp://tesla:8000/ipp/print<o:p></o:p></p>
<p class="MsoNormal">ippserver -v “ipp-infra-printer”<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">// Start PROXY on tesla Linux machine.<o:p></o:p></p>
<p class="MsoNormal">ippproxy -v -d ipp://192.168.1.40/ipp/print ipp://tesla:8000/ipp/print<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">ippfind ipp-infra-printer<o:p></o:p></p>
<p class="MsoNormal">ipp://tesla:8000/ipp/print<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I then send a Create-Job/Send-Document requests to INFRA at ipp://tesla:8000/ipp/print successfully.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">But there are no job-fetchable events coming from INFRA and no Get-Jobs, Fetch-Job requests coming from PROXY to get that job and send it to LOCAL.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Is it possible to do this and if so why is it not working?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal">Chris<o:p></o:p></p>
</div>
</body>
</html>