<br><br><div class="gmail_quote">On Wed, Jul 15, 2009 at 12:36 PM, Soren Orel <span dir="ltr"><<a href="mailto:soren.orel@gmail.com" target="_blank">soren.orel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

nmap 192.168.1.244<br><br>Starting Nmap 4.62 ( <a href="http://nmap.org" target="_blank">http://nmap.org</a> ) at 2009-07-15 08:59 CEST<br>Interesting ports on <a href="http://192.168.1.244" target="_blank">192.168.1.244</a>:<br>

Not shown: 1711 closed ports<br>
PORT    STATE SERVICE<br>53/tcp  open  domain<br>111/tcp open  rpcbind<br>139/tcp open  netbios-ssn<br>445/tcp open  microsoft-ds<br><br>Nmap done: 1 IP address (1 host up) scanned in 0.204 seconds<br><br>it doesn't even listen on port 631, sorry<br>


<br>I tried:<br>ipp://<a href="http://192.168.1.244:631/printers/iP1800-series" target="_blank">192.168.1.244:631/printers/iP1800-series</a><br><br>but it doesn't work<div><div></div><div><br><br><div class="gmail_quote">

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><br>
</div>For ipp you need to add the port:<br>
ipp://<a href="http://192.168.1.244:631/printers/" target="_blank">192.168.1.244:631/printers/</a><printername><br>
<font color="#888888"><br>
<br>
<br>
<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></blockquote></div><br>
</div></div><br>--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br></blockquote></div><br>Dear Orel,<br><br>I have also done a long fight to solve this issue, thus I would like to share with you my document. As you said Windows to Ubuntu is working thus following doc is for Ubuntu to Ubuntu. ( I am using Ubuntu 9.04 with HP printers). Here Server is the PC where Printer is attached and Client is from where you want to give print.<br>

<br>


        
        
        
        

<ol><li><p style="margin-bottom: 0in;">On the server: 
        </p>


        
        
        
        

<ol><ol><li><p style="margin-bottom: 0in;">Set up your printer, and make
                sure it's turned on and working. 
                </p>
                </li><li><p style="margin-bottom: 0in;">Go to the System >
                Administration menu and click on Printing. 
                </p>
                </li><li><p style="margin-bottom: 0in;">Select “Server →  Settings”
                on the left, and 
                </p>
                </li><li><p style="margin-bottom: 0in;">turn on the checkbox labeled
                “Share published printers connected to this system”. This will
                allow printer sharing over your private network. If you want to
                access the printer over the Internet, also turn on “Allow
                printing from the Internet”. 
                </p>
                </li><li><p style="margin-bottom: 0in;">Select your <b>printer</b> under
                Local Printers on the left, select the <b>Properties</b> tab →
                <b>Policies</b> and turn on the checkboxes labeled “Enabled”,
                “Accepting jobs” and “Shared”. 
                </p>
                </li><li><p>If you have <a href="http://www.funnestra.org/ubuntu/intrepid/#ufw" target="_blank">enabled
                the firewall</a>, open port 631 (the default <a href="http://en.wikipedia.org/wiki/Internet_Printing_Protocol" target="_blank">IPP</a>
                port) for the IP addresses to which you want to give printer
                access. If you want to restrict printer access to your private
                network, set the policy to open your IPP port for only
                <a href="http://192.168.0.0/16" target="_blank">192.168.0.0/16</a> (i.e., IPs of the form 192.168.xxx.xxx). If you are
                using <a href="http://www.funnestra.org/ubuntu/intrepid/#ufw" target="_blank">ufw</a>,
                you can do this as follows: 
                </p>
                <pre style="margin-bottom: 0.2in;">sudo ufw allow from <a href="http://192.168.0.0/16" target="_blank">192.168.0.0/16</a> to any app CUPS</pre>
                </li><li><p style="margin-bottom: 0in;">If you are behind a router on a
                private network, give your server a static private IP (e.g.,
                192.168.1.30) by clicking on the System > Administration >
                Network menu item and setting up a static IP. Note that the
                "gateway address" should be the router's address (e.g.,
                192.168.0.1, 192.168.1.1, or whatever). 
                </p>
                </li><li><p style="margin-bottom: 0in;">If you want to access your server
                over the Internet and are behind a router, configure the router to
                allow access to your server's IPP port (port 631). 
                </p>
                </li><li><p style="margin-bottom: 0in;">If you want to access your server
                over the Internet and your Internet Service Provider doesn't give
                you a static IP address, you need to <a href="http://www.funnestra.org/ubuntu/intrepid/#static-hostname" target="_blank">set
                up a publicly accessible hostname</a>. 
                </p>
        </li></ol></ol>
</li><li><p style="margin-bottom: 0in;">On the client: 
        </p>
        <ol><li><p style="margin-bottom: 0in;">Go to the System >
                Administration menu and click on Printing. 
                </p>
                </li><li><p style="margin-bottom: 0in;">Click on the New Printer button. 
                </p>
                </li><li>
                <pre style="margin-bottom: 0.2in;">http://$SERVER:631/printers/$PRINTER</pre><p>
                where $SERVER is the server hostname or IP address and $PRINTER is
                the printer name on the server, and then click Forward and follow
                the remaining steps as you would for local printer setup. You can
                see the names of all the printers shared by a server by visiting
                the following URL in your web browser also: 
                </p>
                <pre style="margin-bottom: 0.2in;">http://$SERVER:631/printers</pre><p style="margin-top: 0.17in;">
                <b><font face="Arial, sans-serif"><span style="font-weight: normal;">where
                $SERVER is the server hostname or IP address.</span></font></b></p></li></ol><p style="margin-top: 0.17in;">          Select Other, and enter the following URI: 
                </p>
        <br>
</li></ol>
Best of luck<br><br>Arun<br>