Gerold
September 9, 2024, 3:28pm
1
Hello community,
I've been trying to install VyperVPN on the OpenWRT router for some time. On the Vypervpn site, the instructions are outdated and no longer apply.
I actually have the Openwrt router for WLAN because the WLAN on the 7590 is defective. Since I'm still a beginner, I would be happy for some help.
I once got access to Vypervpn cheaply, now I want to use it. Maybe there are instructions too. My WRT is 05/23/4.
I have already installed OpenVPN.
Thank you and best wishes from the Baltic Sea
slh
September 9, 2024, 3:32pm
2
The preferred language in the OpenWrt forum is english.
When writing in your native language, please always provide an english translation.
This way other users all around the world can take part in the discussion and possibly benefit from the outcome, without having to use a translator.
Thanks!
egc
September 9, 2024, 3:38pm
4
Please connect to your OpenWRT device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact keys, passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
ip route show
for ovpn in $(ls /etc/openvpn/*.ovpn);do echo $ovpn; cat $ovpn; echo;done
logread | grep openvpn
Gerold
September 9, 2024, 3:51pm
5
BusyBox v1.36.1 (2024-07-15 22:14:18 UTC) built-in shell (ash)
Password:
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt 23.05.4, r24012-d8dd03c46f
-----------------------------------------------------
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.162",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "Xiaomi Redmi Router AX6000 (OpenWrt U-Boot layout)",
"board_name": "xiaomi,redmi-router-ax6000-ubootmod",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.4",
"revision": "r24012-d8dd03c46f",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.4 r24012-d8dd03c46f"
}
}
root@OpenWrt:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fddf:0094:d528::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.178.2'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway '192.168.178.1'
list dns '192.168.178.1'
config device
option name 'wan'
option macaddr ''
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel 'auto'
option band '2g'
option htmode 'HE40'
option legacy_rates '1'
option cell_density '0'
option country 'DE'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'gero2'
option encryption 'psk-mixed'
option key 'larissa1'
option ieee80211r '1'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option wpa_disable_eapol_key_retries '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option channel 'auto'
option band '5g'
option htmode 'HE160'
option country 'DE'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'gero3'
option encryption 'psk-mixed'
option key 'larissa1'
option ieee80211r '1'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option wpa_disable_eapol_key_retries '1'
root@OpenWrt:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
opLogin incorrect
OpenWrt login:
Login timed out after 60 seconds
root@OpenWrt:~# root@OpenWrt:~# ubus call system board
"hostname": "OpenWrt",
egc
September 9, 2024, 5:04pm
6
Unfortunately your post has been cut off , I hope you can post the remaining.
It looks like you are setting this router up as a bridged AP over Ethernet:
https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap
Make sure you connect from LAN on the upstream router to the LAN port of this router do not use the WAN!
You can setup an OpenVPN client on this bridged AP but and that is a big BUT, your connected clients will just bypass this router and thus will bypass the OpenVPN.
Only if you setup a guest wifi then this guest wifi will use the OpenVPN, it is possible to add one or more LAN ports to this guest wifi so that those LAN connected clients also will use the VPN.
For other clients in your network you can set the gateway manually to point to 192.168.178.2 to use the VPN, if your upstream router support it you might be able to set a different gateway