I connect picozed eth0 port to eth0 on linux host.
I open up Terminal in picozed GUI, and set static IP of picozed by doing:
sudo ifconfig eth0 192.168.3.2 netmask 255.255.255.0 and, using ifconfig, verify that eth0 was indeed set to .192.168.3.2.
I set Linux laptop ethernet port as:
sudo ifconfig eth0 192.168.3.3 netmask 255.255.255.0
From Linux machine:
ping 192.168.3.2
The ping is successful for about a minute or two, then I "Destination Host Unreachable".
I use ifconfig in the picozed terminal, and eth0 is no longer set to 192.168.3.2.
All this is repeatable. It seems the picozed is not holding its static ip assignment. If that's the case, how to I get this to work with Matlab, which is expecting picozed to have that static ip?
Thanks -- Jeff