On my Linux box, what is the easiest way to allow another machine on the NAT to access a running mongrel server? (Rails 2.3)
This is for the purpose of browser compatibility checks.
On my Linux box, what is the easiest way to allow another machine on the NAT to access a running mongrel server? (Rails 2.3)
This is for the purpose of browser compatibility checks.
http://192.168.1.111:3000
and should be accessible on the other machine. If it doesn't work then make sure that Mongrel is not configured to bind to localhost
(127.0.0.1) loopback interface only.