Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3611 - on EA6350v3 Openvpn fails to work on Wirelss #8642

Open
openwrt-bot opened this issue Feb 9, 2021 · 0 comments
Open

FS#3611 - on EA6350v3 Openvpn fails to work on Wirelss #8642

openwrt-bot opened this issue Feb 9, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

cscortes:

Supply the following if possible:

  • Device problem occurs on

EA6350v3

  • Software versions of OpenWrt/LEDE release, packages, etc.

OpenWrt 19.07.6 r11278-8055e38794 / LuCI openwrt-19.07 branch git-21.018.57536-6ba9740

  • Steps to reproduce

Installed Openvpn client with *.ovpn file by using LuCI interface of openvpn. Works when I am connected to ethernet, but not when I tried wifi.

I followed the steps on openwrt website for setting up openvpn with LuCI. It only works with ethernet, not wifi interfaces. I also looked at/tried other configurations, with the same results only the ethernet interface works over the VPN. The strange thing is when you connect with the wifi interface, you can still connect to the router. Almost like wlan0, wlan1 are no longer on the same bridge as the switch.

CLIENT OPENVPN CONFIG :

client
dev tun
proto tcp
remote xx.xx.xxx.xxx 31194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
ignore-unknown-option block-outside-dns
block-outside-dns
verb 3

-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----


-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----


-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----


-----BEGIN OpenVPN Static key V1-----
-----END OpenVPN Static key V1-----

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant