OK. I will give it a try and get back to you
On Dec 7, 8:13 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > When you start web2py you need to specify the IP address > > web2py.py -i 192.168.0.1 -p 8000 -a 'password' > > On Dec 7, 5:28 am,RupeshPradhan <rupeshkrprad...@gmail.com> wrote: > > > > > I have two computers networked together using LAN cable with name > > 'server'(192.168.0.1) and 'machine01'(192.168.0.2) > > > I have installed web2py on the 'server'. After running the > > 'web2py_no_console' on the server (thehttp://localhost:8000showsthe > > welcome page), I tried to access the webpage through machine01 by > > typinghttp://server:8000ORhttp://192.168.0.1:8000. > > > It does not work. > > > What am I missing here?