Hi,

I am far from a specialist, but...  What do you get if you try

  $ sudo iptables --list

If you have rules that are blocking, you can allow all traffic by
doing (as 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 OUTPUT ACCEPT

You probably should not keep it like that, unless you are behind
another firewall (like a router)...

Another idea...  What do you get with

  $ sudo ifconfig

Do you have a "lo" section?

I'm not sure any of this will help, but who knows...


Luis

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to