Results 1 to 1 of 1
I have a firewall with 2 eth's running gentoo, everything works fine but I cant seem to get through with playstation 2 to join games. The playstation gets an ip ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-05-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 4
playstation 2 and iptables
I have a firewall with 2 eth's running gentoo, everything works fine but I cant seem to get through with playstation 2 to join games. The playstation gets an ip from the firewall through dhcp and connects to game spy but I cant join the game itself.
My ip rules, found on the one wedsite that I could find that talked about iptables and ps2. I can connect to game spy without these rules so they are doing nothing.
tail /var/log/messageCode:############################################################### # Sony Playstation 2 Online 172.16.4.192 ############################################################### iptables -t nat -A PREROUTING -p tcp --dport 10070:10080 -i $INTIF1 -j DNAT --to 172.16.4.192 iptables -t nat -A PREROUTING -p udp --dport 10070:10080 -i $INTIF1 -j DNAT --to 172.16.4.192
Code:pr 4 06:24:44 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=59093 PROTO=UDP SPT=27901 DPT=61029 LEN=28 Apr 4 06:24:44 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=59098 PROTO=UDP SPT=27901 DPT=61025 LEN=28 Apr 4 06:24:49 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=64323 PROTO=UDP SPT=27901 DPT=61029 LEN=28 Apr 4 06:24:49 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=64329 PROTO=UDP SPT=27901 DPT=61025 LEN=28 Apr 4 06:24:54 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=3755 PROTO=UDP SPT=27901 DPT=61029 LEN=28 Apr 4 06:24:54 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=3762 PROTO=UDP SPT=27901 DPT=61025 LEN=28 Apr 4 06:24:59 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=8689 PROTO=UDP SPT=27901 DPT=61029 LEN=28 Apr 4 06:24:59 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=8694 PROTO=UDP SPT=27901 DPT=61025 LEN=28 Apr 4 06:25:04 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=13419 PROTO=UDP SPT=27901 DPT=61025 LEN=28 Apr 4 06:25:09 localhost kernel: FORWARD DROPPED: IN=eth0 OUT=eth1 SRC=207.38.11.12 DST=172.16.4.192 LEN=48 TOS=0x00 PREC=0x00 TTL=110 ID=17937 PROTO=UDP SPT=27901 DPT=61025 LEN=28


Reply With Quote
