Question
VDOM internet access
Hello guys, Hope you can help me. I use a Fortigate 110C with FortiOS 4.03 I try to get internet access on my " Internal" VDOM. When i log in to cli i can ping to for examle www.google.com from the root VDOM. When i try to ping from the Internal VDOM he resolves the hostname but i can' t ping the host. This is my conf: edit " InternalLin0" set vdom " Intern" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link next edit " InternalLin1" set vdom " root" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link edit " port5" set vdom " Intern" set ip 192.168.10.1 255.255.255.0 set allowaccess ping https ssh snmp telnet set type physical set alias " internal" next edit " port6" set vdom " Intern" set type physical set alias " internal" next edit " port7" set vdom " Intern" set type physical set alias " internal" next edit " port8" set vdom " Intern" set type physical set alias " internal" next config firewall address edit " all" next edit " Internal_local" set associated-interface " INTERNAL" set subnet 192.168.10.0 255.255.255.0 next edit " InternalManagement" set associated-interface " InternalLin0" set subnet 10.0.1.0 255.255.255.255 next end config firewall address edit " all" next edit " Internal_local" set associated-interface " INTERNAL" set subnet 192.168.10.0 255.255.255.0 next edit " InternalManagement" set associated-interface " InternalLin0" set subnet 10.0.1.0 255.255.255.255 next end config system interface edit " InternalLin0" set vdom " Intern" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link next end ----------------------------- show system interface InternalLin1 config system interface edit " InternalLin1" set vdom " root" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link next FG100C3G09602495 (root) # show system interface InternalLin0 config system interface edit " InternalLin0" set vdom " Intern" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link next end FG100C3G09602495 (root) # show system interface InternalLin1 config system interface edit " InternalLin1" set vdom " root" set ip 10.0.1.1 255.255.255.0 set allowaccess ping https ssh telnet set type vdom-link next config firewall address edit " all" next edit " InternalManagement" set associated-interface " InternalLin1" set subnet 10.0.1.0 255.255.255.255 next config firewall policy edit 2 set srcintf " InternalLin1" set dstintf " wan1" set srcaddr " InternalManagement" set dstaddr " all" set action accept set schedule " always" set service " ANY" next Hope you can help me out. Kind Regards
