I updated and compiled the merlin firmware for RT-AC68u as usually today, but I got these message shown below. Though I cleared and reset, it still failed. Is there any option I miss while compiling? I hope someone could help me out.
I try to setup a vpn client on my router. It creates a tun interface tun100, and a subnet 10.222.2.0. Now there is a problem on Routing the traffic from 192.168.1.150/24 to tun100. Could you please help me out?
Asus RT-AC68U and firmware version is 384.8_alpha1. VPN provider is V2Ray. It can install into router, but it's not convinent and I'm afraid that it would cause some unknown problem.
Thanks, it's my first timeto hear this. But some example I found through google say DNAT can work well. Is that something changed on firmware recently that makes DNAT not work an more?
Thanks. In this way, my PC can recieve the packet sent from Nintendo which the source IP is correct. But now I have no idea how to redirect those packet to my VPN client port on my PC. Is there any tool can do this?
Thanks for your reply.
Sorry for my unclear description, I am running a VPN client on 192.168.1.52 and it works well. Now the problem is how to redirect the packet from 192.168.1.151 to the client correctly. I am confused about what makes the source IP of those packet change to 192.168.1.1.
Recently I installed a VPN on my PC (192.168.1.52) and I set it listen on address 0.0.0.0:1081. Then I tried to route all tcp packet from my Nintendo Switch (192.168.1.151) to the proxy by using following command:
iptables -t nat -A PREROUTING -s 192.168.1.151 -p tcp -j DNAT --to-destination...