Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-23 Thread Jason Booth
On Sunday 22 October 2006 19:01, Pupeno wrote: and I still can't print. I send the print job and the printer gets into a kind of broken state. if it is a firewall issue, keep it simple.. iptables -I INPUT -s his_ip_address -j ACCEPT -Jason -- gpg public key:

Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-23 Thread Jason Booth
On Sunday 22 October 2006 16:58, Dale wrote: # iptables -vL Chain INPUT (policy DROP 35510 packets, 16M bytes)  pkts bytes target     prot opt in     out     source               destination  329K  558M ACCEPT     all  --  lo     any     anywhere             anywhere 36M   54G ACCEPT  

[gentoo-user] Firewalling and Sambra printer.

2006-10-22 Thread Pupeno
Hello, I have two computers (that are involved in this problem), phoenix is my Gentoo workstation and desktop-1 is someone else's Windows box. Someone else happens to have a printer and I don't, so, from time to time I use his printer. The printer is shared, obviously, thru SMB (it's a windows

Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-22 Thread Dale
Pupeno wrote: Hello, I have two computers (that are involved in this problem), phoenix is my Gentoo workstation and desktop-1 is someone else's Windows box. Someone else happens to have a printer and I don't, so, from time to time I use his printer. The printer is shared, obviously, thru

Re: [gentoo-user] Firewalling and Sambra printer.

2006-10-22 Thread Pupeno
On Sunday 22 October 2006 22:58, Dale wrote: Well I had a similiar issue a while back.  This is what I did and it worked: iptables -I INPUT 2 -p udp --dport 445 --source 192.168.0.0/24 -j ACCEPT iptables -I INPUT 2 -p tcp --dport 445 --source 192.168.0.0/24 -j ACCEPT iptables -I INPUT 2 -p