V2ray — Mikrotik Hot!

add chain=dstnat src-address=192.168.88.0/24 protocol=udp \ dst-address=!192.168.88.100 \ action=dst-nat to-addresses=192.168.88.100 to-ports=12345

Historically, RouterOS has been somewhat "closed" regarding custom binary installations. You cannot simply apt-get install software as you would on a Linux server. This makes installing modern, Go-based proxy tools like V2Ray a challenge unless you have the right hardware. v2ray mikrotik

MikroTik is a Latvian network equipment manufacturer. Their operating system, RouterOS, turns a standard computer into a network router or allows their proprietary hardware (RouterBOARD) to perform complex network tasks. It supports Firewalls, NAT, Bandwidth Management, VPNs, and Hotspot systems. add chain=dstnat src-address=192

Now, we configure the MikroTik to redirect all client traffic to your local V2Ray gateway ( 192.168.88.100:12345 ). MikroTik is a Latvian network equipment manufacturer

By default, the container package is not active for security reasons. Follow the official MikroTik Documentation to enable it: Run the command: /system/device-mode/update container=yes .