CODE
$ dpkg -l skype
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-==================================================================
ii skype 2.0.0.72-0medibuntu1 A VoIP software - Medibuntu package
When I try to login to skype using either install method, after about 1-2mins I get an error in red in the login window that says:
CODE
P2P connect failed
I also do not have any running iptables or other firewalls:
CODE
# iptables -L -t filter
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
# iptables -L -t nat
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
# iptables -L -t mangle
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
# iptables -L -t raw
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
netstat shows:
CODE
# netstat -anlp | grep tcp | grep skype
tcp 0 0 0.0.0.0:32884 0.0.0.0:* LISTEN 6148/skype
# netstat -anlp | grep udp | grep skype
udp 0 0 0.0.0.0:32884 0.0.0.0:* 6148/skype
udp 0 0 127.0.0.1:48893 0.0.0.0:* 6148/skype
To answer other questions I know people will ask:
1) I can connect to the internet, I'm posting to the forum here.
2) The login/password are correct, I'm posting to the forum here.
3) I have a separate WinXP partition on the same system (laptop) in which I installed the latest Skype 3.8.x and I can connect to the Skype network just fine from Windows while using the same wireless connection access point.
I've googled for a solution to this problem and I haven't been able to find any answers that work. Any help would be greatly appreciated.