erlug
[Top] [All Lists]

Re: [Erlug] iptables redirect

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] iptables redirect
From: Gian <g.ciotti@xxxxxxxxxxxxx>
Date: Mon, 23 May 2005 18:36:13 +0200
Vito Pascali wrote:

se ancora non funziona posta l'output di iptables -L

Purtroppo:
root@Apollo:~# iptables -L

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
REJECT tcp -- anywhere anywhere tcp dpt:8080 reject-with icmp-port-unreachable
ACCEPT     all  --  localhost            anywhere

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  -f  anywhere             anywhere
ACCEPT     all  --  localhost            anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  localhost            anywhere

Premetto che la macchina e' filtrata a monte dell'ip pubblico, quindi non ho messo su molte restrizioni come si può vedere...
Vito

e un bel: iptables -t nat -nvL
o ancora meglio tutto lo script che lanci all'avvio del firewall tanto per capire la configurazione.

--
Gian



<Prev in Thread] Current Thread [Next in Thread>