Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] MASQ+Transparent SQUID+EON



Hello

Can someone tell me what i need to make it working
i have done already this: (kernel 2.4.2, iptables)
Masq
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o ppp0 -j SNAT --to
xxx.xxx.xxx.xxx
, squid (work transparently):
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
and squid.conf configured with:
cache_peer xxx.xxx.xxx.xxx parent 8080 0 no-query default login=user:password
then drivers loaded from: siemens_dvb-0.8.2.tar.gz
also: echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter
then what i need to do to make it working ?
i just need to configure dvbd and it should work ?

  

Best regards,
mailto:golem@cp.pl






--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index