Works for me. I have my server push a route for 10.9.0.0, and that route properly gets added to my client's routing table.I think the question is why in routing table there are no routes from VPN server to VPN client. After upgrade firmware, routes came, it's working, but in routing table there are no routes. VPN server pushed through the PUSH parameter. VPN server and clients on RMerlin's firmware 386.3.
It's a AX client and internal I get 940Mb. On the router the same. But Wan to Wifi slows down ...It's possible. 750 Mbps is what I would expect though from any dual-stream 802.11AC client however, so this looks normal to me.
@RMerlin@RMerlin - Possible Bug/ Issue in VPN Server settings.
Using the Asus Router as a VPN Server
VPN Server -> IPSec VPN settings.
Setup the Asus Router as a IKEv2 server, no issues in setting up. I have setup my clients as IKEV2 clients and everything connects fine.
I then realised that I needed to change the allocated IP addresses for my clients, so I select
VPN Details -> Advanced Settings
And I changed the IP address range to 192.168.100.x
Hit apply... All saved successfully.
I then reconnect my clients, connection goes through successfully, clients connect - however the new IP address range is not reflected by the clients, they are still on the original range.
Did a bit of digging...
I then checked the ipsec.conf files and it seems that the change of IP address range is only reflected in the ikev1 section. The ikev2 section still reflects the old address range.
I am referring to the line
Code:rightsourceip=
Hope you are able to replicate the issue with the above details...
Router: ASUS RT-AX88U, running version 386.3, no add-ons, no USB, jffs scripts enabled.
conn %default
keyexchange=ikev1
authby=secret
ike=aes256-sha1-modp1024
#Host-to-NET[prof#0]:4>Host-to-Net>null>null>wan>>1>SharedSecretKey>null>null>null>null>null>1>192.168.100>null>1>null>null>0>null>null>null>1>>>eap-md5>1>500>4500>10>1>null>null>null>null><<<<>1
conn Host-to-Net
keyexchange=ikev1
left=92.92.92.213
.......
.......
rightsourceip=192.168.100.0/24
rightdns=192.168.1.1
.......
#Host-to-NET[prof#1]:4>Host-to-Netv2>null>null>wan>>0>null>null>null>null>null>null>1>10.10.10>null>2>null>null>0>@guru.myddns.me>null>null>0>>>eap-mschapv2>1>500>4500>10>1>null>null>null>null><<<<>1>pubkey>svrCert.pem>always>svrKey.pem>%identity
conn Host-to-Netv2
keyexchange=ikev2
left=92.92.92.213
.......
leftid=@my.domain.name
.......
rightsourceip=10.10.10.0/24
rightdns=192.168.1.1
Already answered in this thread - use search function .This release is fantastic. Everything works better then expected. Gotta love VPN Director because it makes everything so much easier.
Thanks Merlin, great software that is actually worth paying for and I intend to do just that.
One question. How do I test the kill switch. I now know turning off the vpn client also turns off the kill switch so that I still have access to wan. Previous version when turning off vpn client activated the kill switch and prevented internet access.
I just want to make sure if the tunnel goes down the kill switch will block internet access.
Thank You
The Wifi-radar does not work for me. User error?
@RMerlin@RMerlin I’ll have to check this, but it’s always worked up until 386.3.
The server is an RT-AC68U running Merlin 386.3 just as the RT-AX88U is.
Hi,@RMerlin
When I use OpenVPN to connect from my phone to the RT-AC68U, I can access the 68’s subnet and configure page however, when I connect to it using my RT-AX88U’s VPN client with the exact same config file, it doesn’t allow access to the subnet.
Do I need to do something in the client config to see the 68’s subnet that I wouldn’t have needed to do before?
I also connect to an RT-AC86U that’s running 386.2_6 from the X88U and I can access the 86U’s subnet, so I’m not 100% sure it’s the client config?
Thanks for your help.
@RMerlin - Possible Bug/ Issue in VPN Server settings.
Using the Asus Router as a VPN Server
VPN Server -> IPSec VPN settings.
Setup the Asus Router as a IKEv2 server, no issues in setting up. I have setup my clients as IKEV2 clients and everything connects fine.
I then realised that I needed to change the allocated IP addresses for my clients, so I select
VPN Details -> Advanced Settings
And I changed the IP address range to 192.168.100.x
Hit apply... All saved successfully.
I then reconnect my clients, connection goes through successfully, clients connect - however the new IP address range is not reflected by the clients, they are still on the original range.
Did a bit of digging...
I then checked the ipsec.conf files and it seems that the change of IP address range is only reflected in the ikev1 section. The ikev2 section still reflects the old address range.
I am referring to the line
Code:rightsourceip=
Hope you are able to replicate the issue with the above details...
Router: ASUS RT-AX88U, running version 386.3, no add-ons, no USB, jffs scripts enabled.
That is because you are only able to adjust the settings for the IPK1, the settings for the IPK2 are set by instant guard which was added by asus(closed source)@RMerlin
It appears that the line rightsourceip=10.10.10.0/24 is hardcoded for the ikev2 section.
The value of rightsourceip in ikev1 section changes accordingly, but the same value in ikev2 section does not change from 10.10.10.0/24.
Redacted contents of ipsec.conf
Code:conn %default keyexchange=ikev1 authby=secret ike=aes256-sha1-modp1024 #Host-to-NET[prof#0]:4>Host-to-Net>null>null>wan>>1>SharedSecretKey>null>null>null>null>null>1>192.168.100>null>1>null>null>0>null>null>null>1>>>eap-md5>1>500>4500>10>1>null>null>null>null><<<<>1 conn Host-to-Net keyexchange=ikev1 left=92.92.92.213 ....... ....... rightsourceip=192.168.100.0/24 rightdns=192.168.1.1 ....... #Host-to-NET[prof#1]:4>Host-to-Netv2>null>null>wan>>0>null>null>null>null>null>null>1>10.10.10>null>2>null>null>0>@guru.myddns.me>null>null>0>>>eap-mschapv2>1>500>4500>10>1>null>null>null>null><<<<>1>pubkey>svrCert.pem>always>svrKey.pem>%identity conn Host-to-Netv2 keyexchange=ikev2 left=92.92.92.213 ....... leftid=@my.domain.name ....... rightsourceip=10.10.10.0/24 rightdns=192.168.1.1
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!