- Posts: 2
- Thank you received: 0
IPCop+ with TIVO problem
- ItsHardOutThere
- Topic Author
- Offline
- New Member
Less
More
18 years 5 months ago #15015
by ItsHardOutThere
IPCop+ with TIVO problem was created 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.
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.
18 years 5 months ago #15021
by DaLight
Replied by DaLight on topic Re: IPCop+ with TIVO problem
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?
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