I know this topic has been covered 100's of times but I am really struggling.
I would like to connect my Pi to my router which has a static ip address. ---- no problem with that
I have set the Wlan0 on the pi to have a static ip address
so i can ping that ip address from another device connected to the same router. ----- no problem so far
I have a Siemens PLC that has a static ip address. when i connect the PLC to the eth0 on the pi i can ping the ip address from the terminal--- no problem with that bit
i want to be able to bridge the Ethernet to wifi so that i can ping the PLC ip address from another device on the router.
i have tried various methods of bridging the wlan0 to eth0 but then soon as i connect the Ethernet to the pi i then cant even ping the wifi static ip address it defaults to the eth0
the only way i have been able to ping the PLC through the pi is to set the pi up as a access point and bridge the connection then connect a wifi device to the pi and ping it that way but that defeats the point of connecting the pi to my router and means if i had 20 PLC's then i would need 20 wifi usbs connected to my laptop so i could connect to each pi.
The project is to have 20-30 PLC's each connected to a Pi then each on of them connected to the wifi router then from one device be able to ping each individual PLC
i see that most tutorials are for forwarding Internet access from wifi to Ethernet i kind of want to do it the other way?
any suggestions?
i am using a Pi 3 with stretch
Thank You