Ubuntu 6.10 WIreless to Xbox 260 problems

Linux and UNIX specific discussions
Post Reply
djcla
Posts:2
Joined:Sun Nov 11, 2007 8:37 am
Ubuntu 6.10 WIreless to Xbox 260 problems

Post by djcla » Sun Nov 11, 2007 8:42 am

Hi, Newbie here who needs a little help!!!!!!!

I have installed Twonkyvision on gusty Gibson Ubuntu 6.10 and got it to work fine over ethernet but just cannot get the 360 to see it over wlan and do not understand why. I have tried running
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev wlan0 but this does not help . I just do not understand why my xbox cannot see the media server while on wireless yet it works fine on fixed LAN. Anyone help?
__________________

djcla
Posts:2
Joined:Sun Nov 11, 2007 8:37 am

Post by djcla » Sun Nov 11, 2007 9:15 pm

working now, not sure what i did could be one of 2 things changed the channel on my netgear router to auto and added the following 2 lines in a teminal session.

sudo iptables -A INPUT -i wlan0 -p tcp -m tcp --dport 9090:9091 -j ACCEPT
sudo iptables -A INPUT -i wlan0 -p udp -m udp --dport 9020:9021 -j ACCEPT

Post Reply