Hi,
I have one of these DLink DCS-950 IP cameras that appears to be a CellVision CAS-630 knock-off. Everything seems to have gone just fine with the install of Kamikaze-7.09. But then there is the networking thing. Even though everything I've checked seems ok, I cannot get any pkts to transmit out eth0 nor can any other computer on my LAN see this device, using nmap. If I leave all the hardware and cabling as it is and simply switch back to the original DLink firmware, then I can see the camera on my LAN at the expected IP address. I can use ping to ping the loopback device ok, as well as the cameras own IP address (192.168.0.178). But when trying to ping any other device on my LAN, all pkts are lost.
Any ideas how to narrow this down further ?
Thanks,
Kirk
/etc/config/network:
# Copyright (C) 2006 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0config interface lan
option ifname eth0
option proto static
option ipaddr 192.168.0.178
option netmask 255.255.255.0
option gateway 192.168.0.1
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:41:44:4D:51:20
inet addr:192.168.0.178 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:630 (630.0 B)
Interrupt:17lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1344 (1.3 KiB) TX bytes:1344 (1.3 KiB)
netstat -r:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
netstat -an:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
netstat: no support for 'AF INET6 (tcp)' on this system
netstat: no support for 'AF INET6 (udp)' on this system
netstat: no support for 'AF INET6 (raw)' on this system
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node Path
unix 5 [ ] DGRAM 725 /dev/log
unix 2 [ ] DGRAM 935
unix 2 [ ] DGRAM 846
unix 2 [ ] DGRAM 729
ping 192.168.0.5:
PING 192.168.0.5 (192.168.0.5): 56 data bytes--- 192.168.0.5 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
cat /proc/net/dev:
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 672 6 0 0 0 0 0 0 672 6 0 0 0 0 0 0
eth0: 0 0 0 0 0 0 0 0 252 6 0 0 0 0 0 0
eth1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth2: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth3: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
bond0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
dmesg: