LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Launchcast through iptables/squid (https://www.linuxquestions.org/questions/linux-security-4/launchcast-through-iptables-squid-395759/)

dragonleech 12-22-2005 05:25 PM

Launchcast through iptables/squid
 
I am trying to allow people within the network to listen to launchcast I have looked at the page
http://help.yahoo.com/help/us/launch...ctions-01.html
and tried what they have said their but I am not able to connect.

Here is the part of the squid file that I added due to the suggestions on the help page
Code:

acl AllAccesssIP dst 63.250.215.0-63.250.215.255/255.0.0.0

acl StreamingMusic dstdomain ..music.yahoo.com .yahoo.com .yimg.com .akamai.net .launchcast.com .listen.com .yimg.com rhap-app.real.com rhapapp.real.com
http_access allow StreamingMusic
http_access allow AllAccesssIP

Here is the section of my iptables
Code:

-A FORWARD -p tcp -m tcp --dport 1755 -j ACCEPT
-A FORWARD -p udp -m udp --dport 1755 -j ACCEPT

I am pretty sure that this is an issue within the squid file as people with less restriction in squid can access it and everyone has the same rights in iptables.

Thanks,

Dragonleech

dragonleech 12-23-2005 12:49 PM

I was able to get it to work. I had to add musicnet.com to my allowed list in squid


All times are GMT -5. The time now is 04:46 PM.