Question
Configuring VIP (DNAT) in Transparent mode
I took the following sample from tranparent mode technical guide. I used wan ip address for extip with service RDP. I am trying to establish rdp session from any wan address. I also set mappedip to the machine on internal lan with local ip. I am not able to establish rdp session with extip. Would anyone know what could be the problem? BTW.. It appears that not everything you could do from GUI and GUI is not able to show the entire configuration much like cisco. config firewall vip edit " vip1" set extip 192.168.183.48 set extintf " vlan160_p2" set mappedip 192.168.182.78 next end config firewall policy edit 4 set srcintf " vlan160_p2" set dstintf " vlan18_p3" set srcaddr " all" set dstaddr " vip1" set action accept set schedule " always" set service " ANY" next end
