RE: Problem with NAT [7:7915]

2001-06-11 Thread Nick R
Also, make sure that your port 53 (TCP-for zone transfers and UDP-for DNS queries) is opened so other DNS servers can communicate with your's. -- Nick Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=8023&t=7915 -- FAQ, list archiv

RE: Problem with NAT [7:7915]

2001-06-11 Thread Nick R
# ip nat inside source static tcp 192.168.x.y(private ip address) 208.208.208.208(public ip address) This statement does 2 things : ■ translates the source of IP packets that are traveling inside to outside (192.168.x.y -> 208.208.208.208) ■ translates the destination of the IP packets that are t

RE: Problem with NAT [7:7915]

2001-06-11 Thread Bob Cisco
Many application protocols carry IP addresses in an application-level protocol. In such cases, an Application-Level Gateway (ALG) is needed to complete the translation. For example: Obviously DNS, responsible for domain name/IP address mapping, is impacted by NAT. From simple query handling to zon