I'd like to use OpenVPN inside Whonix Workstation so need to open 1194 port.
I was trying to add some lines to iptables and still failing. How can I do it and then check it, for example with nmap scanning localhost?
I'd like to use OpenVPN inside Whonix Workstation so need to open 1194 port.
I was trying to add some lines to iptables and still failing. How can I do it and then check it, for example with nmap scanning localhost?
Whonix and open port as of Whonix 13 makes limited sense. You don't need to open a port in order to use VPN.
As for VPN usage instructions, just have a look into Whonix VPN documentation:
roaima this is the default firewalls for Workstation and Gateway:
https://github.com/Whonix/whonix-ws-firewall
/etc/whonix_firewall.d/30_default.conf
/usr/bin/whonix_firewall
https://github.com/Whonix/whonix-gw-firewall
/etc/whonix_firewall.d/30_default.conf
/usr/bin/whonix_firewall
I used to use something like this:
iptables -A INPUT -p tcp --dport 1194 -j ACCEPT
adrelanos I already look around documentation and dont find answers for my questions,sorry but I do need,find out this to develop,debug,experiment,learn more saying.
If you could help,thats great,in other way Ill keep learning more. Cheers.