Im a bit puzzled.
I managed to get onto this site by first going ping linuxquestions.org in a console and then typing in the ip address in mozilla.
ping linuxquestions.org
PING linuxquestions.org (64.179.4.149): 56 data bytes
64 bytes from 64.179.4.149: icmp_seq=0 ttl=50 time=60.6 ms
--- linuxquestions.org ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 60.6/60.6/60.6 ms
However if I just type linuxquestions.org in my browser I get the site could not be found error after it takes forever resolving host.
Im quite sure this is a DNS problem but I dont know how to fix it.
Im running SimplyMepis2004 on a Dell I8200 laptop and using a Siemens Speedstream Pcmcia wireless card that talks to a D-Link 614+ router that talks to a Belkin Befsr41 router that talks to a motorola cable modem.
In the mepis system center, I can get my wireless card with an ip address using dhcp, but not with static (even using values assigned when using dhcp).
Heres my output of ifconfig and route
ifconfig
eth1 Link encap:Ethernet HWaddr 00:02

D:32:4F:83
inet addr:192.168.0.104 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::202:ddff:fe32:4f83/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5854 errors:0 dropped:0 overruns:0 frame:0
TX packets:4307 errors:32 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2497668 (2.3 MiB) TX bytes:850845 (830.9 KiB)
Interrupt:3 Base address:0x100
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
and this is what my etc/resolv.conf looks like
search chartertn.net
nameserver 192.168.0.1
Anybody have any suggestions?