If it turns out that it is a firewall issue you might also need the -p option which allows you to specify the port as well:
script/server -b 192.168.1.3 -p 3002
=> Booting WEBrick...
=> Rails 2.1.0 application started on
http://192.168.1.3:3002If you are using a different webserver let me know.