Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
Ehi Marc, thank you very much.

By doing a nmap scan I noticed the port 8000 is filtered.

so I tryed flushing iptables and it worked...now i've just to set up
again filtering over other ports.

Thank you again,
Simone.

On Jan 4, 12:27 pm, Marc Aymerich  wrote:
> On Mon, Jan 4, 2010 at 12:04 PM, simonecare...@gmail.com <
>
>
>
>
>
> simonecare...@gmail.com> wrote:
> > > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > > browser to that address.
>
> > Of course I mean MY.IP.ADDRESS:8000. :)
>
> > On Jan 4, 12:01 pm, "simonecare...@gmail.com"
> >  wrote:
> > > Hi everyone,
>
> > > i've just setted up a new Centos 5.4 based cloud server at Rackspace.
> > > Installed Python2.5 and virtualenv, devel-tools, and all went ok but I
> > > can't reach the development server.
>
> > > I started a new django project, then launched
>
> > > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > > browser to that address.
>
> > > Any ideas?
>
> take a look with: netstat -ltnp|grep python
> can you ping YOUR.IP.ADDRESS ??
> what say nmap YOU.IP.ADDRESS -p 8000 (client side) ?
> check your /etc/hosts (client side)
> check your /etc/hosts.deny (server and client side)
> maybe something with iptables: iptables -F
> in server side.. can you connect with: links2http://localhost:8000 ?
> Maybe Firewalls on the way?
>
>
>
> > > Also tried to disable SELinux, but nothing changed.
>
> > > Thanks,
> > > Simone.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com > groups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread Marc Aymerich
On Mon, Jan 4, 2010 at 12:04 PM, simonecare...@gmail.com <
simonecare...@gmail.com> wrote:

> > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > browser to that address.
>
> Of course I mean MY.IP.ADDRESS:8000. :)
>
>
>
> On Jan 4, 12:01 pm, "simonecare...@gmail.com"
>  wrote:
> > Hi everyone,
> >
> > i've just setted up a new Centos 5.4 based cloud server at Rackspace.
> > Installed Python2.5 and virtualenv, devel-tools, and all went ok but I
> > can't reach the development server.
> >
> > I started a new django project, then launched
> >
> > python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> > browser to that address.
> >
> > Any ideas?
> >
>

take a look with: netstat -ltnp|grep python
can you ping YOUR.IP.ADDRESS ??
what say nmap YOU.IP.ADDRESS -p 8000 (client side) ?
check your /etc/hosts (client side)
check your /etc/hosts.deny (server and client side)
maybe something with iptables: iptables -F
in server side.. can you connect with: links2 http://localhost:8000  ?
Maybe Firewalls on the way?



> > Also tried to disable SELinux, but nothing changed.
> >
> > Thanks,
> > Simone.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
> python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> browser to that address.

Of course I mean MY.IP.ADDRESS:8000. :)



On Jan 4, 12:01 pm, "simonecare...@gmail.com"
 wrote:
> Hi everyone,
>
> i've just setted up a new Centos 5.4 based cloud server at Rackspace.
> Installed Python2.5 and virtualenv, devel-tools, and all went ok but I
> can't reach the development server.
>
> I started a new django project, then launched
>
> python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
> browser to that address.
>
> Any ideas?
>
> Also tried to disable SELinux, but nothing changed.
>
> Thanks,
> Simone.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Cannot reach development server in a rackspace cloud server

2010-01-04 Thread simonecare...@gmail.com
Hi everyone,

i've just setted up a new Centos 5.4 based cloud server at Rackspace.
Installed Python2.5 and virtualenv, devel-tools, and all went ok but I
can't reach the development server.

I started a new django project, then launched

python2.5 manage.py runserver 0.0.0.0:8000, but i can't point my web
browser to that address.

Any ideas?

Also tried to disable SELinux, but nothing changed.

Thanks,
Simone.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.