UFW openVPN settings 12.04
Asked by
Chris Dailey
Am running "Linux Mint 13 Maya". openVPN is not connecting correctly to the server. It was operating properly under "Linux Mint 12". Have added the following lines to the UFW file before.rules.
# OpenVPN setup as per:http://
-A INPUT -i eth0 -p udp --dport 1194 -j ACCEPT
-A OUTPUT -o eth0 -p udp --dport 1194 -j ACCEPT
-A INPUT -i tun0 -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A FORWARD -o tun0 -j ACCEPT
Unsure if these lines need to be edited or what else needs to be corrected.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu ufw Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Chris Dailey for more information if necessary.
To post a message you must log in.