2009/5/13 Panayiotis Ntzamilis <[email protected]>:
>> δεν έχεις ούτε καν βασική επικοινωνία IP με τον router σου και επειδή
>> αναφέρεις ότι παίρνεις IP οπότε η κάρτα σου και το router θα έπρεπε να
>> επικοινωνούνε το πρώτο που μπορώ να σκεφτώ είναι μήπως έχεις κάποιο
>> firewall.
>
> panayio...@panayiotis-laptop:~$ sudo iptables -L
> [sudo] password for panayiotis:
> Chain INPUT (policy DROP)
> target     prot opt source               destination
> ACCEPT     all  --  anywhere             anywhere
> LOG        all  --  127.0.0.0/8          anywhere            LOG level warning
> DROP       all  --  127.0.0.0/8          anywhere
> DROP       all  --  anywhere             224.0.0.1
> LOG        all  --  anywhere             anywhere            LOG level warning
> DROP       all  --  anywhere             anywhere
>
> Chain FORWARD (policy DROP)
> target     prot opt source               destination
> DROP       all  --  anywhere             224.0.0.1
> LOG        all  --  anywhere             anywhere            LOG level warning
> DROP       all  --  anywhere             anywhere
>
> Chain OUTPUT (policy DROP)
> target     prot opt source               destination
> ACCEPT     all  --  anywhere             anywhere
> DROP       all  --  anywhere             224.0.0.1
> LOG        all  --  anywhere             anywhere            LOG level warning
> DROP       all  --  anywhere             anywhere


άρα όντως έχεις κάποιους κανόνες (δεν είμαι ειδικός οπότε δεν είμαι
σίγουρος αν κάνουν κακό) και πρέπει να τους ξεφορτοθούμε

>> Αν θυμάμαι καλά μπορείς να σταματήσεις κάθε firewalling με την εντολή
>>    iptables -F

δεν θυμόμουν καλά από ότι βλέπω από αυτό (παρατήρησε τις λέξεις DROP)

>>   iptables -L
> Chain INPUT (policy DROP)
> target     prot opt source               destination
>
> Chain FORWARD (policy DROP)
> target     prot opt source               destination
>
> Chain OUTPUT (policy DROP)
> target     prot opt source               destination

οπότε δώσε αυτά (ως root) και νομίζω(ελπίζω) ότι θα παίξει

iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT


-- 
"The software is licensed, not sold" -- MICROSOFT LICENSE TERMS
-- 
Ubuntu-gr mailing list
[email protected]

If you do not want to receive any more messages from the ubuntu-gr mailing 
list, please follow this link and choose unsubscribe:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr

Απαντηση