Page 1 of 1

I can't open https://bubba:631/admin - SUCCESS

Posted: 11 Jul 2009, 04:12
by paulchany
Hi,

I have connected to Bubba|Two miniserver a HP Bussiness Inkjet 1000 USB printer.

On my Desktop PC Box where I run Debian GNU/Linux Lenny (and before runned Etch) I can successfully setup CUPS to use this printer. For this setup I used
https://localhost:631 address.

Now when I'm trying to open for administrative tasks the
https://bubba:631/admin
page my Firefox browser can't reach it.

I try to open the 631 port int the Settings/Network/Firewall (on the web interface of Bubba) but that don't help to solve this problem.

So now I can't modify my printer options.
How can I setup Bubba|Two miniserver to can open the secure https://bubba:631/admin site?

Any advices will be appreciated!

--
Regards,
Paul

Re: I can't open https://bubba:631/admin

Posted: 13 Jul 2009, 09:47
by paulchany
I try out editing the file:
/etc/network/firewall.conf

adding the following line:
-A INPUT -i eth0 -p tcp -m tcp --dport 631 -j ACCEPT

and then running
# /etc/init.d/bubba-firewall restart

but then the firewall.conf come to the original state,
without line that I added to it.

Any advices?

--
Regards,
Paul

Re: I can't open https://bubba:631/admin

Posted: 13 Jul 2009, 10:37
by paulchany
paulchany wrote:I try out editing the file:
/etc/network/firewall.conf

adding the following line:
-A INPUT -i eth0 -p tcp -m tcp --dport 631 -j ACCEPT
OK, I try now to open port 631 through:
Administration / Network / Firewall / Open BUBBA|TWO public port
Source IP Public port Private port Private IP Protocol
192.168.10.77 631 TCP

and then I get the approppriate line in firewall.conf with open 631 port.

Now I can to open https://bubba:631/
Now when I try to Modify Printer that is connected to the Bubba's USB port, and have added in Bubba / Printers

at stage when one must to setup PPD file, I chose HP in the Make field.
Then I click on Continue button but newer came to the next page of CUPS web interface. Why?

My printer is HP Business Inkjet 1000 and it works fine from my Desktop Debian Lenny system.

--
Regards,
Paul

Re: I can't open https://bubba:631/admin

Posted: 13 Jul 2009, 12:18
by asparak
paulchany wrote:I try out editing the file:
/etc/network/firewall.conf

adding the following line:
-A INPUT -i eth0 -p tcp -m tcp --dport 631 -j ACCEPT

and then running
# /etc/init.d/bubba-firewall restart

but then the firewall.conf come to the original state,
without line that I added to it.

Any advices?

--
Regards,
Paul

If you are editing the firewall.conf directly, then use bubba-firewall start, not restart. start reads the firewall.conf, restart write the current iptables to firewall.conf, overwriting your changes, then reloads it

Re: I can't open https://bubba:631/admin - SUCCESS

Posted: 21 Jul 2009, 06:27
by paulchany
I have setup now printer that is connected to Bubba|Two.
I'm using this printer 'HP Bussiness Inkjet 1000' with IPP adding it with 'Gnome Control Center.'
On the Desktop Debian GNU/Linux Lenny system I have installed hpijs, foomatic-db-hpijs and hpijs-ppds.

It works! :D

--
Regards,
Paul