Are you listening on the right ip address? Listening on 127.0.0.1 would make it available only on the loopbak interface, ie the same machine.
-- Abhay Rana http://about.me/n3m0 On Fri, Mar 15, 2013 at 11:54 AM, Bhushan N.N <[email protected]> wrote: > I have a node server running on port 3000 on a Windows XP system. > > I am unable to access the server from any other computer within the same > network. > > Tried using the IP address:3000 and CMPUTERNAME:3000 > > I have added port 3000 to the windows firewall exceptions. > > Can someone please help me out? I am supposed to be giving a demo today > but unable to get this working. > > Thanks for the help > Bhushan > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" 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/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
