hi everyone
first time i can't resolve a problem with pf in years :)

my brother has a xbox360 and use the xbox live 
the box ip is 192.168.0.33
some documentation said we must open 88/udp and 3074 tcp and udp

so i put in my pf.conf

rdr on rl0 inet proto {tcp,udp} from any to any port  3074 -> 192.168.0.33 port 
3074
rdr on rl0 inet proto {tcp,udp} from any to any port  88 -> 192.168.0.33 port 88

and

pass in on rl0 proto {tcp,udp} from any to any port 88
pass in on rl0 proto {tcp,udp} from any to any port 3074

rl0 is my external interface evrything is "pass out" on rl0 (tcp,udp, icmp)
and everything out and in "pass" on the internal interfaces of the network.

the xbox test interface still give a "strict" result and i need an open result.
a tcpdump give me malformed packet on the kerberos port.
and i have a "scrub in all" line. 

thanks for the help

Reply via email to