Ekiga n'arrive pas à se connecter: j'obtiens le message d'erreur suivant:
Je soupçonne mon firewall (configuré d'après le wiki d'arch https://wiki.archlinux.org/index.php/Si ... l_firewall) de tout bloquer, mais mes bidouillage n'ont rien donné. J'ai pourtant essayé d'ouvrir les protocoles SIP, H323 et STUN en ajoutant quelques règles, en vain.Ekiga did not manage to configure your network settings automatically. You can still use it, but you need to configure your network settings manually.
Please see http://wiki.ekiga.org/index.php/Enable_ ... g_manually for instructions
un iptables -L donne:
Merci d'avance!Chain INPUT (policy DROP)
num target prot opt source destination
1 DROP tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: UPDATE seconds: 60 hit_count: 4 name: DEFAULT side: source
2 tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: SET name: DEFAULT side: source
3 ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
4 ACCEPT all -- anywhere anywhere
5 DROP all -- anywhere anywhere ctstate INVALID
6 ACCEPT icmp -- anywhere anywhere icmp echo-request ctstate NEW
7 UDP udp -- anywhere anywhere ctstate NEW
8 TCP tcp -- anywhere anywhere tcpflags: FIN,SYN,RST,ACK/SYN ctstate NEW
9 REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
10 REJECT tcp -- anywhere anywhere reject-with tcp-reset
11 REJECT all -- anywhere anywhere reject-with icmp-proto-unreachable
12 ACCEPT tcp -- phare.normalesup.org anywhere tcp dpt:ssh
13 ACCEPT udp -- anywhere anywhere udp dpt:stun
14 ACCEPT udp -- anywhere anywhere udp dpt:sip
15 ACCEPT tcp -- anywhere anywhere tcp dpt:h323hostcall
Chain FORWARD (policy DROP)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
Chain TCP (1 references)
num target prot opt source destination
1 ACCEPT tcp -- anywhere anywhere tcp dpt:http
2 ACCEPT tcp -- anywhere anywhere tcp dpt:h323hostcall
Chain UDP (1 references)
num target prot opt source destination
1 ACCEPT udp -- anywhere anywhere udp dpt:domain
2 ACCEPT udp -- anywhere anywhere udp dpt:stun
3 ACCEPT udp -- anywhere anywhere udp dpt:sip
EDIT: ce n'est pas nécessairement un problème de firewall, parce que cela bloque aussi sur opensuse où le firewall est à priori différent