Δημοσιεύτηκε: 26 Αύγ 2008, 01:46
από Cygnus
Μέσα από το άλλο thread τα παιδιά με βοήθησαν να ρυθμίσω το iptables και έτσι έχω τα εξής:
Κώδικας: Επιλογή όλων
sudo iptables -L
[sudo] password for otto:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
ACCEPT     all  --  anywhere             anywhere           
ACCEPT     icmp --  anywhere             anywhere           
ACCEPT     tcp  --  anywhere             anywhere            multiport dports ftp-data,ftp
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:smtp
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:www
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop3
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:imap2
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:https
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:mysql
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:10025
ACCEPT     tcp  --  anywhere             anywhere            multiport dports loc-srv,netbios-ssn,microsoft-ds
ACCEPT     udp  --  anywhere             anywhere            multiport dports loc-srv,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:52000
DROP       all  --  anywhere             anywhere           

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

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


Όταν λές firmware 7.4.x σε ποια συσκευή/πρόγραμμα αναφέρεσαι ακριβώς;