> OpenVPN non configura il routing sul server, si limita a dire ai
> client che possono accedere a determinate reti mediante il server (o
> un client). Quindi devi fare una cosa tipo:
> echo 1 > /proc/sys/net/ipv4/ip_forward
> Poi abiliti il mascheramento IP e permetti il forward
> iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Questi gia' li avevo :-)

> iptables -A FORWARD -i tap0 -j ACCEPT
> iptables -A FORWARD -o tap0 -j ACCEPT
Questi no e hanno "miracolosamente" risolto il problema!

Grazie per il tuo aiuto! :-)
Pol


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a