Questo forum utilizza i cookies
Questo forum fa uso di cookie per migliorare l'esperienza utente. I cookie sono piccoli file di testo memorizzati sul tuo browser. I cookie impostati dal forum possono essere utilizzati solo su questo sito e non costituiscono rischio per la sicurezza, vengono utilizzati unicamente per memorizzare le tue preferenze. Navigando sul sito accetti che RaspberryItaly installi i cookie sul tuo browser.
Per maggiori informazioni consulta l'informativa sui Cookie di RasberryItaly

Un cookie verra memorizzato nel browser indipendentemente dalla scelta per evitare che questa domanda ti venga posta di nuovo. Sarai in grado di modificare le impostazioni dei cookie in qualsiasi momento utilizzando il link nel footer.
  • Benvenuti su RaspberryItaly!
Benvenuto ospite! Login Login con Facebook Registrati Login with Facebook


Valutazione discussione:
  • 0 voto(i) - 0 media
  • 1
  • 2
  • 3
  • 4
  • 5

[-]
Tags
openvpn problema server

problema server OPENVPN
#1
Salve amici sul mio server OPENVPN non capisco perchè all'improvviso ricevo il seguente errore:

Codice:
-- Logs begin at Sun 2020-01-19 11:39:30 CET, end at Sun 2020-01-19 14:05:18 CET. --
gen 19 14:05:18 raspberrypi ovpn-server_tun[7967]: Options error: In [CMD-LINE]:1: Error opening configuration file: /etc/openvpn/server_tun.conf
gen 19 14:05:18 raspberrypi ovpn-server_tun[7967]: Use --help for more information.
gen 19 14:05:18 raspberrypi ovpn-vpnname[7968]: Options error: You must define TUN/TAP device (--dev)
gen 19 14:05:18 raspberrypi ovpn-vpnname[7968]: Use --help for more information.
gen 19 14:05:18 raspberrypi systemd[1]: openvpn@server_tun.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- An ExecStart= process belonging to unit openvpn@server_tun.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
gen 19 14:05:18 raspberrypi systemd[1]: openvpn@server_tun.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- The unit openvpn@server_tun.service has entered the 'failed' state with result 'exit-code'.
gen 19 14:05:18 raspberrypi systemd[1]: Failed to start OpenVPN connection to server_tun.
-- Subject: L'unità openvpn@server_tun.service è fallita
-- Defined-By: systemd
-- Support: https://www.debian.org/support

non capisco a cosa sia dovuto...
Risposta
#2
mi rispondo da solo, ho risolto questo problema configurando in modo corretto le IPTABLES, ho aggiunto questi permessi ed adesso la mia OPENVPN funziona in modo perfetto:

1. iptables -A INPUT -i eth0 -m state --state NEW -p udp --dport 1194 -j ACCEPT

2. iptables -A INPUT -i tun+ -j ACCEPT

3. iptables -A FORWARD -i tun+ -j ACCEPT
iptables -A FORWARD -i tun+ -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i eth0 -o tun+ -m state --state RELATED,ESTABLISHED -j ACCEPT

4. iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE

5. iptables -A OUTPUT -o tun+ -j ACCEPT
Risposta
  


Vai al forum:


Navigazione:
Forum con nuovi Post
Forum senza nuovi post
Forum bloccato
Forum Redirect