On Tue, Sep 9, 2008 at 7:07 PM, QuanNH <[EMAIL PROTECTED]> wrote: > > how to config firewall in dreamlinux? (i'm new in linux, too :D ) > > (my router, firewall is disable)
You'll probably have to ask the Dreamlinux developers. Is the 'lo' interface listed if you run 'ifconfig'? Does it help if you run "ifconfig lo 127.0.0.1 up" as root? You can also run "netstat -a --inet -n" to see a list of all open Internet sockets. There should be a line for 127.0.0.1:5000 marked LISTEN. That'll prove the Pylons application is actually listening for requests. (It may be 0.0.0.0:5000 if you're using Pylons 0.9.6.) -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
