I am following this wiki on open VPN:http://wiki.mikrotik.com/wiki/OpenVPN#W ... penVPN_.3F
Does the 189.64.0.2/24 need to be a static IP assigned by my ISP or can I make it up?/ip address add address=10.15.30.31/24 interface=ether1 comment=Lan
/ip address add address=189.64.0.2/24 interface=ether2 comment=Internet
/ip route add dst-address=10.0.0.0/8 gateway=10.15.30.5 comment=Wan
/ip route add gateway=189.64.0.1 comment=Internet
thanks