New Poster
•
1 Message
How to make OpenVPN work over wireless network
Hi, I need to ssh to remote host through OpenVPN but it is only working when I enabled "Bridge Mode" over wired network. I don't have my own router and I also need wireless connection for my other devices. How can I make ssh work with wifi?
EG
Expert
•
111.5K Messages
5 years ago
You may need to open / port forward the necessary port(s) to enable SSH to access the internet. Check the SSH's server / client instructions for port forwarding.
0
thejusthero
New Poster
•
1 Message
5 years ago
OpenVPN operates on port 1194. If you forward port 1194 UDP and TCP on your gateway for the device you wish to utilize OpenVPN, it will work properly.
0
EG
Expert
•
111.5K Messages
5 years ago
0
0