I started poking around a little bit and found 'system-config- firewall', I noticed that the only 'trusted service' allowed was ssh, so I added http, and I was then able to enter the ip into a browser from a different computer (within my home network) and the content came up. Thanks for all the help.
On Feb 9, 5:22 pm, Daniel Eggleston <[email protected]> wrote: > try that again, with iptables -L -v. > > > > On Tue, Feb 9, 2010 at 4:12 PM, Jeremy Leonard <[email protected]> wrote: > > The output for 'iptables -L' run as root is: > > > Chain INPUT (policy ACCEPT) > > target prot opt source destination > > ACCEPT all -- anywhere anywhere state > > RELATED,ESTABLISHED > > ACCEPT icmp -- anywhere anywhere > > ACCEPT all -- anywhere anywhere > > ACCEPT tcp -- anywhere anywhere state NEW > > tcp dpt:ssh > > REJECT all -- anywhere anywhere reject- > > with icmp-host-prohibited > > > Chain FORWARD (policy ACCEPT) > > target prot opt source destination > > REJECT all -- anywhere anywhere reject- > > with icmp-host-prohibited > > > Chain OUTPUT (policy ACCEPT) > > target prot opt source destination > > > On Feb 8, 7:20 pm, Armen Kaleshian <[email protected]> wrote: > > > Understood. > > > > There may be a firewall enabled on the machine that the server is running > > > on, preventing other machines on the same network as the server from > > > connecting to the web server. > > > > As root, if you run* /sbin/iptables -L* from a terminal window, what does > > > the output look like? > > > -- > > You received this message because you are subscribed to the Linux Users > > Group. > > To post a message, send email to [email protected] > > To unsubscribe, send email to [email protected] > > For more options, visit our group at > >http://groups.google.com/group/linuxusersgroup > > -- > > Daniel -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
