Question
dns translation problem
Hi, I have a fortigate 310 configured with an internal interface (port 1) , an external interface (port 10) and a dmz interface (port2). I want my web server at the dmz network to be accesible form the outside network via nat I created a virtual IP as follow edit " web-outside" set extip 192.168.1.4 set extintf " port10" set mappedip 10.7.1.4 I also configure a dns traslation as follow edit 1 set dst 192.168.1.4 set netmask 255.255.255.255 set src 10.7.1.4 When a user from the outside network ask for the name of my web site the DNS server at the dmz network translate the internal address 10.7.1.4 to the mapped address 192.168.1.4. That is OK, But when a user from the internal network ask for the name of my web site the DNS server should reply with the actual IP of the web server, that is 10.7.1.4. The problem is that the DNS is always replying with the virtual address (192.168.1.4) when the query comes form the internal network. Please, I would apreciate any help Thanks in advance