Can't ssh remote hosts

I just installed open Suse 11.3, and I cannot SSH my school. Upon further investigation I could not even ping any machines outside my local area network. Ironically I could nmap machines outside my local area network.
Does anyone have the slightest clue what is going on here?

Thanks.

Oh and I forgot to add, I can’t even telnet remote hosts. I did try disabling my firewall using YaSt and nothing changed so the problem doesn’t lie there.

p4rt1cl3 wrote:
> Oh and I forgot to add, I can’t even telnet remote hosts.

what if you try to telnet or ssh to an IP, rather than the name?

like try:

telnet nlzero.com
and then
telnet 12.158.188.234

if you get answered on the second but not the first you need to solve
your DNS problem…do you use DCHP or what?

and, have you yet tried disabling IPv6


DenverD
CAVEAT: http://is.gd/bpoMD [posted via NNTP w/openSUSE 10.3]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You’re not focusing on the likely problems yet. First, the firewall via
Yast does not block outgoing traffic (by default) so that should never
affect you unless you change things intentionally. Second, ping and nmap
are not the same type of test. The ping command sends a certain type of
ICMP message to a destination which can be blocked by any number of
devices in between (routers, firewalls, etc.) so that they are never
returned, while nmap specifically is most-commonly used for OS
identification through the use of ICMP as well as TCP/IP and UDP/IP.
Typically nmap will do a ping test first but it’s not required. Knowing
what you mean by “could not ping” and “could nmap” by having you post the
output of each test could be helpful.

Also what really happens when you try to ‘SSH … school’ (again, via
output)? Most places in the world are not going to arbitrarily allow you
to access them remotely via any port; if you are the school’s network
administrator and have made changes to the network for this to work,
that’s one thing, but if not then there’s no reason in the world you
should assume this will work.

Good luck.

On 08/29/2010 04:06 AM, p4rt1cl3 wrote:
>
> Oh and I forgot to add, I can’t even telnet remote hosts. I did try
> disabling my firewall using YaSt and nothing changed so the problem
> doesn’t lie there.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMekGsAAoJEF+XTK08PnB5EwEQAJxjne6Fi/B4IAoX1uDq/h0N
10Eu+Qwsf4MqRBVr2eu1o14O+pB7Tbbe5eT5MEdJ/65eOgkPAQNJl5+zhb1Te1Ki
YdU3U20iOG/HHnqDuJZZzWBWuyjA9elut8HoOUXMyzd879J3jy/72Gc5g560nKJY
C4/MqdWXw3WEnwjvzi/3m8Jdiq0U9stDAc666AocWOFjEUKpF13U0IZTAynwO48C
+ccfntejqsS6wI/+so9/ER4Q9m3NKkfXVG0UTar8uU52YCucLlYGH2JsuIv3tWNW
Fts7V9oPzPUdpInfcw6mtIyBLZslaZHIeqxx4DNJMX7w9EBJsCw+zDEPYt8Z/Jw3
Sm2cfr8++2nLxf6D7czZ48SiY97lnmhZQWyFFW108qlL4trFbkU17sWTr9V0fI6U
MWcPx/9pincJLGKD4uXXQgrufwzX5qx6Ts8gXyyjjmN1qw/eTjU+vByO5I06Ve/K
4dLcRhPeFXRnBT6YiREX8OIiD68EsvMb3+RoS5Q4vXKI5vKKv194ei7TZyxQ9vFB
ahR9aB0TadMCclaRVmmFIDMkvbj87uNT2pQJU8F6U+ZHy4nRJHHRfW1veYlFlrZ9
8a/Ue5qUX8Nd/DH0EJsaLLCSHqfyAe11kHI7VuNOocViQBGVIR+sm8J8IaJdTDzd
iI8fsoUotAAOFxUeVPeU
=gKOg
-----END PGP SIGNATURE-----

Wow, you guys are going to think I’m the world’s biggest clown. My dad changed the firewall settings on the verizon router to ‘medium’. I switched it back to low and can now SSH,ping, and telnet at my leisure. Anyway, aside from a couple of things I have yet to tweak, I am absolutely loving opensuse.
Thanks again, guys.