Same as before I'm afraid. Using my wired foscam on the internal network and dhcp assigned by the core (set in the 'generic motion ip camera' device settings).
After the camera has failed I get this (from the ip of the camera):
root@dcerouter:~# arp 192.168.80.152
Address HWtype HWaddress Flags Mask Iface
192.168.80.152 ether 00:60:6e:8f:88:e1 C eth1
This is as expected on the internal network eth1.
Testing my external eth0 arp entries I get:
root@dcerouter:~# arp -i eth0
Address HWtype HWaddress Flags Mask Iface
192.168.0.1 ether 00:5b:2f:41:b7:36 C eth0
Which is my router on the external eth0.
The camera is not accessible once the connection is lost ... however when I run the 'arp 192.168.80.152' command from my internally connected laptop (which I only turned on after the camera connection was lost) I get this:
barney@barney-laptop:~$ arp 192.168.80.152
Address HWtype HWaddress Flags Mask Iface
192.168.80.152 ether 00:60:6e:8f:88:e1 C eth1
Which looks right. I am confused.
Barney
NB unplugging and reconnecting the ethernet cable from the camera makes it reappear (for a while).