Good day,
here's the port forwarding I have:
ip nat inside source static tcp 172.16.1.5 53 xxx.xxx.xxx.xxx 53 extendable
ip nat inside source static udp 172.16.1.5 53 xxx.xxx.xxx.xxx 53 extendable
ip nat inside source static tcp 172.16.1.10 80 xxx.xxx.xxx.xxx 80 extendable
network # 1 172.16.1.0
interface GigabitEthernet0/0
description LAN
mac-address 68b5.99b7.bd85
ip address 172.16.1.1 255.255.0.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed 100
WAN xxx.xxx.xxx.xxxinterface GigabitEthernet0/1
mac-address f80f.41f2.f81b
no ip address
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
No. 2 192.168.1.0
interface GigabitEthernet0/2
ip address 192.168.1.112 255.255.255.0
ip mtu 1492
ip nat inside
ip virtual-reassembly in
duplex full
speed 100
DNS does not work between networks # 1 and # 2 or wrong with the rules?
Hosts 172.16.1.10
Before that everything worked so
ip nat inside source static tcp 172.16.1.10 xxx.xxx.xxx.xxx extendable
without specifying the port, and after the Declaration of the port
ip nat inside source static tcp 172.16.1.10 80 xxx.xxx.xxx.xxx 80 extendable
network # 2 does not see through a domain name. on IP open. - dylan56 commented on June 10th 19 at 15:36