Skip to main content

Posts

Showing posts with the label iptables

Printing from Fedora 16 and RHEL

Solution :  Open a few firewall ports system-config-printer ACCEPT     tcp  --  anywhere             anywhere             state NEW tcp dpt:ssh ACCEPT     udp  --  anywhere             anywhere             state NEW udp dpt:ipp ACCEPT     udp  --  anywhere             224.0.0.251          state NEW udp dpt:mdns ACCEPT     tcp  --  anywhere             anywhere             state NEW tcp dpt:ipp ACCEPT     udp  --  anywhere             anywhere             state NEW udp dpt:ipp NOTE :  The GUI is noticeably slow to respond for certain things.  So, try to be deliberate where yo...