2009/7/27 Davide Giovine <[email protected]>: > Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes) > pkts bytes target prot opt in out source > destination
Manca la regola di iptables per il MASQUERADE: iptables -t nat -A POSTROUTING -o <interfaccia internet> -j MASQUERADE -- Dario Pilori -Linux registered user #406515 -- 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]

