LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   cannot ssh or ping to wireless IP using Fedora 16 (https://www.linuxquestions.org/questions/linux-networking-3/cannot-ssh-or-ping-to-wireless-ip-using-fedora-16-a-4175427708/)

roboa1983 09-17-2012 04:08 PM

cannot ssh or ping to wireless IP using Fedora 16
 
Hello,
I am trying to ssh from my Fedora 16 machine (KDE) to a computer (ubuntu) using a wireless IP address. Other computers are able to connect to the wireless machine, but it seems that the Fedora 16 is unable to connect to any wireless IP. I have both ssh-client and ssh-server installed.
BTW, ping also does not work from Fedora to wireless, but viceversa does work, both by ping and by ssh

Any idea why Fedora does not allow this?

Thanks!

BeaverusIV 09-17-2012 08:09 PM

Wireless doesn't matter. Does the Internet otherwise work?

ghstridr 09-18-2012 12:23 AM

Have you checked to make sure your interface on the Fedora box is setup correctly?
Are the two machines on different subnets?
Can you ping other machines and your gateway on the Fedora box?

Willrandship 09-18-2012 01:10 AM

Possible problems, in order of likelihood.
1. You're using the local subnet IP (could look like 192.168.*.* or a few other variations) and the other computers you're testing on are part of said subnet, but the F16 computer isn't.

Solution: Find the global IP, easiest done by googling "what's my ip" (Google has an IP thing)

2. Your firewall settings (router, computer, etc) only allow ssh to connect from the local subnet, or perhaps from specified MAC addresses.

Solution: Make sure ssh is port forwarded (router) and check your local firewall settings.

3. The computer you're connecting FROM has the problem with #2, rather than the computer you're connecting TO.

Solution: See #2.

kelvincholamattathil 09-18-2012 07:29 AM

1.first check the interface is connected properly

2. check the status of ssh using
service sshd status
3.if not running start it using
service sshd start


regards

scrooge74 09-18-2012 08:11 AM

Quote:

Originally Posted by roboa1983 (Post 4782654)
Hello,
I am trying to ssh from my Fedora 16 machine (KDE) to a computer (ubuntu) using a wireless IP address. Other computers are able to connect to the wireless machine, but it seems that the Fedora 16 is unable to connect to any wireless IP. I have both ssh-client and ssh-server installed.
BTW, ping also does not work from Fedora to wireless, but viceversa does work, both by ping and by ssh

Any idea why Fedora does not allow this?

Thanks!

Maybe you have firewall blocking the IP the Fedora machine is on so the Ubuntu one ignores it. What are you running on the other machines?

odjb 09-18-2012 08:30 AM

if ping works one way but not the other, then your connection is good. As mentionned above, check your firewall settings or any other security utility (ie ipsec ...).

roboticgolem 09-18-2012 08:54 AM

If what's been said hasn't worked and your still having problems; check your access point for a setting called "Wireless Partitioning" it's used in situations like public wifi access and prevents wireless clients from talking to one another.


All times are GMT -5. The time now is 05:33 AM.