[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shreks iptables und samba



Andreas Janssen wrote:
Hallo

Michael (<longman@netcologne.de>) wrote:


Hallo,

wenn die firewall nicht läuft, dann funktioniert auch Samba.
Weiter habe ich port 445 hinzugefügt:

IPTABLES -A INPUT -i eth0 -p tcp -m tcp --dport 445 -m state\
    --state NEW,RELATED,ESTABLISHED -j samba_gate
IPTABLES -A INPUT -i eth0 -p udp -m udp --dport 445 -m state\
    --state NEW,RELATED,ESTABLISHED -j samba_gate
IPTABLES -A OUTPUT -o eth0 -p tcp -m tcp --sport 445 -m state\
    --state RELATED,ESTABLISHED -j samba_gate
IPTABLES -A OUTPUT -o eth0 -p udp -m udp --sport 445 -m state\
    --state RELATED,ESTABLISHED -j samba_gate

Trotzdem funktioniert Samba nicht.


Bitte poste den output von 'iptables -vL'

--
Mit freundlichen Gruessen
Bjoern Schmidt




Reply to: