You are not logged in.
I have just configured a new VPS for rails hosting.
I am testing an app with WEBrick ruby server.
I can access locally via links, so i know the server is working.
However I cant access through the external IP adress.
hosts.allow
#
# /etc/hosts.allow
#
sshd: ALL: ALLOW
httpd: ALL: ALLOW
ruby: ALL: ALLOW
WEBrick: ALL: ALLOW
webrick: ALL: ALLOW
# End of filehosts.deny
#
# /etc/hosts.deny
#
ALL: ALL
# End of fileIf anyone has any ideas, they would be greatly appreciated ![]()
Arch Linux since 2006
Python Web Developer + Sys Admin (Gentoo/BSD)
Offline
Do you have a router or firewall, if yes is it forwarding the correct ports?
A temporary file is just a pipe with an attitude and a will to live.
Offline
By the external address are you referring to your external ip of your modem, or your lan address?
As in are there any routers or firewalls in between that need ports forwarded?
You can check to see if the ports are open with a port scanner such as nmap or with netcat or telnet. Check it locally, with 127.0.0.1 and with the lan IP for instance 192.168.x.x or 10.x.x.x and then check from the client.
That should narrow down where the issue is.
Offline
Since you mention VPS, I'm assuming it is a cloud hosted server without a NAT router in front of it...
Are you running iptables?
`iptables -nvL`
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline