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
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
I can't open https://bubba:631/admin - SUCCESS
I can't open https://bubba:631/admin - SUCCESS
Last edited by paulchany on 21 Jul 2009, 06:28, edited 1 time in total.
Best, Pali
Re: I can't open https://bubba:631/admin
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
/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
OK, I try now to open port 631 through: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
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
Best, Pali
Re: I can't open https://bubba:631/admin
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
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!
--
Regards,
Paul
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!

--
Regards,
Paul
Best, Pali