Local netowork(LAN1): 192.168.0.1
OpenVPN setting:
Local Network: 192.168.0.0/24
IP pool : 192.168.3.0/24
I can now SSH from OpenVPN client to 192.168.0.183
openvpn --config VPN_Default_2024-11-17-11-19-59.ovpn
Local netowork(LAN1): 192.168.0.1
OpenVPN setting:
Local Network: 192.168.0.0/24
IP pool : 192.168.3.0/24
I can now SSH from OpenVPN client to 192.168.0.183
openvpn --config VPN_Default_2024-11-17-11-19-59.ovpn
lshw
ls /sys/class/net
it was wlan0 in my case
network:
ethernets:
eth0:
dhcp4: true
optional: true
version: 2
wifis:
wlan0:
optional: true
access-points:
"SSID-NAME":
password: "your_password"
dhcp4: yes
netplan try
netplan --debug try
This command will make the above changes for 120seconds if anything wrong it will be reverted back. OR you can hit Enter to make the changes.
netplan generate
netplan apply
#enable wifi module
modprobe brcmfmac
#disable
modprobe -rv brcmfmac
nano /etc/modprobe.d/raspi-blacklist.conf
blacklist brcmfmac
blacklist brcmutil