[SATLUG] I Can't Reach IP 67.98.249.228 or 67.98.249.227
Bruce Dubbs
bruce.dubbs at gmail.com
Wed Apr 25 22:32:36 CDT 2007
Robert Pearson wrote:
> In the course of researching Grid computing I turned up two sites
> through Google searches that I need to access.
>
> They are:
> http://www.ogf.org
> http://forge.gridforum.org
Both of these sites work fine for me.
To test if iptables is turned off, do:
#/sbin/iptables -L
You should see:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
The forward chain is immaterial.
You can also try
$telnet www.ogf.org 80
You should see
$ telnet www.ogf.org 80
Trying 67.98.249.228...
Connected to www.ogf.org.
Escape character is '^]'.
To get out type ctrl-] <CR> and then quit<CR>.
-- Bruce
More information about the SATLUG
mailing list