Link to home
Start Free TrialLog in
Avatar of rburney
rburney

asked on

Cant connect to media servers from xbox using Cisco 1240ag

i have a cisco 1240ag in place and i have my xbox connected via wireless and i can not connect to my media server to stream media. I have a negear wireless ap and it works fine so there is something in the cisco that is not allowing multicast to work. Any one have any ideas what may be stoping this.  What i need to configure on the cisco to allow this to work?
Avatar of Feebleminder
Feebleminder
Flag of United States of America image

Try adding these ports:  

 TCP: 3074
    UDP: 88
    UCP: 3074
UDP: 8602
Use these commands
set nat enabled
set nat entry add 192.168.1.60 3074 tcp
set nat entry add 192.168.1.60 88 udp
set nat entry add 192.168.1.60 3074 tcp
set nat entry add 192.168.1.60 8602 tcp
Avatar of rburney
rburney

ASKER

for a cisco 1240ag access point? Does this device have acl's or something of that nature?
Connecting to the 1240AG Series Access Point Locally

If you need to configure the access point locally (without connecting the access point to a wired LAN), you can connect a PC to its console port using a DB-9 to RJ-45 serial cable. Follow these steps to open the CLI by connecting to the access point console port:

Step 1 Connect a nine-pin, female DB-9 to RJ-45 serial cable to the RJ-45 serial port on the access point and to the COM port on a computer.

Note The Cisco part number for the DB-9 to RJ-45 serial cable is AIR-CONCAB1200. Browse to http://www.cisco.com/go/marketplace to order a serial cable.

Step 2 Set up a terminal emulator to communicate with the access point. Use the following settings for the terminal emulator connection: 9600 baud, 8 data bits, no parity, 1 stop bit, and no flow control.
Avatar of rburney

ASKER

yea i got all that. But this is an access point not a router or firewall. When i go to conf t and try to do set nat ? i get that the command is unreconized.
ASKER CERTIFIED SOLUTION
Avatar of Feebleminder
Feebleminder
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Sutton Jr
A few questions:
1) Are they on separate vlans?
2) Is it on the same network?

Can you post a copy of your config here by doing a "Sh run" on the device and we'll try to assist you further. Post it in a text file back here.

Thanks in advance.
Avatar of rburney

ASKER

This was only part of the solution. The other part was making some changes on the media server.