Displaying 1 result from an estimated 1 matches for "020802a".
Did you mean:
008027
2007 Apr 18
1
[Bridge] Unexpected bridge behavior (Bug? You decide.)
...y submit that re-writing the source address of packets is not
proper behavior for a bridge, even if those source addresses are not
traditionally valid.
Sure, 0.0.0.1 isn't a valid address, but it's used by the XBOX games
for "System Link" play. See http://caia.swin.edu.au/genius/020802A/
for more details, but basically XBOXes talk to each other by sending
UDP port 3074 packets with 0.0.0.1 as the source address. When
searching for other XBOX systems, these are broadcast packets
addressed to 255.255.255.255/ff:ff:ff:ff:ff:ff.
So I was trying to get two XBOXes to talk to each othe...