Router Man wrote:
> Router Man wrote:
>
>> It's a simple question people.
>>
>> Do symetric (One-to-Many) NAT-Routers block/drop all unsolicited
>> external/in-bound packets, regardless of the type of packet?
>>
>> Or are unsolicited UDP packets allowed to get through?
>
> Sorry.
>
> I thought there were router "Experts" here who could answer a simple
> question.
I'm not an expert, I'm going to take NA classes at the local JC in the
fall, so - while this is interesting - I apologize if my answers aren't
applicable.
http://help.soft32.com/questions/31/...ss-Translation)
With symmetric NAT all requests from the same internal IP address and
port to a specific destination IP address and port are mapped to a
unique external source IP address and port. If the same internal host
sends a packet with the same source address and port to a different
destination, a different mapping is used. Only an external host that
receives a packet can send a UDP packet back to the internal host.
http://en.wikipedia.org/wiki/Network...ss_translation
Symmetric NAT
* Each request from the same internal IP address and port to a
specific destination IP address and port is mapped to a unique external
source IP address and port. If the same internal host sends a packet
even with the same source address and port but to a different
destination, a different mapping is used.
* Only an external host that receives a packet from an internal
host can send a packet back.
Mike