Need help forwarding over a VPN
I have a Fortigate 60D at my remote office. I have a IPSec VPN from my remote office to corporate:
Remote network 192.169.1.x
Corporate network 172.16.x.x
This is all working ok.
I have enabled dns-server on my internal interface:
config system dns-server
edit "internal"
set mode recursive
set webfilter-profile ''
next
end
I have a dns zone for the corporate network:
# get
name : corporate
status : enable
domain : corporate.com
type : master
view : shadow
ttl : 10
authoritative : disable
forwarder : "172.16.1.46"
source-ip : 0.0.0.0
allow-transfer :
primary-name : cp-dc01
contact : bbergquist@canoga.com
If I try resolving an entry such as "somehost.corporate.com" using nslookup, it fails.
Nothing seems to be forwarding to the DNS server @ 172.16.1.46.
Just on a whim now, I try pinging 172.16.1.46 from the unit:
FGT60D4615029118 # execute ping 172.16.1.46
PING 172.16.1.46 (172.16.1.46): 56 data bytes
--- 172.16.1.46 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
FGT60D4615029118 #
I can ping this from any workstation on the internal network however.
So I guess how do I setup to do forwarding over the VPN to the corporate network's DNS server? I don't really understand why I cannot ping from the Fortigate unit either.
