Skip to main content

IPCop+ with TIVO problem

More
18 years 5 months ago #15015 by ItsHardOutThere
I am using IPCop+ and have a TIVO user on my network. TIVO was being blocked, and I am using these scripts temporarily to get through.

I would like to know if there is a more efficient way to handle this problem.

# Hack for tivo
/sbin/iptables -t nat -A CUSTOMPREROUTING -i eth0 -s 192.168.2.11 -p tcp --dport 80 -j ACCEPT
/sbin/iptables -t nat -A CUSTOMPREROUTING -i eth0 -s 192.168.2.11 -p udp --dport 80 -j ACCEPT
/sbin/iptables -A CUSTOMFORWARD -i eth0 -s 192.168.2.11 -p tcp --dport 80 -j ACCEPT
/sbin/iptables -A CUSTOMFORWARD -i eth0 -s 192.168.2.11 -p udp --dport 80 -j ACCEPT

For instancce I tried -p all and that did not work (I don't know why?)

I don't know much about IPTables.
More
18 years 5 months ago #15021 by DaLight
Welcome to firewall.cx, ItsHardOutThere.

What exactly do you want to do? By default, your IPCOP will allow all traffic out unless the default configuration has been changed. Have any changes been made to your /etc/rc.d/rc.local or /etc/rc.d/rc.firewall.local files. Also, is the Proxy active and is it set to TRANSPARENT?
Time to create page: 0.115 seconds