View Single Post

  #6 (permalink)  
Old 11-21-2007, 12:27 PM
zillah zillah is offline
Junior Member
User
 
Join Date: Nov 2007
My distro: Debian
Posts: 9
Rep Power: 0
zillah is on a distinguished road
Default

Quote:
iptables -L -n
Code:
[root@localhost ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain RH-Firewall-1-INPUT (1 references)
target     prot opt source               destination         
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255 
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0           
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:4553 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:531 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:531 
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:21 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:25 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2149 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:27 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp dpt:156 
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           state NEW udp dpt:184 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:159 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:445 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:444 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:28 
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:80 
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
[root@localhost ~]#

Quote:
don't forget to start printer service from GUI
You meant CUPS , yes it was enabled.

I could not find the exact name as windows found which is IR 3170, I used : "Canon MultiPASS C3000 Foomatic/bjc600 (recommended)" do you thing this is the problem ?

The my linux box communicates with the printer, but the printer gives error message and it can not print the test page or any other page
Reply With Quote