I'm dual booting with both VL and Win2K. When I boot to Win2K my internet works fine, so I know it's a config issue with VL. I have a 2Wire Gateway with an IP of 192.168.1.254. Here is a copy of my /etc/resolv.conf file and the pinging results. I have my gateway configured for WPA2, but when I was setting up my wireless it only let me choose WPA, so could that be the issue? I also have it configured for WPA2-PSK AES, but it didn't let me choose those options, either. So, I don't know if that's a problem either. Thanks!
# Generated by dhcpcd for interface wlan0
search gateway.2wire.net
nameserver 192.168.1.254
root:# ping -c 3 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
--- 192.168.1.254 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2000ms
vector://home/colton
root:# ping -c 3 209.191.122.70
PING 209.191.122.70 (209.191.122.70) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
--- 209.191.122.70 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2008ms
vector://home/colton
root:# ping -c 3 yahoo.com
ping: unknown host yahoo.com
vector://home/colton
root:# ping -c 3 google.com
ping: unknown host google.com
It appears that the connection is made between your system and
router.
Open a terminal and type:
ping -c 3 209.191.122.70
If that works try
ping -c 3 yahoo.com
If you can not get a response from those try pinging your router.
Post your results.
Bigpaws