06-25-2008 10:31 AM
06-25-2008 10:41 AM
06-25-2008 11:04 AM - edited 06-25-2008 11:08 AM
06-25-2008 11:20 AM - edited 06-25-2008 11:22 AM

06-25-2008 11:52 AM
06-25-2008 12:44 PM
06-25-2008 01:21 PM
06-25-2008 01:43 PM
altenbach wrote:(A) 192.168.200.72------ Users computer(B) 192.168.200.80------ Remote DeviceA sends regular UDP packets to B from a high port to port 80Once in a while, B send a packet to A with a source port of 80 and a destination port of 6311.One possible scenario interpertation:Some program on A regularly sends packets to port 80 of the remote device B, possibly a query. After such, B replies to port 6311, where your program is sopposed to be listening. What do you get if you listen on port 6311 as is the default for your program?
06-25-2008 02:18 PM
smercurio_fc wrote:
I would doubt it's a firewall issue since the packets can be seen by Wireshark.
06-25-2008 02:29 PM
Am I sure? No. If we're dealing with a software firewall only, then it's likely that Wireshark would indeed see all the packets since it's monitoring the network interface. If we're dealing with a potential hardware firewall, like a router, then it's a different story, obviously. That was why I had asked way back when about whether or not the computers were on the same subnet.
@altenbach wrote:Are you sure that wireshark monitors only after the firewall? I always thought it sees all traffic.I'll do some tests...