Upload files to "Mikrotik OpenVPN"
This commit is contained in:
parent
9821283d7b
commit
a59d57cf0d
|
@ -0,0 +1,3 @@
|
|||
/ip firewall nat add chain=dstnat action=dst-nat to- addresses=192.168.110.246 protocol=tcp dst-port=80 in- interface=ovpn-test dst-port=9090
|
||||
/ip firewall nat add chain=dstnat action=dst-nat to- addresses=192.168.110.246 protocol=tcp dst-port=22 in- interface=ovpn-test dst-port=22
|
||||
/ip firewall nat add chain=dstnat action=dst-nat to- addresses=192.168.110.246 protocol=tcp dst-port=8728 in- interface=ovpn-test dst-port=1100
|
Loading…
Reference in New Issue