Hi,
beginning two weeks ago I have a strange problem with my SLC 760 running pdaxrom 1.1.0beta1.
I have networks configured via WiFi, CF-netcard and bluetooth/cellphone. All of them worked perfectly, but starting two weeks ago in neither of them DNS is working. Maybe I changed something without taking notice.
As far as I see, all things like receiving IP-adress, writing /etc/resolv.conf and so on work fine. Networking works fine if I use the IP-adress but as I said not name resolution.
For your information I include some output from netstat etc after inserting the CF-Netcard:
#ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:A4:06:9E:E3
          inet addr:192.168.0.101  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1312 errors:0 dropped:0 overruns:0 frame:5
          TX packets:1133 errors:0 dropped:0 overruns:0 carrier:0
          collisions:10 txqueuelen:100
          RX bytes:177228 (173.0 Kb)  TX bytes:238742 (233.1 Kb)
          Interrupt:39 Base address:0x300
#route
Destination     Gateway         Genmask         Flags Metric Ref    Use 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
#dhcpcd -d
****  dhcpcd: already running
****  dhcpcd: if not then delete /var/run/dhcpcd-eth0.pid file
# netstat -vr
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     *               255.255.255.0   U        40 0          0 eth0
default         192.168.0.1     0.0.0.0         UG       40 0          0 eth0
# cat /etc/resolv.conf
nameserver 192.168.0.1
Any idea what is going on there?
Detlev