Hi all, I'm having a bit of trouble setting up a new web server. The
last time I set up up it went smoothly, but for some reason I can't
connect to the HTTP port on this one. Any clues what I'm missing? I can: 1. SSH into my server from an external workstation. 2. Ping my server by DNS name from an external workstation. 3. I can load the default web page when I'm SSH'd in, this works fine:
However, I cannot connect via HTTP externally, even using the IP address: 4. Unable to connect Firefox can't establish a connection to the server at 54.243.205.88. I'm not sure where I could have fubared this. I did try to redirect the ports from 80 to 8080, perhaps that was done incorrectly?
I thought this should be exactly the same as the last time I did it, so I don't know why it wouldn't work. Here's the script I used to set up the iptables: iptables -t nat -A OUTPUT -d localhost -p tcp --dport 80 -j REDIRECT --to-ports 8080 iptables -t nat -A OUTPUT -d 10.211.163.215 -p tcp --dport 80 -j REDIRECT --to-ports 8080 iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-ports 8080 /etc/init.d/iptables save /etc/init.d/iptables restart I'm completely at a loss how to troubleshoot this further, any advice is much appreciated. |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org