Hi,
I think I got it (following your indications!). This is what I have changed.
In my init_setup.sh:
# start eth1 with fixed ip
ifconfig eth1 10.0.0.1 netmask 255.255.255.0 up
route add -net 10.0.0.0 netmask 255.255.255.0 eth1
route add default gw 10.0.0.1 eth1
In the webserver of the camera, I have put a static ip for it, in my case 10.0.0.3.
I have also added these lines to the /etc/network/inferfaces file, but I'm not sure that is doing anything...need to comment them out and retest.
auto eth1
iface eth1 inet dhcp
The only think I have noticed is that atfer disconnecting the camera, I need to rerun the first set of commands to have eth1 alive again. Is there any way to make eth1 being up always?.
Thanks, it really helped!,
PacoLM