sc250024
New Around Here
Greetings,
First time posting, but I've used the Merlin firmware since 2016. Love it! Anyway, I'm wanting to set up a simple layer 2 (TAP) based VPN using OpenVPN. I currently have a working layer 3 (TUN) OpenVPN setup, but I want to extend it to have a layer 2 option on "Server 2." I used the GUI, and performed the most basic setup whereby the router generated the keys / certificates, and with most of the default encryption settings; this is shown in the attached picture. My Internet setup is as simple as can be, where the ISP modem / router combo is in bridge mode, and is just acting as a modem. See here for a diagram (MermaidJS). At this point, I'm simply trying to get it to work before tweaking security settings.
I download the generated client configuration from the VPN UI (it is attached as client2.txt). After connecting to the Wi-Fi hotspot on my phone, I test the VPN. I can connect, but I cannot reach the Internet, nor any devices on the LAN itself.
I feel like I'm missing something obvious, but I cannot quite figure out what it is. I have attached the previously mentioned items (picture of config, and OpenVPN client config) as well as:
Can anyone replicate this on their ASUS? What's missing exactly?
First time posting, but I've used the Merlin firmware since 2016. Love it! Anyway, I'm wanting to set up a simple layer 2 (TAP) based VPN using OpenVPN. I currently have a working layer 3 (TUN) OpenVPN setup, but I want to extend it to have a layer 2 option on "Server 2." I used the GUI, and performed the most basic setup whereby the router generated the keys / certificates, and with most of the default encryption settings; this is shown in the attached picture. My Internet setup is as simple as can be, where the ISP modem / router combo is in bridge mode, and is just acting as a modem. See here for a diagram (MermaidJS). At this point, I'm simply trying to get it to work before tweaking security settings.
I download the generated client configuration from the VPN UI (it is attached as client2.txt). After connecting to the Wi-Fi hotspot on my phone, I test the VPN. I can connect, but I cannot reach the Internet, nor any devices on the LAN itself.
I feel like I'm missing something obvious, but I cannot quite figure out what it is. I have attached the previously mentioned items (picture of config, and OpenVPN client config) as well as:
- Server config from the ASUS router
- The routing table after I connect to the VPN
- The Tunnelblick log.
Can anyone replicate this on their ASUS? What's missing exactly?
Bash:
# Before VPN
$ ping -c 5 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=117 time=51.304 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=117 time=48.079 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=117 time=35.595 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=117 time=31.257 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=117 time=144.935 ms
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 31.257/62.234/144.935/42.020 ms
# After VPN
$ ping -c 5 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host
Request timeout for icmp_seq 0
ping: sendto: No route to host
Request timeout for icmp_seq 1
ping: sendto: No route to host
Request timeout for icmp_seq 2
ping: sendto: No route to host
Request timeout for icmp_seq 3
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 packets received, 100.0% packet loss