iptables settings to allow PSP on line gaming

Tim Wunder tim
Sat Dec 31 12:23:14 PST 2005


On Saturday 31 December 2005 11:55 am, someone claiming to be Tim Wunder 
wrote:
> My son has a PSP game called SOCOM Navy Seals that has a wireless on line
> gaming feechur that requires access thru my firewall. There appears to be
> no online documentation on what ports this game wants or needs. Best as I
> can tell from watching a tcpdump while the firewall was disabled is that it
> uses ports 60000-64000; 50000-54000 and 10070-10080.
> Anybody have any specific knowledge as to what ports the Sony PSP wants
> open for this game, or how I can tell iptables to allow a range of ports
> from a specific interface (eth1)?
>

We took a stab at it on our own.
After setting the following rules:
# iptables -A RH-Firewall-1-INPUT -i eth1 -p tcp -m tcp --sport 60000:64000 -m 
state --state NEW,ESTABLISHED -j ACCEPT 
# iptables -A RH-Firewall-1-INPUT -i eth1 -p tcp -m tcp --sport 50000:54000 -m 
state --state NEW,ESTABLISHED -j ACCEPT 
# iptables -A RH-Firewall-1-INPUT -i eth1 -p tcp -m tcp --sport 10070:10080 -m 
state --state NEW,ESTABLISHED -j ACCEPT 

we get:
12:16:33.846205 IP 10.0.0.1 > 10.0.0.101: icmp 68: host 160.33.37.39 
unreachable - admin prohibited

10.0.0.101 is the PSP.

We'll keep trying, but it'd be easier if someone who knew could point us in 
the right direction...

Thanks, 
Tim

-- 
Fedora Core release 4 (Stentz), Linux 2.6.14-1.1653_FC4
KDE: 3.5.0-4.0.fc4.kde, xorg-x11-6.8.2-37.FC4.49.2
 12:20:03 up 7 days, 21:09,  3 users,  load average: 0.36, 0.19, 0.20
MP3/OGG archive Total playlength : 7 days, 18 hours, 17 mins 41 seconds
"It's what you learn after you know it all that counts" John Wooden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20051231/3893ef54/attachment.pgp


More information about the Linux-users mailing list