ssh to linux through ethernet bridge to windows

2

I have the following setup

                   Wifi
                /      \
               /        \
  Fedora Desktop          Windows 7 Desktop (10.0.1.16)
   (10.0.1.15)            \
                           \ <Ethernet Bridge> (192.168.137.1)
                            \
                             Raspberry Pi (Pidora) (192.168.137.6)

What i would like to do is to ssh to the Raspberry Pi from the Fedora PC. I can ping the Fedora PC from the Raspberry pi, but not the other way. It says destination unreachable and the return comes from the router.

How can i set up this network configuration. Do i need to add custom entries to a routing table or something?

Thanks for the help.

Fantastic Mr Fox

Posted 2014-02-22T06:15:06.217

Reputation: 199

My guess is that you need to add an route on your win7 system – Red Cricket – 2014-02-22T06:37:25.543

1just fyi, it's not a bridge if it changes subnets. it's a router. – Mxx – 2014-02-22T08:36:59.723

Is the bridge providing NAT for the Pi? If so, no clients will be able to connect in to it. – Andrew Schulman – 2014-02-22T09:22:06.930

What is that thing you're calling an "Ethernet Bridge"? Because, clearly, it's not a bridge. – Michael Hampton – 2014-02-22T13:10:46.537

Hi sorry about my absence, basically i have the pi connected to the ethernet port of my windows computer with internet sharing turned on so the pi can see the internet (windows pc has wireless), i would like to be able to ssh from the Fedora pc to the pi. The pi can see the fedora machine bu not the other way around. how can i fix this? – Fantastic Mr Fox – 2014-02-24T23:51:16.410

No answers